Update units/en/unit2/introduction.mdx

Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
This commit is contained in:
Thomas Simonini
2022-12-03 11:11:54 +01:00
committed by GitHub
parent 10618b77ba
commit 783beabfe9

View File

@@ -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! 🚀