Upload PPO PongNoFrameskip-v4 trained agent
Browse files- README.md +1 -1
- config.json +0 -0
- ppo-PongNoFrameskip-v4.zip +2 -2
- ppo-PongNoFrameskip-v4/data +0 -0
- ppo-PongNoFrameskip-v4/policy.optimizer.pth +2 -2
- ppo-PongNoFrameskip-v4/policy.pth +2 -2
- ppo-PongNoFrameskip-v4/system_info.txt +1 -1
- replay.mp4 +0 -0
- results.json +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: PongNoFrameskip-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value: -
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: PongNoFrameskip-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: -20.40 +/- 0.80
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
ppo-PongNoFrameskip-v4.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f14f9f639cb6858c094e0c311b0e84e27278a3ef93e0d81cb620fcc8fc08aeeb
|
3 |
+
size 155637131
|
ppo-PongNoFrameskip-v4/data
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
ppo-PongNoFrameskip-v4/policy.optimizer.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3394c6027feb133aafaefaf42e374ec35989e8faeebb8ac4aa578687277f7212
|
3 |
+
size 103300074
|
ppo-PongNoFrameskip-v4/policy.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29187ec79f2a9c9bce8864988791908ee811fe384698ebdbeec74b653ca4d94c
|
3 |
+
size 51649650
|
ppo-PongNoFrameskip-v4/system_info.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
- Python: 3.10.12
|
3 |
- Stable-Baselines3: 2.2.0a9
|
4 |
- PyTorch: 2.1.0+cu118
|
5 |
-
- GPU Enabled:
|
6 |
- Numpy: 1.23.5
|
7 |
- Cloudpickle: 2.2.1
|
8 |
- Gymnasium: 0.29.1
|
|
|
2 |
- Python: 3.10.12
|
3 |
- Stable-Baselines3: 2.2.0a9
|
4 |
- PyTorch: 2.1.0+cu118
|
5 |
+
- GPU Enabled: False
|
6 |
- Numpy: 1.23.5
|
7 |
- Cloudpickle: 2.2.1
|
8 |
- Gymnasium: 0.29.1
|
replay.mp4
CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"mean_reward": -
|
|
|
1 |
+
{"mean_reward": -20.4, "std_reward": 0.8, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2023-11-02T11:23:04.381248"}
|