From d3a511f4256c5f989da788ea0a28365c0bc4689f Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:46:18 +0200 Subject: [PATCH] load_quadruped_model tutorial typo fix (#919) --- docs/tutorials/gymnasium_basics/load_quadruped_model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/gymnasium_basics/load_quadruped_model.md b/docs/tutorials/gymnasium_basics/load_quadruped_model.md index 07d23be1a..d30e85bf0 100644 --- a/docs/tutorials/gymnasium_basics/load_quadruped_model.md +++ b/docs/tutorials/gymnasium_basics/load_quadruped_model.md @@ -6,8 +6,8 @@ In this tutorial we will see how to use the `MuJoCo/Ant-v5` framework to create Steps: 0. Get your **MJCF** (or **URDF**) model file of your robot. - 0.a. Create your own model (see the [Guide](https://mujoco.readthedocs.io/en/stable/m22odeling.html)). - 0.b. Find a ready-made model (in this tutorial we will use a model from the [**MuJoCo Menagerie**](https://github.com/google-deepmind/mujoco_menagerie) collection). + - Create your own model (see the [Guide](https://mujoco.readthedocs.io/en/stable/m22odeling.html)) or, + - Find a ready-made model (in this tutorial, we will use a model from the [**MuJoCo Menagerie**](https://github.com/google-deepmind/mujoco_menagerie) collection). 1. Load the model with the `xml_file` argument. 2. Tweak the environment parameters to get the desired behavior. 1. Tweak the environment simulation parameters.