Awesome
gym-rle
The Retro Learning Environment supports SNES (Super Nintendo Entertainment System) video games such as Mario and Mortal Kombat.
Installation
cd gym-rle
pip install -e .
Roms for the available games need to put in the gym_rle/envs/roms
dir with lowercase separated names (e.g. mortal_kombat.sfc).
You can see the list of supported games in gym_rle/__init__.py
.