Add System Identification toolbox to changelog.

PiperOrigin-RevId: 868759286
Change-Id: I7845c0858a9ba8188f02b84259306f2638823267
This commit is contained in:
Yuval Tassa
2026-02-11 11:12:31 -08:00
committed by Copybara-Service
parent d881e9e374
commit 883ba2134d
+4
View File
@@ -8,6 +8,10 @@ Upcoming version (not yet released)
Significant new features
^^^^^^^^^^^^^^^^^^^^^^^^
- Added new System Identification toolbox (Python), see
`README <https://github.com/google-deepmind/mujoco/blob/main/python/mujoco/sysid/README.md>`__ for details.
Contribution by :github:user:`kevinzakka`, :github:user:`aftersomemath`, :github:user:`jonathanembleyriches`,
:github:user:`qiayuanl`, :github:user:`spjardim` and :github:user:`gizemozd`.
- Actuators and sensors now support arbitrary delays via history buffers, and sensors values can be computed at
intervals larger than the simulation timestep. Using a delay or interval introduces a new ``mjData.history`` variable
to the :ref:`Physics state<siPhysicsState>`. See :ref:`Delays<CDelay>` for details.