Minimal and clean examples of reinforcement learning algorithms presented by RLCode team. [한국어]
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!
pip install -r requirements.txt
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]