-
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
Showing
1 changed file
with
9 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,2 +1,10 @@ | ||
# RLBook | ||
Exercises from Reinforcement Learning Book by Sutton and Barto | ||
|
||
## Bandits | ||
Implementation of the several bandits algorithms for exploration discussed in the Chapter 2. | ||
|
||
## Policy Iteration | ||
An answer to exercise 4.7 from the book along with the recreation of example 4.2 | ||
|
||
### Project Goal | ||
Reinforce the learning from the book by demonstrating learned skills with exercises from Reinforcement Learning Book by Sutton and Barto and my own exercises. |