baselines
baselines copied to clipboard
ModuleNotFoundError: No module named 'gym.monitoring'
Module gym.monitoring required by baselines/deepq/experiments/atari/enjoy.py is not present in gym[all] package.
How to fix this problem? Thanks.
Even i am also facing the same issue has any one figured out the solution?
Yes. Get drunk, and it'll be much easier.
On Fri, 20 Jul 2018, 22:16 Dinesh Kumar Amara, [email protected] wrote:
Even i am also facing the same issue has any one figured out the solution?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openai/baselines/issues/288#issuecomment-406701400, or mute the thread https://github.com/notifications/unsubscribe-auth/AQC6A3A6XegnT6i-pk-VIcXAGoDC-oDOks5uIiyFgaJpZM4SEA5I .
Maybe you can try
https://github.com/lerrel/gym-adv/tree/master/gym/monitoring
copy the fold and make it a module to be called later on.
Maybe you can try
https://github.com/lerrel/gym-adv/tree/master/gym/monitoring
copy the fold and make it a module to be called later on.
how to do?
Maybe you can try https://github.com/lerrel/gym-adv/tree/master/gym/monitoring copy the fold and make it a module to be called later on.
how to do?
Simply, replace the file with https://github.com/lerrel/gym-adv/tree/master/gym/monitoring
I came across this problem too. My solution is changing the version of gym to an older one. I use pip install "gym==0.9.4" to solve this problems. Good luck~
According to https://github.com/openai/gym/releases/tag/v0.9.6 Developer had Moved gym/monitoring to gym/wrappers/monitoring So for your code you could just change to gym.wrappers.monitoring