From ca42ab49f8a45b88c10070fe021577e5467e03c1 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Sun, 6 Aug 2023 18:10:42 +0200 Subject: [PATCH] Update introduction.mdx * Remove gif --- units/en/unit6/introduction.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/units/en/unit6/introduction.mdx b/units/en/unit6/introduction.mdx index 862c8c4..9d4c4ad 100644 --- a/units/en/unit6/introduction.mdx +++ b/units/en/unit6/introduction.mdx @@ -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. -Environments - Sound exciting? Let's get started!