Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 298 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 298 Bytes

Coding the RL elements

Implementation of basic RL steps and algorithms with my personal snippets/notes in jupyter notebook.

References -

  1. Intro to RL - Sutton & Barto
  2. Denny Britz RL Repo - blackjack.py, gridworld.py, plotting.py