Replies: 1 comment 2 replies
-
|
What mujoco version are you running? Then I modified the joint default range to be I tried with mujoco version So I'm not seeing any jitter, even with your provided |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi everyone,
I’ve been running into a recurring issue when simulating contact-heavy or high-frequency interactions in MuJoCo (e.g. humanoid feet impacts, rapid joint reversals, stacked contacts).
Even with carefully tuned solver parameters, I often observe high-frequency oscillations in total system energy — not just slow drift, but something that looks more like a “cardiac signal” than numerical noise.
To better understand this, I put together a minimal diagnostic script that:
The goal is not to criticize MuJoCo (which is excellent), but to make this behavior measurable and comparable across setups.
What I’m asking
If you have 2–3 minutes, I’d love for others to:
Repo (diagnostics only, no wrapper yet)
👉 GitHub: mujoco-octonion-time
(You can ignore the name — the diagnostic scripts don’t depend on anything exotic.)
pip install -r requirements.txtpython diagnostics/energy_drift.pyWhy I think this is interesting
From my experiments, this behavior seems to correlate more with:
than with timestep size alone.
I’m curious whether others have seen the same pattern, or if this is highly model-dependent.
Happy to follow up with additional data or experiments if there’s interest.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions