DeathReaper0965
commited on
Commit
·
bfddd29
1
Parent(s):
12fe644
Change steps
Browse files
README.md
CHANGED
@@ -15,17 +15,17 @@ tags:
|
|
15 |
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
16 |
|
17 |
### Resume training
|
18 |
-
|
19 |
|
20 |
```
|
21 |
-
mlagents-learn <your_configuration_file_path.yaml> --run-id
|
22 |
```
|
23 |
|
24 |
### Watch Agent
|
25 |
-
You can watch the agent playing by following the below steps:
|
26 |
|
27 |
-
1. Go to https://huggingface.co/spaces/ThomasSimonini/Huggy
|
28 |
2. Step 1: Find the model_id: `deathReaper0965/Huggy-the-Puppo`
|
29 |
3. Step 2: Select the *.onnx file
|
30 |
-
4. Click on Play with Huggy
|
31 |
|
|
|
15 |
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
16 |
|
17 |
### Resume training
|
18 |
+
Below code can be used to resume the Agent training:
|
19 |
|
20 |
```
|
21 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id="Huggy-the-Puppo" --resume
|
22 |
```
|
23 |
|
24 |
### Watch Agent
|
25 |
+
You can watch the agent playing by following the below steps mentioned below:
|
26 |
|
27 |
+
1. Go to: https://huggingface.co/spaces/ThomasSimonini/Huggy
|
28 |
2. Step 1: Find the model_id: `deathReaper0965/Huggy-the-Puppo`
|
29 |
3. Step 2: Select the *.onnx file
|
30 |
+
4. Click on `Play with Huggy`
|
31 |
|