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

Missing module gym.scoreboard.registration.py #25

Open
ChiragAnilkumar opened this issue Dec 28, 2017 · 5 comments
Open

Missing module gym.scoreboard.registration.py #25

ChiragAnilkumar opened this issue Dec 28, 2017 · 5 comments

Comments

@ChiragAnilkumar
Copy link

In gym-doom/ppaquette_gym_doom/init.py there is a line of code which imports add_group and add_task from gym.scoreboard.registration. I had raised this issue in openai/gym repo, they said the website for scoreboard was deprecated and hence the file was removed as there was no backend. So please provide instructions to use an older version of gym or update the code to make some change.

@cuznerdexter
Copy link

Getting this error when trying to import into my anaconda environment.
This is the error displayed in Spyder

import ppaquette_gym_doom

Traceback (most recent call last):
  File "<ipython-input-6-18277e8ec3c6>", line 1, in 
<module>
    import ppaquette_gym_doom
  File "/Users/cuznerdexter/anaconda/envs/doom_ai_py36_cpu/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.registration'

@hatoshi11
Copy link

Having the same issue, whats the workaround?

@ChiragAnilkumar
Copy link
Author

Presently either use an older version of openai/gym repo or just download the code for gym.scoreboard.registration.py from internet.

@cuznerdexter
Copy link

@ChiragAnilkumar great thanks. Will give that a try.

@dnyaneshwar89
Copy link

Presently either use an older version of openai/gym repo or just download the code for gym.scoreboard.registration.py from internet.

can you provide link to find registration.py ?

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

4 participants