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

roms.__all__ are only ['Tetris'] #455

Closed jiangp000 closed 2 years ago

JesseFarebro commented 2 years ago

Hi,

We don't distribute ROMs. You'll need to use your own ROMs, e.g., if you have ROMs located in ~/roms you can import them to the ALE via:

ale-import-roms ~/roms

Hope that helps.