diff --git a/mjx/mujoco/mjx/_src/types.py b/mjx/mujoco/mjx/_src/types.py index ea7d869f..3560e32f 100644 --- a/mjx/mujoco/mjx/_src/types.py +++ b/mjx/mujoco/mjx/_src/types.py @@ -92,6 +92,7 @@ class EnableBit(enum.IntFlag): # unsupported: OVERRIDE, ENERGY, FWDINV, ISLAND # required by the C implementation only, ignored otherwise: MULTICCD MULTICCD = mujoco.mjtEnableBit.mjENBL_MULTICCD + SLEEP = mujoco.mjtEnableBit.mjENBL_SLEEP class JointType(enum.IntEnum):