rlworkgroup / metaworlds

Environments for benchmarking meta-learning and multi-task learning (EXPERIMENTAL)
MIT License
8 stars 1 forks source link

'import glfw' after 'import mujoco_py' violates Python semantics #2

Open ryanjulian opened 6 years ago

ryanjulian commented 6 years ago

Reference: https://github.com/openai/mujoco-py/blob/6ac6ac203a875ef35b1505827264cadccbfd9f05/mujoco_py/builder.py#L61

Find a way to import the mujoco-py glfw rllab-wide without needing to resort to odd import ordering constraints.

Imported from https://github.com/ryanjulian/rllab/issues/98

ryanjulian commented 6 years ago

e.g. see https://github.com/deepmind/dm_control/blob/master/dm_control/mujoco/wrapper/util.py