From 917b2adabe35a10c1c6bf48a6bb4d3e8b7a5bdeb Mon Sep 17 00:00:00 2001 From: simoninithomas Date: Tue, 31 Jan 2023 16:02:26 +0100 Subject: [PATCH] Update bug --- units/en/unit7/introduction-to-marl.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/units/en/unit7/introduction-to-marl.mdx b/units/en/unit7/introduction-to-marl.mdx index 423c3a0..de74679 100644 --- a/units/en/unit7/introduction-to-marl.mdx +++ b/units/en/unit7/introduction-to-marl.mdx @@ -18,6 +18,7 @@ For instance, you can think of a warehouse where **multiple robots need to navig
Warehouse
Image by upklyak on Freepik
+
Or a road with **several autonomous vehicles**. @@ -48,10 +49,7 @@ For example, in a game of tennis, **each agent wants to beat the other agent**.
SoccerTwos - +
This environment was made by the Unity MLAgents Team
-
This environment was made by the Unity MLAgents Team
- - So now we can ask how we design these multi-agent systems. Said differently, **how can we train agents in a multi-agents setting** ?