Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.12k stars 420 forks source link

Fix invalid ROM names #481

Closed JesseFarebro closed 1 year ago

JesseFarebro commented 1 year ago

Two problems existed with parsing some ROM names:

1) If the ROM had a number it would be parsed invalidly, e.g., TicTacToe3D, Pitfall2. 2) Videochess & Videocube didn't follow the same naming convention as VideoCheckers and VideoPinball.

Fixes #480.