-
Notifications
You must be signed in to change notification settings - Fork 530
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
SimpleImageViewer Import not found #262
Comments
Long time later sorry. but I was playing with this repo just now, and ran into this issue, not sure the "proper" fix, but this got me going: I added this to retro_env.py after the imports.
Finally, later in the file: I did the following:
This allows the file to use the SimpleImageViewer from the class we stuffed at the top of retro_env.py |
Also real late, but I cannot figured out what you added. Would love some help, running into the same "'gym.envs.classic_control.rendering'" not found error. |
When running the example code here, the 'random agent' example, the following exception is raised:
Exception has occurred: ModuleNotFoundError
No module named 'gym.envs.classic_control.rendering'
File "[C:[...]\random-bot.py]()", line 8, in main
env.render()
File "[C:[...]\random-bot.py]()", line 15, in
main()
OS: Windows 10
Python 3.7
Gym Retro version 0.8.0
The text was updated successfully, but these errors were encountered: