Add Colab link for System Identification toolbox.
PiperOrigin-RevId: 869091889 Change-Id: Ib5ec2e451c7037cc92b4cb1a9c58d05f0049b298
This commit is contained in:
committed by
Copybara-Service
parent
8e5436c335
commit
a8cf4e012d
@@ -10,8 +10,13 @@ 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.
|
||||
A Colab notebook demonstrating the toolbox is available here: |sysid_colab|
|
||||
Contribution by :github:user:`kevinzakka`, :github:user:`aftersomemath`, :github:user:`jonathanembleyriches`,
|
||||
:github:user:`qiayuanl`, :github:user:`spjardim` and :github:user:`gizemozd`.
|
||||
|
||||
.. |sysid_colab| image:: https://colab.research.google.com/assets/colab-badge.png
|
||||
:target: https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/mujoco/sysid/sysid.ipynb
|
||||
|
||||
- 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.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# System Identification Toolbox
|
||||
|
||||
[](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/mujoco/sysid/sysid.ipynb)
|
||||
|
||||
Given a MuJoCo model and recorded sensor data, find parameters
|
||||
that make simulation match reality. By default, the library uses
|
||||
nonlinear least-squares with box constraints to minimize the difference
|
||||
|
||||
Reference in New Issue
Block a user