nefc and ncollison overflow (MJX + WARP) #2915
Replies: 4 comments 6 replies
-
|
The warning happens during |
Beta Was this translation helpful? Give feedback.
-
|
cc @thowell |
Beta Was this translation helpful? Give feedback.
-
|
I saw the same issue with most Rough environments in mujoco-playground. I just manually changed https://github.com/google-deepmind/mujoco/blob/9f674b04a9491c1221fb21d19a4ca8de366bcec0/mjx/mujoco/mjx/_src/io.py#L970 to |
Beta Was this translation helpful? Give feedback.
-
|
@itaouil the issue should be fixed on 3.4, let us know if it's still an issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a PhD student at TUM, I use MuJoCo for my research on humanoid loco-manipulation.
I recently switched to using MJX with WARP backend. In my MJX model I set the following:
<size nconmax="2000" njmax="500"/>and when I create the the mjx_data I do the following:
mjx_data = mjx.make_data(controller.task.mj_model, impl="warp", nconmax=2000, njmax=500)however, it seems like I might be missing something else in terms of setup because I keep getting the following warnings at runtime:
and I cannot understand why.
I am using:
mujoco 3.3.7 mujoco-mjx 3.3.7 warp-lang 1.9.1any help is appreciated. Thanks :).
My setup
mujoco 3.3.7 mujoco-mjx 3.3.7 warp-lang 1.9.1 Python 3.12.11My question
No response
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:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions