Skip to content

Commit d3a511f

Browse files
load_quadruped_model tutorial typo fix (#919)
1 parent a266312 commit d3a511f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/tutorials/gymnasium_basics/load_quadruped_model.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ In this tutorial we will see how to use the `MuJoCo/Ant-v5` framework to create
66
Steps:
77

88
0. Get your **MJCF** (or **URDF**) model file of your robot.
9-
0.a. Create your own model (see the [Guide](https://mujoco.readthedocs.io/en/stable/m22odeling.html)).
10-
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).
9+
- Create your own model (see the [Guide](https://mujoco.readthedocs.io/en/stable/m22odeling.html)) or,
10+
- 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).
1111
1. Load the model with the `xml_file` argument.
1212
2. Tweak the environment parameters to get the desired behavior.
1313
1. Tweak the environment simulation parameters.

0 commit comments

Comments
 (0)