Skip to content

Releases: Genesis-Embodied-AI/Genesis

0.3.1

16 Aug 19:06
e064dbc
Compare
Choose a tag to compare

This small release addresses the most pressing regressions that has been pointed out by the community since 0.3.0. Support of coupling between Rigid Body and FEM has been improved and should be more reliable, though it is still considered experimental for now. Apart from that, no behavior changes are to be expected.

New Features

Bug Fixes

Miscellaneous

0.3.0

06 Aug 03:34
efe90b9
Compare
Choose a tag to compare

This release focuses primarily on stability, covering everything from MJCF/URDF parsing to rendering and physics, backend by a new CI infrastructure running more than 200 unit tests on all supported platforms. The most requested Mujoco features that were previously missing have been implemented. Native support of batching has been extended to all solvers except Stable Fluid, motion planning, and rendering via gs-madrona. Finally, support of soft body dynamics has been enhanced, with the introduction of constraints and coupling between soft and rigid body dynamics.

New Features

Bug Fixes

Miscellaneous

0.2.1

08 Jan 13:38
Compare
Choose a tag to compare

This release would not have been possible without the incredible contributions of our community, from code and documentation to issues and discussions. Special thanks to all contributors and those with ongoing PRs — your support drives our progress!

Python package of this release can be found on PyPI.

Bug Fixes

  • Fix various visualization and rendering bugs. (@RobRoyce, @VincentCCandela, @Likhithsai2580)
  • Resolve some platform-dependent issues. (@abhaybd, @NekoAsakura)
  • Fix the issue with loading box textures when parsing MJCF files.
  • Correct asset path handling.
  • Fix repr output in IPython. (@JohnnyDing)
  • Resolve bugs in locomotion examples. (@yang-zj1026)
  • Fix several issues with MPR and contact islands during collision detection.

New Features

  • Add a smoke simulator driven by Stable Fluid, along with a demo. (@PingchuanMa)
  • Introduce APIs for applying external forces and torques.
  • Introduce APIs for setting friction ratios.
  • Add a domain randomization example.
  • Improve kernel cache loading speed by 20~30%. (@erizmr)
  • Provide an interactive drone control and visualization script. (@PieterBecking)
  • Introduce an RL environment and examples for the drone environment. (@KafuuChikai)
  • Add an option to enable or disable the batch dimension for (links/DOFs) information. Users can choose the trade-off between performance and flexibility.
  • Add Docker files. (@Kashu7100)
  • Implement the MuJoCo box-box collision detection algorithm for more stable grasping.
  • Include the backflip training script and checkpoints. (@ziyanx02)
  • Enable support for entity merging.
  • Add support for custom inverse kinematics (IK) chains.

Miscellaneous

We would also like to acknowledge the ongoing PRs. Some of them have not yet been merged because we have not had enough time to fully test them: