From 1fc5ae8565803860f853b988645a893e0107fe1a Mon Sep 17 00:00:00 2001 From: Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> Date: Thu, 28 Apr 2022 01:11:12 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1bfa74..5124e58 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ And don't forget to share with your friends who want to learn 🤗! | 📆 Publishing date | 📘 Unit | 👩‍💻 Hands-on | |---------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | May, the 4th | An Introduction to Deep Reinforcement Learning | Train a Deep Reinforcement Learning lander agent to land correctly on the Moon 🌕 using Stable-Baselines3 | -| May, the 11th | Bonus | 🎁 it's a suprise 🎁 | +| 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 | | | Policy-based methods | 🏗️ |