pkalkman commited on
Commit
6632650
·
verified ·
1 Parent(s): fb7fc98

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +7 -7
  2. hyperparameters.json +1 -1
  3. ppo_breakout.zip +3 -0
  4. replay.mp4 +0 -0
  5. results.json +1 -1
README.md CHANGED
@@ -1,29 +1,29 @@
1
  ---
2
  tags:
3
- - PongNoFrameskip-v4
4
  - ppo
5
  - reinforcement-learning
6
  - stable-baselines3
7
  - deep-rl
8
  - atari
9
  model-index:
10
- - name: PPO Pong Atari
11
  results:
12
  - task:
13
  type: reinforcement-learning
14
- name: Pong
15
  dataset:
16
- name: PongNoFrameskip-v4
17
  type: atari
18
  metrics:
19
  - name: Mean Reward
20
  type: mean_reward
21
- value: 21.00 +/- 0.00
22
  ---
23
 
24
 
25
- # **PPO** Agent playing **PongNoFrameskip-v4**
26
 
27
- This is a trained model of a **PPO** agent playing **PongNoFrameskip-v4**.
28
 
29
  To learn to use this model and train yours, check the Deep Reinforcement Learning Course on [Hugging Face](https://huggingface.co/deep-rl-course).
 
1
  ---
2
  tags:
3
+ - BreakoutNoFrameskip-v4
4
  - ppo
5
  - reinforcement-learning
6
  - stable-baselines3
7
  - deep-rl
8
  - atari
9
  model-index:
10
+ - name: PPO Breakout
11
  results:
12
  - task:
13
  type: reinforcement-learning
14
+ name: Breakout
15
  dataset:
16
+ name: BreakoutNoFrameskip-v4
17
  type: atari
18
  metrics:
19
  - name: Mean Reward
20
  type: mean_reward
21
+ value: 43.50 +/- 22.70
22
  ---
23
 
24
 
25
+ # **PPO** Agent playing **BreakoutNoFrameskip-v4**
26
 
27
+ This is a trained model of a **PPO** agent playing **BreakoutNoFrameskip-v4**.
28
 
29
  To learn to use this model and train yours, check the Deep Reinforcement Learning Course on [Hugging Face](https://huggingface.co/deep-rl-course).
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "PongNoFrameskip-v4", "max_t": 1000, "n_evaluation_episodes": 10}
 
1
+ {"env_id": "BreakoutNoFrameskip-v4", "max_t": 1000, "n_evaluation_episodes": 10}
ppo_breakout.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017d3fd0bc4ff498bf573ec11475100cf0d20c27137b87e381957f4d959ed5d5
3
+ size 25496839
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "PongNoFrameskip-v4", "mean_reward": 21.0, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-20T14:03:35.744333"}
 
1
+ {"env_id": "BreakoutNoFrameskip-v4", "mean_reward": 43.5, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-20T19:57:57.978604"}