diff --git a/docs/envs/MaMuJoCo/index.md b/docs/envs/MaMuJoCo/index.md index a65d7d7e..890397e9 100644 --- a/docs/envs/MaMuJoCo/index.md +++ b/docs/envs/MaMuJoCo/index.md @@ -179,6 +179,7 @@ env = mamujoco_v1.parallel_env( xml_file="./mujoco_menagerie/boston_dynamics_spot/scene_arm.xml", ) ``` +Of course, you also need to add new elements to the environment and define your task, to do something useful.