Closed ozzafar closed 2 years ago
I am encounting this problem too🥲
@ozzafar I already solved this question.
Stop using env.reder()
function, just passing a render_mode when initialize your env.
like:
env.make('Breakout-v4', render_mode='human')
See: https://github.com/mgbellemare/Arcade-Learning-Environment/blob/master/docs/gym-interface.md
indeed solved it, thanks !!!!
thanks!problems solved!
Downgrading to version 0.21.0 also worked
Hey,
I'm able to render Box2d envs, but when I tried some Atari games I encountered consistantly the following error: ImportError: cannot import name 'rendering' from 'gym.envs.classic_control'.
I'm using python 3.7.6, tried both in mac terminal and in Jupiter notebook. dummy code snippet:
Would be glad for help urgently please! Thanks