ai-gym icon indicating copy to clipboard operation
ai-gym copied to clipboard

KeyError: 'render_modes'

Open PierLucaLanzi opened this issue 2 years ago • 1 comments

Just tried to run the maze_2d_q_learning.py example but it returns the error:

KeyError: 'render_modes'

PierLucaLanzi avatar Jul 17 '22 17:07 PierLucaLanzi

You can try "pip install gym==0.24.1" to change the gym version.

loveisacat avatar Aug 03 '22 06:08 loveisacat