Commit
•
3ee3e85
1
Parent(s):
bc77131
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,16 @@ tags:
|
|
7 |
- reinforcement-learning
|
8 |
- ML-Agents-Worm
|
9 |
library_name: ml-agents
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- reinforcement-learning
|
8 |
- ML-Agents-Worm
|
9 |
library_name: ml-agents
|
10 |
+
---
|
11 |
+
|
12 |
+
# **ppo** Agent playing **Worm**
|
13 |
+
This is a trained model of a **ppo** agent playing **Worm** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
14 |
+
|
15 |
+
## Watch your Agent play
|
16 |
+
You can watch your agent **playing directly in your browser:**.
|
17 |
+
|
18 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-Worm
|
19 |
+
2. Step 1: Write your model_id: unity/ML-Agents-Worm
|
20 |
+
3. Step 2: Select your *.nn or *.onnx file
|
21 |
+
4. Click on Watch the agent play 👀
|
22 |
+
|