mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-28 12:50:38 +08:00
20 lines
1009 B
Plaintext
20 lines
1009 B
Plaintext
# Conclusion [[conclusion]]
|
||
|
||
Congrats on finishing this chapter! There was a lot of information. And congrats on finishing the tutorials. You’ve just implemented your first RL agent from scratch and shared it on the Hub 🥳.
|
||
|
||
Implementing from scratch when you study a new architecture **is important to understand how it works.**
|
||
|
||
That’s **normal if you still feel confused** with all these elements. **This was the same for me and for all people who studied RL.**
|
||
|
||
Take time to really grasp the material before continuing.
|
||
|
||
|
||
In the next chapter, we’re going to dive deeper by studying our first Deep Reinforcement Learning algorithm based on Q-Learning: Deep Q-Learning. And you'll train a **DQN agent with <a href="https://github.com/DLR-RM/rl-baselines3-zoo">RL-Baselines3 Zoo</a> to play Atari Games**.
|
||
|
||
|
||
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit4/atari-envs.gif" alt="Atari environments"/>
|
||
|
||
|
||
|
||
### Keep Learning, stay awesome 🤗
|