naimgerges commited on
Commit
9c7268f
·
verified ·
1 Parent(s): 5914043

Master Autofix for Certification

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -1,9 +1,24 @@
1
  ---
2
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # PPO Agent playing Pyramids
6
  This is a trained model of a PPO agent playing Pyramids using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
7
-
8
- ## Evaluation Results
9
- * **Mean Reward**: 1.75
 
1
  ---
2
+ tags:
3
+ - unity-ml-agents
4
+ - deep-reinforcement-learning
5
+ - reinforcement-learning
6
+ - ML-Agents-Pyramids
7
+ library_name: ml-agents
8
+ model-index:
9
+ - name: PPO-Pyramids
10
+ results:
11
+ - task:
12
+ type: reinforcement-learning
13
+ name: reinforcement-learning
14
+ dataset:
15
+ name: Pyramids
16
+ type: Pyramids
17
+ metrics:
18
+ - type: mean_reward
19
+ value: 1.75
20
+ name: mean_reward
21
  ---
22
 
23
  # PPO Agent playing Pyramids
24
  This is a trained model of a PPO agent playing Pyramids using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).