From 3dc8960ecb5e4dcb38595a3fdba83d44ef92abf0 Mon Sep 17 00:00:00 2001 From: Liad Yosef Date: Wed, 28 Oct 2020 04:02:40 +0200 Subject: [PATCH] Add "Introduction to Reinforcement Learning" (#4772) * Add "Introduction to Reinforcement Learning" Add "Introduction to Reinforcement Learning" / David Silver * Update free-courses-en.md Co-authored-by: Seth Co-authored-by: Seth --- free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-courses-en.md b/free-courses-en.md index 54f31d94..2bf08969 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -205,6 +205,7 @@ * [Deep Learning Specialization](https://www.coursera.org/specializations/deep-learning) (coursera) * [Deep Reinforcement Learning](http://rail.eecs.berkeley.edu/deeprlcourse/) - Sergey Levine * [Intro to Deep Learning](https://www.kaggle.com/learn/intro-to-deep-learning) - Ryan Holbrook +* [Introduction to Reinforcement learning with David Silver](https://www.youtube.com/playlist?list=PLqYmG7hTraZBiG_XpjnPrSNw-1XQaM_gB) - David Silver * [MIT 6.S094: Deep Learning for Self-Driving Cars](https://selfdrivingcars.mit.edu) * [Practical Deep Learning For Coders taught](http://www.fast.ai) - Jeremy Howard * [Practical Deep Learning for Coders, v3 (using fastai library)](https://course.fast.ai)