MattStammers commited on
Commit
119d20b
•
1 Parent(s): 3f63165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -14,11 +14,6 @@ tags:
14
  ## Usage (with ML-Agents)
15
  The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
 
17
- ### Resume the training
18
- ```bash
19
- mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
20
- ```
21
-
22
  ### Watch your Agent play
23
  You can watch your agent **playing directly in your browser**
24
 
@@ -26,4 +21,7 @@ tags:
26
  2. Step 1: Find your model_id: MattStammers/poca-SoccerTwos
27
  3. Step 2: Select your *.nn /*.onnx file
28
  4. Click on Watch the agent play 👀
29
-
 
 
 
 
14
  ## Usage (with ML-Agents)
15
  The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
 
 
 
 
 
 
17
  ### Watch your Agent play
18
  You can watch your agent **playing directly in your browser**
19
 
 
21
  2. Step 1: Find your model_id: MattStammers/poca-SoccerTwos
22
  3. Step 2: Select your *.nn /*.onnx file
23
  4. Click on Watch the agent play 👀
24
+
25
+ ### Video
26
+
27
+ This video is of the Unity baseline agent (blue) against my agents (purple). The Unity baseline agents are slightly better but only marginally so.