|
| 1 | +# Genesis Release Note |
| 2 | + |
| 3 | +## 0.2.1 |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | +* Fix various visualization and rendering bugs. (@RobRoyce, @VincentCCandela, @Likhithsai2580) |
| 7 | +* Resolve some platform-dependent issues. (@abhaybd, @NekoAsakura) |
| 8 | +* Fix the issue with loading box textures when parsing MJCF files. |
| 9 | +* Correct asset path handling. |
| 10 | +* Fix repr output in IPython. (@JohnnyDing) |
| 11 | +* Resolve bugs in locomotion examples. (@yang-zj1026) |
| 12 | +* Fix several issues with MPR and contact islands during collision detection. |
| 13 | + |
| 14 | +### New Features |
| 15 | +* Add a smoke simulator driven by Stable Fluid, along with a demo. (@PingchuanMa) |
| 16 | +* Introduce APIs for applying external forces and torques. |
| 17 | +* Introduce APIs for setting friction ratios. |
| 18 | +* Add a domain randomization example. |
| 19 | +* Improve kernel cache loading speed by 20~30%. (@erizmr) |
| 20 | +* Provide an interactive drone control and visualization script. (@PieterBecking) |
| 21 | +* Introduce an RL environment and examples for the drone environment. (@KafuuChikai) |
| 22 | +* Add an option to enable or disable the batch dimension for (links/DOFs) information. Users can choose the trade-off between performance and flexibility. |
| 23 | +* Add Docker files. (@Kashu7100) |
| 24 | +* Implement the MuJoCo box-box collision detection algorithm for more stable grasping. |
| 25 | +* Include the backflip training script and checkpoints. (@ziyanx02) |
| 26 | +* Enable support for entity merging. |
| 27 | +* Add support for custom inverse kinematics (IK) chains. |
| 28 | + |
| 29 | +### Miscellaneous |
| 30 | +* Improve documentation and fix typos. (@sangminkim-99, @sjtuyinjie, @CharlesCNorton, @eltociear, @00make, @marcbone, @00make, @pierridotite, @takeshi8989, @NicholasZiglio, @AmbarishGK) |
| 31 | +* Add CONTRIBUTING.md and update CI configurations. |
| 32 | +* Introduce multi-language support. (@TitanSage02, @GengYiran, @DocyNoah) |
| 33 | + |
| 34 | +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: |
| 35 | +* Unitree G1 walking. (@0nhc) |
| 36 | +* Blood, vessels, and heart simulation. (@lhemerly) |
| 37 | +* Cross-platform and rendering compatibility. (@VioletBenin, @DearVa, @JonnyDing) |
| 38 | +* Docker support. (@skurtyyskirts, @yuxiang-gao, @serg-yalosovetsky) |
0 commit comments