Document nonlinear least-squares tutorial.
PiperOrigin-RevId: 615496587 Change-Id: I97975a4dc99a599afd1eb6964d0ca0cf3d9fcc0e
This commit is contained in:
committed by
Copybara-Service
parent
bda03af49a
commit
adc4b92c1b
@@ -50,12 +50,13 @@ your machine.
|
||||
If you are a Python user, you might want to start with our tutorial notebooks
|
||||
running on Google Colab:
|
||||
|
||||
- The first tutorial focuses on the basics of MuJoCo:
|
||||
- The **introductory tutorial** teaches MuJoCo basics:
|
||||
[](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/tutorial.ipynb)
|
||||
- For a more advanced example, see the LQR tutorial which creates an LQR
|
||||
controller to balance a humanoid on one leg using MuJoCo's dynamics
|
||||
derivatives: [](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/LQR.ipynb)
|
||||
- The MJX tutorial provides usage examples of
|
||||
- The **LQR** tutorial synthesizes a linear-quadratic controller, balancing a humanoid on one leg:
|
||||
[](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/LQR.ipynb)
|
||||
- The **least-squares** tutorial explains how to use the Python-based nonlinear least-squares solver:
|
||||
[](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/least-squares.ipynb)
|
||||
- The **MJX** tutorial provides usage examples of
|
||||
[MuJoCo XLA](https://mujoco.readthedocs.io/en/stable/mjx.html), a branch of MuJoCo written in
|
||||
JAX:
|
||||
[](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/mjx/tutorial.ipynb)
|
||||
|
||||
Reference in New Issue
Block a user