Super-Mario-Bros-RL icon indicating copy to clipboard operation
Super-Mario-Bros-RL copied to clipboard

ModuleNotFoundError: No module named 'gym_super_mario_bros'

Open lebi376 opened this issue 4 years ago • 1 comments

I've encountered this problem: common\atari_wrapper.py", line 4, in import gym_super_mario_bros

ModuleNotFoundError: No module named 'gym_super_mario_bros'

how can I fix it?

lebi376 avatar Oct 21 '19 09:10 lebi376

You should first install the gym_super_mario_bros library by typing the following command line

pip install gym_super_mario_bros

mkgmels73 avatar Mar 11 '23 16:03 mkgmels73