Giter Site home page Giter Site logo

ayoubjadouli / atari-py Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openai/atari-py

0.0 0.0 0.0 2.01 MB

A packaged and slightly-modified version of https://github.com/bbitmaster/ale_python_interface

License: GNU General Public License v2.0

Shell 0.11% C++ 72.29% Python 0.77% C 2.58% Prolog 17.05% TeX 5.17% Makefile 0.22% CMake 0.40% Batchfile 0.01% M4 1.40% Roff 0.01%

atari-py's Introduction

Status: Deprecated (don't expect bug fixes or other updates)

Notice: atari-py is fully deprecated and no future updates, bug fixes or releases will be made. Please use the official Arcade Learning Environment Python package (ale-py) instead; it is fully backwards compatible with all atari-py code.

atari_py

Build Status

A packaged and slightly-modified version of https://github.com/bbitmaster/ale_python_interface.

Supported Systems

atari-py supports Linux and Mac OS X with Python 3.5, 3.6, and 3.7. Binaries for those platforms are published to PyPI

We also have binaries for Windows, but compiling from source on Windows or using the binaries is not officially supported.

Installation

To install via pip, run:

pip install atari-py That should install a correct binary verison for your OS. If that does not work (or if you would like get the latest-latest version, or you just want to tinker with the code yourself) see next paragraph.

ROMs

In order to import ROMS, you need to download Roms.rar from the Atari 2600 VCS ROM Collection and extract the .rar file. Once you've done that, run:

python -m atari_py.import_roms <path to folder>

This should print out the names of ROMs as it imports them. The ROMs will be copied to your atari_py installation directory.

Installation from source

  • make sure you have git, cmake, zlib1g, and, on Linux, zlib1g-dev system packages installed
  • clone the repo
  • run pip install -e .

Included ROMs

The following non-commercial ROMs are included with atari-py for testing purposes:

  • Tetris26 by Colin Hughes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.