Upload folder using huggingface_hub
Browse files- .summary/0/events.out.tfevents.1756484564.Pac +3 -0
- .summary/0/events.out.tfevents.1756484827.Pac +3 -0
- .summary/0/events.out.tfevents.1756484979.Pac +3 -0
- README.md +1 -1
- checkpoint_p0/best_000003149_12898304_reward_4.751.pth +3 -0
- checkpoint_p0/checkpoint_000004839_19820544.pth +3 -0
- checkpoint_p0/checkpoint_000004884_20004864.pth +3 -0
- config.json +3 -3
- git.diff.backup +0 -0
- replay.mp4 +2 -2
- sf_log.txt +0 -0
.summary/0/events.out.tfevents.1756484564.Pac
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de8ef55c83307eddcc325b0774d06041e0c54eb0c328aaf4e7fd146ae2c98df1
|
3 |
+
size 2080
|
.summary/0/events.out.tfevents.1756484827.Pac
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e14674280e652edc4e07f56fe5b2379e8a60cbcfe4e1be55f078b35f403f0781
|
3 |
+
size 5134
|
.summary/0/events.out.tfevents.1756484979.Pac
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9eef0e0e6e4799795f101e0602d8891da22571425f1edc0ed68d7514a1dfb04
|
3 |
+
size 1174108
|
README.md
CHANGED
@@ -15,7 +15,7 @@ model-index:
|
|
15 |
type: doom_health_gathering_supreme
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
-
value:
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
|
|
15 |
type: doom_health_gathering_supreme
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
+
value: 4.06 +/- 0.29
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
checkpoint_p0/best_000003149_12898304_reward_4.751.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fca8a051c7e2ab56c93502b03330a244b8544cabd2cb5359155d7e5f26c5c572
|
3 |
+
size 34929516
|
checkpoint_p0/checkpoint_000004839_19820544.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d85b6b8220c2fe922e0c72856554b9f4e9567605c9c4046824f13ed6f9bf116
|
3 |
+
size 34929954
|
checkpoint_p0/checkpoint_000004884_20004864.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55fcf371f33e03cf618988375235277d5d4e70aaf1c4e424becc0d57a2ae92d8
|
3 |
+
size 34929954
|
config.json
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
"worker_num_splits": 2,
|
16 |
"policy_workers_per_policy": 1,
|
17 |
"max_policy_lag": 1000,
|
18 |
-
"num_workers":
|
19 |
"num_envs_per_worker": 4,
|
20 |
"batch_size": 1024,
|
21 |
"num_batches_per_epoch": 1,
|
22 |
"num_epochs": 1,
|
23 |
-
"rollout":
|
24 |
"recurrence": 32,
|
25 |
"shuffle_minibatches": false,
|
26 |
"gamma": 0.99,
|
@@ -65,7 +65,7 @@
|
|
65 |
"summaries_use_frameskip": true,
|
66 |
"heartbeat_interval": 20,
|
67 |
"heartbeat_reporting_interval": 600,
|
68 |
-
"train_for_env_steps":
|
69 |
"train_for_seconds": 10000000000,
|
70 |
"save_every_sec": 120,
|
71 |
"keep_checkpoints": 2,
|
|
|
15 |
"worker_num_splits": 2,
|
16 |
"policy_workers_per_policy": 1,
|
17 |
"max_policy_lag": 1000,
|
18 |
+
"num_workers": 10,
|
19 |
"num_envs_per_worker": 4,
|
20 |
"batch_size": 1024,
|
21 |
"num_batches_per_epoch": 1,
|
22 |
"num_epochs": 1,
|
23 |
+
"rollout": 64,
|
24 |
"recurrence": 32,
|
25 |
"shuffle_minibatches": false,
|
26 |
"gamma": 0.99,
|
|
|
65 |
"summaries_use_frameskip": true,
|
66 |
"heartbeat_interval": 20,
|
67 |
"heartbeat_reporting_interval": 600,
|
68 |
+
"train_for_env_steps": 20000000,
|
69 |
"train_for_seconds": 10000000000,
|
70 |
"save_every_sec": 120,
|
71 |
"keep_checkpoints": 2,
|
git.diff.backup
ADDED
The diff for this file is too large to render.
See raw diff
|
|
replay.mp4
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:4d68220307c311d960a42551365fa1cf0216627cfc8ff7b2308e884c156a3ce8
|
3 |
+
size 6191141
|
sf_log.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|