[mjx
] Loading humanoid.xml
causes no warning or errors even though mjx
does not support it's fixed tendons
#1149
Labels
bug
Something isn't working
Hey, I am a Co-Maintainer of
Gymnasium/MuJoCo
&Gymnasium-Robotics
and I was looking at the documentation ofmjx
https://mujoco.readthedocs.io/en/3.0.0/mjx.html#mjx-the-sharp-bits, where you compare the runtime performance ofmjx
andmujoco
using thegymnasium/humanoid.xml
model,how did you compare them, considering that
mjx
does not support fully loading thegymnasium/humanoid.xml
model, because it has fixed tendons, effectively comparing thehumanoid
model withmujoco
and atendonless-humanoid
withmjx
.In general, the correct behavior would be to generate an error when trying to instantiate
humanoid.xml
withmjx
because it can not load its tendons (as it does with other parts of the model that can not be load withmjx
such ascondon="1"
).The model:
simple script
System info
$ uname Arch $ pip list | grep mujoco mujoco 3.0.0 mujoco-mjx 3.0.0
The text was updated successfully, but these errors were encountered: