Metadata-Version: 2.1
Name: AutoROM
Version: 0.1.10
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
Description: # AutoROM
        
        [![Build Status](https://travis-ci.com/PettingZoo-Team/AutoROM.svg?branch=master)](https://travis-ci.com/PettingZoo-Team/AutoROM)
        
        Atari ROM files are no longer automatically installed with Gym (or more specifically ALE-Py, which Gym depends on).
        
        AutoROM automatically downloads the needed Atari ROMs from ROM hosting websites into the ALE-Py folder in a very simple manner:
        
        ```
        pip3 install autorom
        AutoROM
        ```
        
         The specific ROM websites AutoROM pulls from are gamulator.com, atarimania.com and s2roms.cc.
        
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
