Closed
Description
Hi,
I'm a maintainer of Gymnasium & the project manager of Gymnasium-Robotics, and I'm trying to use MuJoCo-MJX
for "prototyping MJX
-based RL environments in Gymnasium
, Gymnasium-Robotics
, Metaworld
, MO-Gymnasium
".
I want the ID of a body part while knowing its name
with mujoco
you can get the ID of a body part with:
data.body("torso").id
how can I do the same thing with MJX
Thanks!