Update bug

This commit is contained in:
simoninithomas
2023-01-31 16:02:26 +01:00
parent bc7238c1bf
commit 917b2adabe

View File

@@ -18,6 +18,7 @@ For instance, you can think of a warehouse where **multiple robots need to navig
<figure>
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit10/warehouse.jpg" alt="Warehouse"/>
<figcaption> <a href="[https://www.freepik.com/free-vector/robots-warehouse-interior-automated-machines_32117680.htm#query=warehouse robot&position=17&from_view=keyword](https://www.freepik.com/free-vector/robots-warehouse-interior-automated-machines_32117680.htm#query=warehouse%20robot&position=17&from_view=keyword)">Image by upklyak</a> on Freepik </figcaption>
</figure>
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**.
<figure>
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit10/soccertwos.gif" alt="SoccerTwos"/>
<figcaption>This environment was made by the <a href="https://github.com/Unity-Technologies/ml-agents">Unity MLAgents Team</a></figcaption>
</figure>
<figcaption>This environment was made by the <a href="https://github.com/Unity-Technologies/ml-agents">Unity MLAgents Team</a></figcaption>
So now we can ask how we design these multi-agent systems. Said differently, **how can we train agents in a multi-agents setting** ?