1
0
Fork 0
mirror of https://github.com/Brandon-Rozek/website.git synced 2025-06-03 11:55:55 +00:00
website/content/research/reinforcementlearning/notes.md
2020-01-15 21:51:49 -05:00

12 lines
258 B
Markdown

# Lecture Notes for Reinforcement Learning
[Chapter 1: An Introduction](intro)
[Chapter 2: Multi-armed Bandits](bandits)
[Chapter 3: Markov Decision Processes](mdp)
[Chapter 4: Dynamic Programming](dynamic)
[Chapter 5: Monte Carlo Methods](mcmethods)