Skip to content

pythonAI/reinforcement-learning

 
 

Repository files navigation

--------------------------------------------------------------------------------

Minimal and clean examples of reinforcement learning algorithms presented by RLCode team. [한국어]

Maintainers - Woongwon, Youngmoo, Hyeokreal, Uiryeong, Keon

From the most basic algorithms to the more recent ones categorized as 'deep reinforcement learning', the examples are easy to read with comments. 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

Install Requirements

pip install -r requirements.txt

Table of Contents

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

Code 2 - Applying deep reinforcement learning on basic Cartpole game.

Code 3 - Mastering Atari games with Deep Reinforcement Learning

About

Minimal and Clean Reinforcement Learning Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%