ThomasSimonini HF staff commited on
Commit
0931323
1 Parent(s): 617c537

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-PushBlock
9
  library_name: ml-agents
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
7
  - reinforcement-learning
8
  - ML-Agents-PushBlock
9
  library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **PushBlock**
13
+ This is a trained model of a **ppo** agent playing **PushBlock** 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-PushBlock
19
+ 2. Step 1: Write your model_id: unity/ML-Agents-PushBlock
20
+ 3. Step 2: Select your *.nn or *.onnx file
21
+ 4. Click on Watch the agent play 👀
22
+