Upload folder using huggingface_hub
Browse files- README.md +29 -0
- hyperparameters.json +1 -0
- ppo_breakout.zip +3 -0
- replay.mp4 +0 -0
- results.json +1 -0
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
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:479203c64d024243655dcc33471bf938e9446fe722cff90b6011340d37042607
|
3 |
+
size 25496839
|
replay.mp4
ADDED
Binary file (60.7 kB). View file
|
|
results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"env_id": "BreakoutNoFrameskip-v4", "mean_reward": 43.5, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-20T19:59:44.194282"}
|