Giter VIP home page Giter VIP logo

paiss_deeprl's Introduction

PAISS Deep Reinforcement Learning Practical Session by Criteo AI LAb

The repo contains all the material needed for a 1,5 hour practical session on Deep Reinforcement Learning.

The idea is to practice basic techniques so as to solve toy problems and also introduce useful techniques and diagnostic tools that allow to ultimately solve harder problems.

Authors that developed this educational material are cited in the AUTHORS file.

Setup Instructions

  1. Install Miniconda (cross-platform Python distribution):

    • download & run installer from here
  2. Create environment for the session:

    $ conda create --name paiss_deeprl python=3.6 Keras==2.2.0 tensorflow matplotlib
    
  3. Activate environment:

    $ source activate paiss_deeprl
    
  4. Install jupyter

    $ pip install jupyter
    
  5. Gym RL toolkit dependencies

    • Linux (known to work on Ubuntu 16.04)
      $ sudo apt-get install cmake swig zlib1g-dev
      
    • Mac OSX
      $ brew install cmake swig
      
    • Windows
  6. Gym RL toolkit install

    $ git clone https://github.com/openai/gym.git
    $ cd gym
    $ pip install -e .[all]
    
  7. Verify everything is working

    $ cd - && python3 -c "import keras, gym"
    
  8. Pull the notebook with exercises

    $ git clone https://github.com/criteo-research/paiss_deeprl.git    
    

Exercises (FOR STUDENTS)

To run the notebook & start experimenting:

$ jupyter notebook exercises.ipynb

Note that there is also a PyTorch version : see exercises_pytorch.ipynb. If you wish to use it you'll need to conda install pytorch torchvision -c pytorch.

Slides (FOR PRESENTER)

$ jupyter nbconvert slides.ipynb --to slides --post serve

paiss_deeprl's People

Contributors

kiewanvillatel avatar oddskool avatar alexis-jacq avatar adilek avatar

Watchers

James Cloos 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.