uvipen / Super-mario-bros-PPO-pytorch

Proximal Policy Optimization (PPO) algorithm for Super Mario Bros
MIT License
1.07k stars 201 forks source link

ModuleNotFoundError: No module named 'gym_super_mario_bros' #1

Closed johnsonkee closed 4 years ago

johnsonkee commented 4 years ago

When I run the test code "python test.py --world 5 --stage 2", a error occurs. It showed "ModuleNotFoundError: No module named 'gym_super_mario_bros' ", could you mind telling me how to solve it? Thx.

xiaosongdeyx001 commented 4 years ago

pip install gym-super-mario-bros

johnsonkee commented 4 years ago

pip install gym-super-mario-bros

thank you

xiaosongdeyx001 commented 4 years ago

next: ubuntu sudo apt-get install ffmpeg Anaconda conda install ffmpeg