implement mj_setConst https://github.com/google-deepmind/mujoco/blob/97eb307ce95d67b3a35c8d08bdc7ec0e559a90bf/src/engine/engine_setconst.c#L818 this routine is useful for model editing and should enable safe domain randomization involving certain `Model` fields on device. https://mujoco.readthedocs.io/en/latest/programming/simulation.html#mjmodel-changes - [ ] `setFixed` #1086 - [ ] `ngravcomp` compatible with graph capture - [x] `set0` #1086 - [ ] `setStat` #1122 - [ ] `setSpring`
implement mj_setConst
https://github.com/google-deepmind/mujoco/blob/97eb307ce95d67b3a35c8d08bdc7ec0e559a90bf/src/engine/engine_setconst.c#L818
this routine is useful for model editing and should enable safe domain randomization involving certain
Modelfields on device.https://mujoco.readthedocs.io/en/latest/programming/simulation.html#mjmodel-changes
setFixedAdd set_const for recomputing model fields after runtime parameter ch… #1086ngravcompcompatible with graph captureset0Add set_const for recomputing model fields after runtime parameter ch… #1086setStatMake stat.meaninertia multi-world compatible #1122setSpring