Update introduction.mdx

* Remove gif
This commit is contained in:
Thomas Simonini
2023-08-06 18:10:42 +02:00
committed by GitHub
parent f6b96f3e46
commit ca42ab49f8

View File

@@ -19,6 +19,4 @@ So today we'll study **Actor-Critic methods**, a hybrid architecture combining v
We'll study one of these hybrid methods, Advantage Actor Critic (A2C), **and train our agent using Stable-Baselines3 in robotic environments**. We'll train:
- A robotic arm 🦾 to move to the correct position.
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit8/environments.gif" alt="Environments"/>
Sound exciting? Let's get started!