reacher envs pass unittests

This commit is contained in:
Maximilian Huettenrauch
2021-12-01 14:55:27 +01:00
parent cfa49a04ba
commit ca90f257d4
7 changed files with 24 additions and 10 deletions
@@ -88,6 +88,9 @@ class SimpleReacherEnv(BaseReacherTorqueEnv):
self._goal = goal
def _check_collisions(self) -> bool:
return self._check_self_collision()
def render(self, mode='human'): # pragma: no cover
if self.fig is None:
# Create base figure once on the beginning. Afterwards only update