-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Question
Mujoco.Humanoid's documentation says it has 14 bodies (nbody=14)
https://gymnasium.farama.org/environments/mujoco/humanoid/
but I can only count 13 in the xml file
https://github.com/Farama-Foundation/Gymnasium/blob/main/gymnasium/envs/mujoco/assets/humanoid.xml
# bodies
torso = 0
lwaist = 1
pelvis = 2
right_thigh = 3
right_sin = 4
right_foot = 5
left_thigh = 6
left_sin = 7
left_foot = 8
right_upper_arm = 9
right_lower_arm = 10
left_upper_arm = 11
left_lower_arm = 12am I missing something, which is the 14th body
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested