From 2644de2438b1a0c1ba000121ae956afc51bf0467 Mon Sep 17 00:00:00 2001 From: Kyle Bayes Date: Thu, 15 Jun 2023 05:17:40 -0700 Subject: [PATCH] Fix typo in README.md. PiperOrigin-RevId: 540549566 Change-Id: Id5446379597f777bdb4bb784a52ff6baa3182e01 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744d8793..83447777 100644 --- a/README.md +++ b/README.md @@ -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