You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mujoco has a number of constants that were tuned for double. we should determine good default values that work for float and update mujoco warp's relevant constants to these values.
mjMINMU: mjMINMU (=1e-5) does not prevent nans when using float
GJK tolerance: tolerance too small for float leading to failing test
mujoco has a number of constants that were tuned for
double. we should determine good default values that work forfloatand update mujoco warp's relevant constants to these values.mjMINMU(=1e-5) does not prevent nans when usingfloat