Fix typo in README.md.

PiperOrigin-RevId: 540549566
Change-Id: Id5446379597f777bdb4bb784a52ff6baa3182e01
This commit is contained in:
Kyle Bayes
2023-06-15 05:17:40 -07:00
committed by Copybara-Service
parent 7f549d2e03
commit 2644de2438
+1 -1
View File
@@ -52,7 +52,7 @@ running on Google Colab:
- The first tutorial focuses on the basics of MuJoCo: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/mujoco/blob/main/python/tutorial.ipynb)
- For a more advanced example, see the LQR tutorial which creates an LQR
controlled to balance a humanoid on one leg using MuJoCo's dynamics
controller to balance a humanoid on one leg using MuJoCo's dynamics
derivatives: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/mujoco/blob/main/python/LQR.ipynb)
## Installation