Skip to content

v0.3.0: all environments released and many improvements

Compare
Choose a tag to compare
@Jiayuan-Gu Jiayuan-Gu released this 29 Nov 05:10
· 362 commits to main since this release
9885db8

Added

  • Add soft-body envs: Pinch-v0 and Write-v0
  • Add PickClutterYCB-v0
  • Migrate all ManiSkill1 environments

Breaking Changes

  • download and replay_trajectory are moved from tools to mani_skill2.utils and mani_skill2.trajectory. It is to enable users to call these utilities at other directories.
  • Change the pose of the base camera for pick-and-place environments. It is to ease RGBD-based approaches to observe goal positions.

Other Changes

  • We call self.seed(2022) in sapien_env::BaseEnv.__init__ to improve reproducibility.
  • Refactor evaluation
  • Improve the error message when assets are missing

What's Changed

New Contributors

Full Changelog: haosulab/ManiSkill2@v0.2.1...v0.3.0