google-deepmind / dm_robotics

Libraries, tools and tasks created and used at DeepMind Robotics.
Apache License 2.0
332 stars 32 forks source link

AttributeError: 'GlfwWindow' object has no attribute 'update' #4

Closed kevinzakka closed 2 years ago

kevinzakka commented 2 years ago

Installed dm_robotics-manipulation via pip, forked https://github.com/deepmind/dm_robotics/blob/main/py/moma/tasks/example_task/ and trying to execute run.py but getting a:

AttributeError: 'GlfwWindow' object has no attribute 'update'

Note: I have mujoco210 placed in ~/.mujoco.

kevinzakka commented 2 years ago

Fixed after deepmind/dm_control@fe4449606742a7b8bec81930790b98244cddc538!