From 1e8d61c2b3e333388238c494b876cbe09c8672dd Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:19:51 +0300 Subject: [PATCH] Update index.md --- docs/envs/MaMuJoCo/index.md | 1 + 1 file changed, 1 insertion(+) 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.