gym-doom icon indicating copy to clipboard operation
gym-doom copied to clipboard

No module named 'gym.scoreboard'

Open dillon-co opened this issue 6 years ago • 2 comments

Trying to run code with import gym import ppaquette_gym_doom

and I'm getting back this error.

File "anaconda3/lib/python3.6/site-packages/ppaquette_gym_doom/__init__.py", line 2, in <module>
from gym.scoreboard.registration import add_task, add_group
ModuleNotFoundError: No module named 'gym.scoreboard'

Can you fix to reflect the changes made with open ai's gym? The scoreboard website was depricated, so I doubt reverting a previous gym version would fix this problem.

Any way I can fix this quickly without going to a previous version of Open AI gym?

dillon-co avatar Apr 04 '18 18:04 dillon-co

You should be able to get around this by editing that file and commenting out the references to scoreboard.

So basically comment out the line:

from gym.scoreboard.registration import add_task, add_group

and then any call to add_task / add-group

baggyg avatar May 15 '18 12:05 baggyg

This repo is not being maintained..

wookayin avatar Jan 25 '19 03:01 wookayin