Changed robot position between MuJoco v2 and v3 for same xml files #2262
Unanswered
jspieler
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am currently using MuJoCo to create an environment for a task similar to pick and place. The environment is based on the Gymnasium-robotics pick and place env.
My setup
Mujoco 2.1.0 / 3.1.6
Python API
Ubuntu 24
My question
While working with the Pick and Place env of Gymnasium robotics, I noticed that the robot position is quite far away from the table, which is only true if I use Mujoco 3.1.6, but is not the case for Mujoco 2.1.0. Also, the object position is different (on the floor instead of on the table). I checked the changes in the gymnasium-robotics versions, but for me it seems not like there were any changes. The xml files are also exactly the same for gymnasium-robotics. So I was wondering if the behavior was changed from version 2 to 3. I couldn't find any information on this. Would appreciate if someone could clarify it.
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
pick_and_place.xml
robot.xml
```XMLCode:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions