Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.14k stars 420 forks source link

Convert existing Gym spec to Gymnasium #506

Closed jjshoots closed 7 months ago

jjshoots commented 8 months ago

This is a pretty brutal PR, what it does is:

  1. Drops gym support.
  2. Removes the use of 4 different locations for ROMs, that's not really needed anymore since all ROMs will be stored within the Python package on PyPI in future versions.
  3. Moves the ROMs directly into the roms folder.
  4. Streamlines the Python files to be less scattered.

To-do: