Metadata-Version: 2.1
Name: AutoROM
Version: 0.1.5
Summary: Automated installation of Atari ROMs for Gym/ALE-Py
Home-page: https://github.com/PettingZoo-Team/AutoROM
Author: PettingZoo Team
Author-email: justinkterry@gmail.com
License: UNKNOWN
Keywords: Reinforcement Learning,game,RL,AI,gym
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: ale-py

Due to a legal issue, Atari ROM files are no longer installed by default with the Gym library (or more specifically ALE-Py, which Gym depends on).

AutoROM automatically installs the needed Atari ROMs into the ALE-Py folder in a very simple manner:

```
pip3 install autorom
AutoROM
```


