From a9f5728ac6192be00aa1e0e47486cd392db745b6 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 3 May 2022 19:37:29 +0200 Subject: [PATCH] Add LunarLander.gif --- unit1/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit1/README.md b/unit1/README.md index de46b3f..4fca58e 100644 --- a/unit1/README.md +++ b/unit1/README.md @@ -2,6 +2,8 @@ In this Unit, you'll learn the foundations of Deep RL. And **you’ll train your first lander agent 🚀 to land correctly on the Moon 🌕** using Stable-Baselines3 and share it with the community. +LunarLander + You'll then be able to **compare your agent’s results with other classmates thanks to a leaderboard** 🔥. This course is **self-paced**, you can start whenever you want.