You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why they require gym as a nes_emulator? Why they require numpy if they write the core by using c? If they can print a number, why they use tqdm? Why they want to display a image on screen if they could give python caller function a image, they can not use pyglet.
Hopy someone could fork a nes-py, and remove all its dependencies, and make sure it is working in ubuntu16 or any machine that has gcc.
The text was updated successfully, but these errors were encountered:
But in the future, this may not work at all. Can anyone drop all dependencies for gym_super_mario_bros to let it work just with a pure python version, for example, python3.10?
It will report an error: gym can't get installed.
I suggest you remove any dependencies, such as 'nes-py', because it has too many useless dependencies:
Why they require gym as a nes_emulator? Why they require numpy if they write the core by using c? If they can print a number, why they use tqdm? Why they want to display a image on screen if they could give python caller function a image, they can not use pyglet.
Hopy someone could fork a nes-py, and remove all its dependencies, and make sure it is working in ubuntu16 or any machine that has gcc.
The text was updated successfully, but these errors were encountered: