From 85edc958f2781bc46e8da4fd194339ab891f4d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Wo=C5=9B?= Date: Sun, 8 May 2022 00:47:03 +0900 Subject: [PATCH 1/4] Remove extraneous asterisks --- unit1/unit1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit1/unit1.ipynb b/unit1/unit1.ipynb index 709720a..b9ab9f9 100644 --- a/unit1/unit1.ipynb +++ b/unit1/unit1.ipynb @@ -17,7 +17,7 @@ }, "source": [ "# Unit 1: Train your first Deep Reinforcement Learning Agent πŸš€\n", - "In this notebook, you'll train your first lander agent to ****land correctly on the Moon πŸŒ• share it to the community, and experiment with different configurations**\n", + "In this notebook, you'll train your first lander agent to **land correctly on the Moon πŸŒ• share it to the community, and experiment with different configurations**\n", "\n", "❓ If you have questions, please post them on #study-group-unit1 discord channel πŸ‘‰ https://discord.gg/aYka4Yhff9\n", "\n", From 38347eeb5ad72cffcce17db0ad1adf2f9adf1e06 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Sun, 8 May 2022 18:48:20 +0200 Subject: [PATCH 2/4] Adding Unit 1 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f28468..731c230 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This course is **self-paced** you can start when you want πŸ₯³. | πŸ“† Publishing date | πŸ“˜ Unit | πŸ‘©β€πŸ’» Hands-on | |---------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------| -| Published πŸ₯³ | [An Introduction to Deep Reinforcement Learning](https://github.com/huggingface/deep-rl-class/tree/main/unit1) | [Train a Deep Reinforcement Learning lander agent to land correctly on the Moon πŸŒ• using Stable-Baselines3](https://github.com/huggingface/deep-rl-class/blob/main/unit1/unit1.ipynb) | +| [Published πŸ₯³](https://github.com/huggingface/deep-rl-class/tree/main/unit1#unit-1-introduction-to-deep-reinforcement-learning) | [An Introduction to Deep Reinforcement Learning](https://github.com/huggingface/deep-rl-class/tree/main/unit1) | [Train a Deep Reinforcement Learning lander agent to land correctly on the Moon πŸŒ• using Stable-Baselines3](https://github.com/huggingface/deep-rl-class/blob/main/unit1/unit1.ipynb) | | May, the 11th | Bonus | 🎁 it's a surprise 🎁 | | May, the 18th | Q-Learning | Train an agent to cross a Frozen lake in this new version of the environment. | | June, the 1st | Deep Q-Learning and improvements | Train a Deep Q-Learning agent to play Space Invaders | From 744fdbfb981155b3e833c774cb93ddd8b65c079e Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 11 May 2022 15:23:08 +0200 Subject: [PATCH 3/4] Update leaderboard link to Chris --- unit1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit1/README.md b/unit1/README.md index d06011e..8c1ddc0 100644 --- a/unit1/README.md +++ b/unit1/README.md @@ -37,7 +37,7 @@ Are you new to Discord? Check our **discord 101 to get the best practices** πŸ‘‰ The hands-on πŸ‘‰ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/deep-rl-class/blob/main/unit1/unit1.ipynb) -The leaderboard πŸ‘‰ https://huggingface.co/spaces/ThomasSimonini/Lunar-Lander-Leaderboard +The leaderboard πŸ‘‰ https://huggingface.co/spaces/chrisjay/Deep-Reinforcement-Learning-Leaderboard You can work directly **with the colab notebook, which allows you not to have to install everything on your machine (and it’s free)**. From 584a7722fa6228d998d9c9f67ed2f6547ee0b6ff Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 11 May 2022 15:23:42 +0200 Subject: [PATCH 4/4] Update readme (bonus) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 731c230..74639f9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This course is **self-paced** you can start when you want πŸ₯³. | πŸ“† Publishing date | πŸ“˜ Unit | πŸ‘©β€πŸ’» Hands-on | |---------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | [Published πŸ₯³](https://github.com/huggingface/deep-rl-class/tree/main/unit1#unit-1-introduction-to-deep-reinforcement-learning) | [An Introduction to Deep Reinforcement Learning](https://github.com/huggingface/deep-rl-class/tree/main/unit1) | [Train a Deep Reinforcement Learning lander agent to land correctly on the Moon πŸŒ• using Stable-Baselines3](https://github.com/huggingface/deep-rl-class/blob/main/unit1/unit1.ipynb) | -| May, the 11th | Bonus | 🎁 it's a surprise 🎁 | +| May, the 11th | [Bonus](https://discord.com/channels/879548962464493619/968114737655214080/973937495546925056) | | | May, the 18th | Q-Learning | Train an agent to cross a Frozen lake in this new version of the environment. | | June, the 1st | Deep Q-Learning and improvements | Train a Deep Q-Learning agent to play Space Invaders | | | Policy-based methods | πŸ—οΈ |