MuJoCo 3.5 #3094
Pinned
yuvaltassa
announced in
Announcements
MuJoCo 3.5
#3094
Replies: 1 comment
-
|
Amazing sys-id toolbox! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
3.5.0 is a significant release. Please see the changelog for a full list of changes. Below are some of the highlights:
MuJoCo Warp (MJWarp) is now officially released.
MJWarp is a reimplementation of MuJoCo written in Warp, optimized for NVIDIA GPUs and massively parallel simulation. It is developed and maintained as a joint effort by NVIDIA and Google DeepMind.
Added a new System Identification toolbox (Python), see the README for details.
A Colab notebook demonstrating the toolbox is included.
Contribution by @kevinzakka, @aftersomemath, @jonathanembleyriches, @qiayuanl, @spjardim and @gizemozd.
Actuators and sensors now support arbitrary delays via history buffers, and sensor values can be computed at intervals larger than the simulation timestep. Using a delay or interval introduces a new
mjData.historyvariable to the Physics state. See Delays for details.Added new flexvert equality constraints that enable cloth simulations with coarser meshes, using the method described in Chen, Kry and Vouga, 2019.
Added implicit integration support for deformable objects (flex) in
implicitandimplicitfastintegrators. This method extracts the flex degrees of freedom and solves them as a dense block, enabling increased stability for stiff flex objects without reducing the timestep. Compatible with thetrilinearandquadraticdof types.Rangefinder sensors can now be attached to a camera, in which case the sensor respects the camera resolution and casts multiple rays, one for each pixel.
Rangefinders can now report various kinds of information beyond ray distances, including surface normals and intersection points.
Beta Was this translation helpful? Give feedback.
All reactions