Closed muupan closed 3 years ago
Resolves #158
Why this PR resolves the issue:
gym==0.19.0
pip install gym
pyglet
gym[classic_control]
Both atari_py and opencv-python are included in gym[atari], so it must be safe to stop installing them manually. See https://github.com/openai/gym/blob/a4c3f15e9b0c7525ec9006e92a3bf6bc8bd0a798/setup.py#L11-L19
/test
Successfully created a job for commit a628a7c:
Resolves #158
Why this PR resolves the issue:
gym==0.19.0
,pip install gym
no longer installpyglet
, which causes this error since the monitor functionality of classic control envs requires pyglet.gym[classic_control]
so that pyglet is also installed.Both atari_py and opencv-python are included in gym[atari], so it must be safe to stop installing them manually. See https://github.com/openai/gym/blob/a4c3f15e9b0c7525ec9006e92a3bf6bc8bd0a798/setup.py#L11-L19