DeathReaper0965
commited on
Commit
•
12fe644
1
Parent(s):
128bdb0
Update README.md
Browse files
README.md
CHANGED
@@ -8,21 +8,21 @@ tags:
|
|
8 |
- Puppo
|
9 |
---
|
10 |
|
11 |
-
# **
|
12 |
This is a trained model of a **PPO** agent playing **Huggy** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
13 |
|
14 |
## Usage (with ML-Agents)
|
15 |
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
16 |
|
17 |
-
### Resume
|
18 |
You can resume the training using the below code:
|
19 |
|
20 |
```
|
21 |
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
22 |
```
|
23 |
|
24 |
-
### Watch
|
25 |
-
|
26 |
|
27 |
1. Go to https://huggingface.co/spaces/ThomasSimonini/Huggy
|
28 |
2. Step 1: Find the model_id: `deathReaper0965/Huggy-the-Puppo`
|
|
|
8 |
- Puppo
|
9 |
---
|
10 |
|
11 |
+
# **PPO** Agent playing **Huggy**
|
12 |
This is a trained model of a **PPO** agent playing **Huggy** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
13 |
|
14 |
## Usage (with ML-Agents)
|
15 |
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
16 |
|
17 |
+
### Resume training
|
18 |
You can resume the training using the below code:
|
19 |
|
20 |
```
|
21 |
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
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`
|