Allowing prob squashing

This commit is contained in:
Dominik Moritz Roth 2022-07-21 09:42:25 +02:00
parent 199ce0c8cb
commit a78e81b9e1

View File

@ -148,9 +148,6 @@ class UniversalGaussianDistribution(SB3_Distribution):
self.distribution = None
self.gaussian_actions = None
if self.prob_squashing_type != ProbSquashingType.NONE:
raise Exception('ProbSquasing is not yet implmenented!')
if use_sde:
raise Exception('SDE is not yet implemented')