• Stars
    star
    3,235
  • Rank 13,255 (Top 0.3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Minimal and Clean Reinforcement Learning Examples


Minimal and clean examples of reinforcement learning algorithms presented by RLCode team. [ν•œκ΅­μ–΄]

Maintainers - Woongwon, Youngmoo, Hyeokreal, Uiryeong, Keon

From the basics to deep reinforcement learning, this repo provides easy-to-read code examples. One file for each algorithm. Please feel free to create a Pull Request, or open an issue!

Dependencies

  1. Python 3.5
  2. Tensorflow 1.0.0
  3. Keras
  4. numpy
  5. pandas
  6. matplot
  7. pillow
  8. Skimage
  9. h5py

Install Requirements

pip install -r requirements.txt

Table of Contents

Grid World - Mastering the basics of reinforcement learning in the simplified world called "Grid World"

CartPole - Applying deep reinforcement learning on basic Cartpole game.

Atari - Mastering Atari games with Deep Reinforcement Learning

OpenAI GYM - [WIP]

  • Mountain Car - DQN