reacher envs pass unittests

This commit is contained in:
Maximilian Huettenrauch
2021-11-30 12:05:19 +01:00
parent dc6df7a7c0
commit 655d52aa35
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