Bug fixes for wrapped OpenAi environments

This commit is contained in:
Marcel
2021-07-05 08:14:39 +02:00
parent 585bdc7b47
commit 28d10ef089
3 changed files with 6 additions and 6 deletions
@@ -14,4 +14,4 @@ class MPWrapper(MPEnvWrapper):
@property
def dt(self) -> Union[float, int]:
return 1.
return 0.02