From 7f56f5053ecedf152e47b6da1aff3f0408d47841 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Thu, 19 May 2022 20:10:56 +0200 Subject: [PATCH] Update README.md --- unit2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit2/README.md b/unit2/README.md index 9d44e08..b158486 100644 --- a/unit2/README.md +++ b/unit2/README.md @@ -53,8 +53,8 @@ Are you new to Discord? Check our **discord 101 to get the best practices** 👉 - [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: -- [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) + - [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) ## How to make the most of this course