forked from callmespring/RL-short-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a01023c
commit 3a65f21
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
## | ||
# Seminar 1: Foundations of Reinforcement Learning | ||
|
||
### 1. Introduction to Reinforcement Learning | ||
* Multi-armed Bandits | ||
* Contextual Bandits | ||
|
||
### 2. Markov Decision Processes (MDPs) | ||
* Time-varying MDPs | ||
* Partially Observable MDPs | ||
|
||
### 3. Existing of the Optimal Stationary Policy |