mujoco-python-viewer
mujoco-python-viewer copied to clipboard
self.viewer = mujoco_viewer.MujocoViewer(self.model,self.data)
Why does opening the renderer with "self.viewer = mujoco_viewer.MujocoViewer(self.model,self.data)" cause my model to float up, creating unwanted movement?