Implementation of basic RL steps and algorithms with my personal snippets/notes in jupyter notebook.
- Intro to RL - Sutton & Barto
- Denny Britz RL Repo - blackjack.py, gridworld.py, plotting.py
Implementation of basic RL steps and algorithms - Dynamic Programming approach, Monte-Carlo approach, DQN on Atari, Policy Gradient - Reinforce with baseline, Actor Critic (A2C)
Jupyter NotebookMIT
Implementation of basic RL steps and algorithms with my personal snippets/notes in jupyter notebook.