From fb94541e5d238d9ed5ec6770f1dca2a6839ceb7a Mon Sep 17 00:00:00 2001 From: romanoneg <43445765+romanoneg@users.noreply.github.com> Date: Thu, 10 Nov 2022 21:05:56 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.