Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'gym.scoreboard' #27

Open
dillon-co opened this issue Apr 4, 2018 · 2 comments
Open

No module named 'gym.scoreboard' #27

dillon-co opened this issue Apr 4, 2018 · 2 comments

Comments

@dillon-co
Copy link

dillon-co commented Apr 4, 2018

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?

@baggyg
Copy link

baggyg commented May 15, 2018

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

@wookayin
Copy link

This repo is not being maintained..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants