pkalkman commited on
Commit
3a3adf1
·
verified ·
1 Parent(s): b775ca6

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +41 -0
  2. hyperparameters.json +1 -0
  3. ppo_pong.zip +3 -0
  4. results.json +1 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # **PPO** Agent playing **PongNoFrameskip-v4**
3
+
4
+ This is a trained model of a **PPO** agent playing **PongNoFrameskip-v4**.
5
+
6
+ ---
7
+ {
8
+ "tags": [
9
+ "PongNoFrameskip-v4",
10
+ "ppo",
11
+ "reinforcement-learning",
12
+ "stable-baselines3",
13
+ "deep-rl",
14
+ "atari"
15
+ ],
16
+ "model-index": [
17
+ {
18
+ "name": "PPO Pong Atari",
19
+ "results": [
20
+ {
21
+ "task": {
22
+ "type": "reinforcement-learning",
23
+ "name": "Pong"
24
+ },
25
+ "dataset": {
26
+ "name": "PongNoFrameskip-v4",
27
+ "type": "atari"
28
+ },
29
+ "metrics": [
30
+ {
31
+ "name": "Mean Reward",
32
+ "type": "mean_reward",
33
+ "value": "21.00 +/- 0.00"
34
+ }
35
+ ]
36
+ }
37
+ ]
38
+ }
39
+ ]
40
+ }
41
+ ---
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "PongNoFrameskip-v4", "max_t": 1000, "n_evaluation_episodes": 10}
ppo_pong.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9974534e114b6b7f4f61c4d8093c32a6a162b160fb3ab33b2f5d58edb55c43ae
3
+ size 23100241
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env_id": "PongNoFrameskip-v4", "mean_reward": 21.0, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-20T13:50:37.086070"}