mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-14 10:22:37 +08:00
63 lines
3.3 KiB
Markdown
63 lines
3.3 KiB
Markdown
# Unit 7: Advantage Actor Critic (A2C) using Robotics Simulations with PyBullet 🤖
|
||
|
||
One of the major industries that use Reinforcement Learning is robotics. Unfortunately, **having access to robot equipment is very expensive**. Fortunately, some simulations exist to train Robots:
|
||
1. PyBullet
|
||
2. MuJoco
|
||
3. Unity Simulations
|
||
|
||
We're going to learn about Advantage Actor Critic (A2C) and how to use PyBullet. And train a spider agent to walk.
|
||
|
||
🏆 You'll then be able to **compare your agent’s results with other classmates thanks to a leaderboard** 🔥 👉 https://huggingface.co/spaces/chrisjay/Deep-Reinforcement-Learning-Leaderboard
|
||
|
||

|
||
|
||
Let's get started 🥳
|
||
|
||
## Required time ⏱️
|
||
The required time for this unit is, approximately:
|
||
- 1 hour for the theory.
|
||
- 1 hour for the hands-on.
|
||
|
||
## Start this Unit 🚀
|
||
Here are the steps for this Unit:
|
||
|
||
1️⃣ 📖 [Read Advantage Actor Critic Chapter](https://huggingface.co/blog/deep-rl-a2c).
|
||
|
||
2️⃣ 👩💻 Then dive on the hands-on where you'll train two robots to walk.
|
||
|
||
The hands-on 👉 [](https://colab.research.google.com/github/huggingface/deep-rl-class/blob/main/unit7/unit7.ipynb)
|
||
|
||
Thanks to a leaderboard, you'll be able to compare your results with other classmates and exchange the best practices to improve your agent's scores Who will win the challenge for Unit 7 🏆?
|
||
|
||
The leaderboard 👉 https://huggingface.co/spaces/chrisjay/Deep-Reinforcement-Learning-Leaderboard
|
||
|
||
## Additional readings 📚
|
||
- [Making Sense of the Bias / Variance Trade-off in (Deep) Reinforcement Learning](https://blog.mlreview.com/making-sense-of-the-bias-variance-trade-off-in-deep-reinforcement-learning-79cf1e83d565)
|
||
- [Bias-variance Tradeoff in Reinforcement Learning](https://www.endtoend.ai/blog/bias-variance-tradeoff-in-reinforcement-learning/)
|
||
- [Foundations of Deep RL Series, L3 Policy Gradients and Advantage Estimation by Pieter Abbeel](https://youtu.be/AKbX1Zvo7r8)
|
||
|
||
## How to make the most of this course
|
||
|
||
To make the most of the course, my advice is to:
|
||
|
||
- **Participate in Discord** and join a study group.
|
||
- **Read multiple times** the theory part and takes some notes
|
||
- Don’t just do the colab. When you learn something, try to change the environment, change the parameters and read the libraries' documentation. Have fun 🥳
|
||
- Struggling is **a good thing in learning**. It means that you start to build new skills. Deep RL is a complex topic and it takes time to understand. Try different approaches, use our additional readings, and exchange with classmates on discord.
|
||
|
||
## This is a course built with you 👷🏿♀️
|
||
|
||
We want to improve and update the course iteratively with your feedback. **If you have some, please fill this form** 👉 https://forms.gle/3HgA7bEHwAmmLfwh9
|
||
|
||
## Don’t forget to join the Community 📢
|
||
|
||
We have a discord server where you **can exchange with the community and with us, create study groups to grow each other and more**
|
||
|
||
👉🏻 [https://discord.gg/aYka4Yhff9](https://discord.gg/aYka4Yhff9).
|
||
|
||
Don’t forget to **introduce yourself when you sign up 🤗**
|
||
|
||
❓If you have other questions, [please check our FAQ](https://github.com/huggingface/deep-rl-class#faq)
|
||
|
||
### Keep learning, stay awesome 🤗
|