-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
Getting this error when trying to import into my anaconda environment.
|
Having the same issue, whats the workaround? |
Presently either use an older version of openai/gym repo or just download the code for gym.scoreboard.registration.py from internet. |
@ChiragAnilkumar great thanks. Will give that a try. |
can you provide link to find registration.py ? |
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.
The text was updated successfully, but these errors were encountered: