From 014ad39575ad2c4553f50664c62db38aae4114b2 Mon Sep 17 00:00:00 2001 From: YaYaB Date: Fri, 27 May 2022 13:35:15 +0200 Subject: [PATCH] Fix typo in Readme --- unit2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit2/README.md b/unit2/README.md index 2a3cde9..b02f1af 100644 --- a/unit2/README.md +++ b/unit2/README.md @@ -63,7 +63,7 @@ You can work directly **with the colab notebook, which allows you not to have to ## Additional readings 📚 - [Reinforcement Learning: An Introduction, Richard Sutton and Andrew G. Barto Chapter 5, 6 and 7](http://incompleteideas.net/book/RLbook2020.pdf) - [Foundations of Deep RL Series, L2 Deep Q-Learning by Pieter Abbeel](https://youtu.be/Psrhxy88zww) -- To divde deeper on Monte Carlo and Temporal Difference Learning: +- To dive deeper on Monte Carlo and Temporal Difference Learning: - [Why do temporal difference (TD) methods have lower variance than Monte Carlo methods?](https://stats.stackexchange.com/questions/355820/why-do-temporal-difference-td-methods-have-lower-variance-than-monte-carlo-met) - [When are Monte Carlo methods preferred over temporal difference ones?](https://stats.stackexchange.com/questions/336974/when-are-monte-carlo-methods-preferred-over-temporal-difference-ones)