ThomasSimonini HF staff commited on
Commit
0a842f3
1 Parent(s): 87d2698

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -7,4 +7,16 @@ tags:
7
  - reinforcement-learning
8
  - ML-Agents-Walker
9
  library_name: ml-agents
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
7
  - reinforcement-learning
8
  - ML-Agents-Walker
9
  library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **Walker**
13
+ This is a trained model of a **ppo** agent playing **Walker** 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-Walker
19
+ 2. Step 1: Write your model_id: unity/ML-Agents-Walker
20
+ 3. Step 2: Select your *.nn or *.onnx file
21
+ 4. Click on Watch the agent play 👀
22
+