zoq / gym_tcp_api

gym tcp api
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

Import Error 'Cannot import name Monitor'. #10

Closed KimSangYeon-DGU closed 5 years ago

KimSangYeon-DGU commented 5 years ago

Hi @zoq. I guess the OpenAI gym's interface has been changed. So I downgraded the Gym version to 0.9.5 and It works correctly. (I checked both 0.9.5 and 0.7.4 work correctly.)

pip install gym==0.9.5

mountain_car