From 238996452bc27571a01359ed4063bb980d5f91d5 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Sat, 6 Aug 2022 15:31:46 +0200 Subject: [PATCH] Add Importance Sampling link --- unit8/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/unit8/README.md b/unit8/README.md index 1fcb930..61664da 100644 --- a/unit8/README.md +++ b/unit8/README.md @@ -36,6 +36,7 @@ The leaderboard 👉 https://huggingface.co/spaces/chrisjay/Deep-Reinforcement-L - [Spinning Up RL PPO](https://spinningup.openai.com/en/latest/algorithms/ppo.html) - [Paper Proximal Policy Optimization Algorithms](https://arxiv.org/abs/1707.06347) - [The 37 Implementation Details of Proximal Policy Optimization](https://ppo-details.cleanrl.dev//2021/11/05/ppo-implementation-details/) +- [Importance Sampling Explained](https://youtu.be/C3p2wI4RAi8) ## How to make the most of this course