ThomasSimonini HF staff commited on
Commit
9717bd0
1 Parent(s): be61c43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -3,7 +3,19 @@ tags:
3
  - deep-reinforcement-learning
4
  - reinforcement-learning
5
  - stable-baselines3
 
 
 
 
 
 
 
 
 
 
 
6
  ---
 
7
  # PPO Agent playing BreakoutNoFrameskip-v4
8
  This is a trained model of a **PPO agent playing BreakoutNoFrameskip-v4 using the [stable-baselines3 library](https://stable-baselines3.readthedocs.io/en/master/index.html)**.
9
 
 
3
  - deep-reinforcement-learning
4
  - reinforcement-learning
5
  - stable-baselines3
6
+ model-index:
7
+ - name: PPO Agent
8
+ results:
9
+ - task:
10
+ type: reinforcement-learning # Required. Example: automatic-speech-recognition
11
+ dataset:
12
+ type: BreakoutNoFrameskip-v4 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
13
+ name: BreakoutNoFrameskip-v4 # Required. Example: Common Voice zh-CN
14
+ metrics:
15
+ - type: mean_reward # Required. Example: wer
16
+ value: 339 # Required. Example: 20.90
17
  ---
18
+
19
  # PPO Agent playing BreakoutNoFrameskip-v4
20
  This is a trained model of a **PPO agent playing BreakoutNoFrameskip-v4 using the [stable-baselines3 library](https://stable-baselines3.readthedocs.io/en/master/index.html)**.
21