Skip to content

v3.0.0b4

Compare
Choose a tag to compare
@StoneT2000 StoneT2000 released this 23 May 01:26
· 152 commits to main since this release

v3.0.0b4 Release

Major changes:

  • The open cv (cv2) package is now no longer a dependency, making it easier for ManiSkill to run on more systems.
  • EE based control (PDEEPoseController) has been overhauled and documentation has been updated to explain it much more clearly. Importantly there are now 4 frames of control (arising from the product of 2 rotation and 2 translation frames) and the default has been changed to be the more intuitive default (e.g. +Z is actually upwards / in the root link frame). Moreover the CPU sim default frame is the same frame used by the GPU sim. See https://maniskill.readthedocs.io/en/latest/user_guide/concepts/controllers.html#pd-ee-end-effector-pose. This also means previous policies trained on ee controllers (like pd_ee_delta_pose) will not work the same as before and do not directly transfer to this version.
  • SAPIEN dependency has been upgraded, which fixes a number of bugs particularly around support for older / less common GPUs

What's Changed

New Contributors

Full Changelog: v3.0.0b3...v3.0.0b4