Allowing prob squashing
This commit is contained in:
parent
199ce0c8cb
commit
a78e81b9e1
@ -148,9 +148,6 @@ class UniversalGaussianDistribution(SB3_Distribution):
|
|||||||
self.distribution = None
|
self.distribution = None
|
||||||
self.gaussian_actions = None
|
self.gaussian_actions = None
|
||||||
|
|
||||||
if self.prob_squashing_type != ProbSquashingType.NONE:
|
|
||||||
raise Exception('ProbSquasing is not yet implmenented!')
|
|
||||||
|
|
||||||
if use_sde:
|
if use_sde:
|
||||||
raise Exception('SDE is not yet implemented')
|
raise Exception('SDE is not yet implemented')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user