GithubHelp home page GithubHelp logo

rl-atari-experiments's Introduction

RL Atari experiments

Deep Reinforcement Learning project with Atari games for the Reinforcement Learning course at CentraleSupelec

Description

For this project, we implemented two different models: DQN and MNF-DQN.

Thanks to OpenAI's gym environment, any Atari environment can be used to train one of the two aforementioned models.

How to run

  • Install the required libraries
pip install -r requirements.txt
  • Set the configuration file cfg.yml to run the desired experiment

  • Install 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.

  • Run the experiment
python main.py

Note: in our experiments we used only three Atari environments (Freeway-v0, Skiing-v0, MsPacman-v0); but it is possible to run an experiment with any other Atari game (as long as it is available in the gym environment).

References

In this project, we used:

rl-atari-experiments's People

Contributors

badryoubiidrissi avatar fgxaos avatar

Watchers

 avatar  avatar  avatar

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.