diff --git a/README.md b/README.md index cc23bf0..219c230 100644 --- a/README.md +++ b/README.md @@ -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.