ryanjulian / rllab

rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
Other
1 stars 21 forks source link

'import glfw' after 'import mujoco_py' is an unnatural constraint #98

Closed jonashen closed 6 years ago

jonashen 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.

ryanjulian commented 6 years ago

See https://github.com/rlworkgroup/garage/issues/10