You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi @Kallinteris-Andreas , for now you can use MuJoCo to get the id, and then use the id with MJX. Check out the colab where the BarkourEnv has examples of this
hi @Kallinteris-Andreas , I am also in the process of converting my current custom MuJoCo Gymnasium environment to use MJX.
If possible can you share or point to a Minimal working example for such workflow. I am currently trying to take inspiration from MjxEnv in brax (as in the colab tutorial), but would love to see some other examples as well
Hi,
I'm a maintainer of Gymnasium & the project manager of Gymnasium-Robotics, and I'm trying to use
MuJoCo-MJX
for "prototypingMJX
-based RL environments inGymnasium
,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:how can I do the same thing with MJX
Thanks!
The text was updated successfully, but these errors were encountered: