-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
[Question] ImportError: cannot import name 'rendering' from 'gym.envs.classic_control' #712
Comments
You appear to be using code with gym v0.21 I believe which is no longer supported. |
it is 0.26.2. |
I can't remember exactly but gym 0.18 or 0.21 should probably work |
I could not install the 0.21 version, I have this error.
|
Question
I have this error showing up.
"from gym.envs.classic_control import rendering
ImportError: cannot import name 'rendering' from 'gym.envs.classic_control'"
Is there something that I can fix this.
The text was updated successfully, but these errors were encountered: