d500: Reinforcement Learning Examples

Reinforcement Learning Examples (from: https://github.com/rlcode/reinforcement-learning):

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

Reinforcement Learning Examples