From 783beabfe9d4f3bbd89e514bdb56edb0749b6c5a Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Sat, 3 Dec 2022 11:11:54 +0100 Subject: [PATCH] Update units/en/unit2/introduction.mdx Co-authored-by: Sayak Paul --- units/en/unit2/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit2/introduction.mdx b/units/en/unit2/introduction.mdx index a963fa9..a05b237 100644 --- a/units/en/unit2/introduction.mdx +++ b/units/en/unit2/introduction.mdx @@ -22,6 +22,6 @@ Concretely, we'll: * study and implement our first RL algorithm: Q-Learning * implement our first RL agent -This unit is **fundamental if you want to be able to work on Deep Q-Learning**: the first Deep RL algorithm that was able to play Atari games and beat the human level on some of them (breakout, space invaders…). +This unit is **fundamental if you want to be able to work on Deep Q-Learning**: the first Deep RL algorithm that played Atari games and beat the human level on some of them (breakout, space invaders…). So let's get started! 🚀