mujoco-python-viewer icon indicating copy to clipboard operation
mujoco-python-viewer copied to clipboard

Problem in Viewer.render()

Open nsk126 opened this issue 1 year ago • 0 comments

When i run a simple render script I get

 in _create_overlay
    self.data.solver_iter + 1))
AttributeError: 'mujoco._structs.MjData' object has no attribute 'solver_iter'

This started happening after I upgraded to Mujoco 3.1.1

nsk126 avatar Jan 31 '24 20:01 nsk126