Runtime Warning for MJX #2226
Unanswered
lucattyy
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
-
Intro
Hi!
I am a student and I am using MuJoCo for my research on Robotics.
My setup
MJX 3.2.4
MUJOCO 3.2.4
Ubuntu 22.04
My question
When I defined the step function in the RL environment, a warning appeared during JIT compilation and execution, so I used
jax.debug.print
in the code to find the source of the problem. I found that the problem occurred in the step function of mjx.The code and the warning are attached below.Here is my code.
Here is the warning.
This warning will only appear in the first two steps and will not appear again afterwards. Considering that the
mjx step
has no connection with the code, does this mean that the problem comes from the xml? How can I determine the source of the problem later?Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions