Merge branch 'master' into deprecate_detpmp

# Conflicts:
#	README.md
#	alr_envs/alr/__init__.py
This commit is contained in:
Maximilian Huettenrauch
2021-12-01 16:34:18 +01:00
42 changed files with 1277 additions and 165 deletions
@@ -110,7 +110,7 @@ class ViaPointReacherEnv(BaseReacherDirectEnv):
self.end_effector - self._via_point,
self.end_effector - self._goal,
self._steps
])
]).astype(np.float32)
def _check_collisions(self) -> bool:
return self._check_self_collision()