资源算法paiss_deeprl

paiss_deeprl

2020-02-13 | |  30 |   0 |   0

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


上一篇:async-deeprl

下一篇:DeepRL-Robot-Arm

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...