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
Fix put_data crash when nefc=0 for dense models (#1174)
Tendons with frictionloss cause MuJoCo to pre-allocate efc_J with
size nv even when nefc=0, causing reshape((0, nv)) to fail with
ValueError. Short-circuit to np.zeros((0, nv)) before the
sparse/dense branch.
0 commit comments