Fixed links

This commit is contained in:
Brandon Rozek 2023-09-26 17:43:41 -04:00
parent 18ca6cae06
commit 1bb95f36d7
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
27 changed files with 100 additions and 100 deletions

View file

@ -3,13 +3,13 @@ title: Lecture Notes for Reinforcement Learning
showthedate: false
---
[Chapter 1: An Introduction](intro)
[Chapter 1: An Introduction](intro/)
[Chapter 2: Multi-armed Bandits](bandits)
[Chapter 2: Multi-armed Bandits](bandits/)
[Chapter 3: Markov Decision Processes](mdp)
[Chapter 3: Markov Decision Processes](mdp/)
[Chapter 4: Dynamic Programming](dynamic)
[Chapter 4: Dynamic Programming](dynamic/)
[Chapter 5: Monte Carlo Methods](mcmethods)
[Chapter 5: Monte Carlo Methods](mcmethods/)