Push to Hub
Browse files- A2C-Atari-Pong.zip +2 -2
- A2C-Atari-Pong/_stable_baselines3_version +1 -1
- A2C-Atari-Pong/data +0 -0
- A2C-Atari-Pong/policy.optimizer.pth +2 -2
- A2C-Atari-Pong/policy.pth +2 -2
- A2C-Atari-Pong/pytorch_variables.pth +2 -2
- A2C-Atari-Pong/system_info.txt +9 -9
- README.md +1 -1
- config.json +0 -0
- replay.mp4 +0 -0
- results.json +1 -1
A2C-Atari-Pong.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:a40a57b17093aa27b688a06ad5f979dde529319fbc16e5a3b465ec5727985be7
|
3 |
+
size 13827400
|
A2C-Atari-Pong/_stable_baselines3_version
CHANGED
@@ -1 +1 @@
|
|
1 |
-
2.
|
|
|
1 |
+
2.1.0
|
A2C-Atari-Pong/data
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
A2C-Atari-Pong/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:b9cdc478013e89a32772df1fc0b10d00f423c8d6d6159b607fc50b379f89aa23
|
3 |
+
size 6754674
|
A2C-Atari-Pong/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:7d596a2f248955e7fc8608b5f4593bdbf2e6efda3723016c340be18bd01e3da3
|
3 |
+
size 6757874
|
A2C-Atari-Pong/pytorch_variables.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:0c35cea3b2e60fb5e7e162d3592df775cd400e575a31c72f359fb9e654ab00c5
|
3 |
+
size 864
|
A2C-Atari-Pong/system_info.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
- OS: Linux-5.15.
|
2 |
-
- Python: 3.
|
3 |
-
- Stable-Baselines3: 2.
|
4 |
-
- PyTorch: 2.0
|
5 |
-
- GPU Enabled:
|
6 |
-
- Numpy: 1.
|
7 |
-
- Cloudpickle:
|
8 |
-
- Gymnasium: 0.
|
9 |
-
- OpenAI Gym: 0.
|
|
|
1 |
+
- OS: Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with-glibc2.35 # 1 SMP Thu Oct 5 21:02:42 UTC 2023
|
2 |
+
- Python: 3.9.18
|
3 |
+
- Stable-Baselines3: 2.1.0
|
4 |
+
- PyTorch: 2.1.0+cpu
|
5 |
+
- GPU Enabled: False
|
6 |
+
- Numpy: 1.26.1
|
7 |
+
- Cloudpickle: 3.0.0
|
8 |
+
- Gymnasium: 0.29.1
|
9 |
+
- OpenAI Gym: 0.26.2
|
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: PongNoFrameskip-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value: -20.
|
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
|
|
replay.mp4
CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"mean_reward": -20.
|
|
|
1 |
+
{"mean_reward": -20.4, "std_reward": 0.8, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2024-03-05T12:38:21.892129"}
|