From 66302e98df8de74edeeb0e033ae13301348d3870 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 30 Sep 2022 08:26:33 +0200 Subject: [PATCH] Update gymlibrary link --- unit1/unit1-bonus/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unit1/unit1-bonus/readme.md b/unit1/unit1-bonus/readme.md index 578c1a4..85a50f0 100644 --- a/unit1/unit1-bonus/readme.md +++ b/unit1/unit1-bonus/readme.md @@ -3,9 +3,9 @@ ## Try new environments 🎮 Now that you've played with LunarLander-v2 Why not try these environments? 🔥: -- 🗻 MountainCar-v0 https://www.gymlibrary.ml/environments/classic_control/mountain_car/ -- 🏎️ CarRacing-v1 https://www.gymlibrary.ml/environments/box2d/car_racing/ -- 🥶 FrozenLake-v1 https://www.gymlibrary.ml/environments/toy_text/frozen_lake/ +- 🗻 MountainCar-v0 https://www.gymlibrary.dev/environments/classic_control/mountain_car/ +- 🏎️ CarRacing-v1 https://www.gymlibrary.dev/environments/box2d/car_racing/ +- 🥶 FrozenLake-v1 https://www.gymlibrary.dev/environments/toy_text/frozen_lake/ ## A piece of advice 🧐 The first Unit, is a very interesting one but also **a very complex one because it's where you learn the fundamentals.**