From c5239896da41c16adf807b32dd5b95adc001bcd3 Mon Sep 17 00:00:00 2001 From: colourfulspring Date: Sun, 28 Apr 2024 15:35:46 +0800 Subject: [PATCH] remove image in readme --- docs/Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Readme.md b/docs/Readme.md index 1109a6c2..1199ff66 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -4,8 +4,7 @@ * Install Unity 2022.3.4f1 in Unity Hub at [this link](https://unity.com/releases/editor/archive). Find the currect version in the list and click the blue button with text "Unity Hub". * Add the path '/Project' as a new project in the Unity Hub. Then open the project. * In the explorer below the Project panel, enter the path "Assets/ML-Agents/Examples/CarCatching/Scenes". Then drag the CarCatching.unity file to the Hierarchical panel at top left. -* Click the Play button at top middle place. It's icon is "▷" . Then you will see three agent robots(blue) are catching one enemy robot(purple) as the following image shows: -![An example of trajectory](images/Fig8.png) +* Click the Play button at top middle place. It's icon is "▷" . Then you will see three agent robots(blue) are catching one enemy robot(purple). # Training * Install MLAgents Python and MLAgents Unity extension based on the steps at [this link](https://gitee.com/capacito/ml-agents-carcatching/blob/main/docs/Installation.md).