ManiSkill v3.0.0b19 Released! #885
StoneT2000
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
The latest version brings a number of optimizations around CPU parallelization as well as improved imitation learning baselines/documentation
Moreover we are nearing a more full/official release (v3.0.0 finally?). The main missing components that we are still working on is VR based teleoperation for many robots, low-cost reproducible sim2real manipulation, as well mac OS support. All 3 are still being worked on and cleaned up and coming soon!
Highlights
Example of eval video of DP solving DrawTriangle
183.mp4
Breaking Changes
sapien_cuda
rendering backend. If using the CPU sim this backend will now result in image data being returned as cuda tensors by default due to using a more optimized rendering backend. If a different backend is selected we will return data as cpu tensors. We recommend you to always run a .to(device) call on image data returned by ManiSkill to avoid device mismatches.Full release notes here: https://github.com/haosulab/ManiSkill/releases/tag/v3.0.0b19
Beta Was this translation helpful? Give feedback.
All reactions