diff --git a/README.md b/README.md index 935c80b7..62d57c19 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ running on Google Colab: - The **introductory** tutorial teaches MuJoCo basics: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/tutorial.ipynb) + - The **Model Editing** tutorial shows how to create and edit models procedurally: + [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/mjspec.ipynb) - The **rollout** tutorial shows how to use the multithreaded `rollout` module: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/rollout.ipynb) - The **LQR** tutorial synthesizes a linear-quadratic controller, balancing a diff --git a/doc/changelog.rst b/doc/changelog.rst index b5d51bc0..2c5cbe8b 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -32,9 +32,19 @@ Bug fixes Python bindings ^^^^^^^^^^^^^^^ + +.. youtube:: LbANnKMDOHg + :aspect: 16:7 + :align: right + :width: 240px + +- Added examples of procedural model creation to the Model Editing tutorial: |mjspec_colab| - Added support for nameless :ref:`mjSpec` objects in the ``bind`` method, see the corresponding :ref:`section` in the documentation. +.. |mjspec_colab| image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/mjspec.ipynb + Version 3.3.0 (Feb 26, 2025) ----------------------------