tune-mjcf
Installation
SKILL.md
MuJoCo MJCF Model Tuning
Overview
This skill provides structured guidance for optimizing MuJoCo MJCF model files to achieve performance improvements while preserving simulation accuracy. The core challenge is balancing computational speed against numerical correctness, which requires systematic analysis rather than trial-and-error parameter tweaking.
Critical Principles
Correctness Before Speed
Always prioritize accuracy requirements over speed targets. A fast but incorrect simulation is worthless. Before any optimization:
- Understand the exact accuracy requirements (tolerance thresholds)
- Establish a baseline for correctness verification
- Test accuracy AFTER every parameter change
- Never submit a solution that fails accuracy tests, even if it meets speed targets