Skip to content

Commit

Permalink
load_quadruped_model tutorial typo fix (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Feb 9, 2024
1 parent a266312 commit d3a511f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/gymnasium_basics/load_quadruped_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3a511f

Please sign in to comment.