Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoneg authored Nov 11, 2022
1 parent 460ad7a commit fb94541
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
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.

0 comments on commit fb94541

Please sign in to comment.