Commit ·
471b4c4
1
Parent(s): 2eeff9c
Upload folder using huggingface_hub
Browse files- .summary/0/events.out.tfevents.1694523001.rhmmedcatt-ProLiant-ML350-Gen10 +3 -0
- README.md +1 -1
- checkpoint_p0/best_000002153_8818688_reward_12.789.pth +3 -0
- checkpoint_p0/checkpoint_000002138_8757248.pth +3 -0
- checkpoint_p0/checkpoint_000002443_10006528.pth +3 -0
- config.json +4 -4
- git.diff +77 -62
- replay.mp4 +2 -2
- sf_log.txt +373 -129
.summary/0/events.out.tfevents.1694523001.rhmmedcatt-ProLiant-ML350-Gen10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0589a7feb1ff4864ac04e6fce4ae40a1c1e97722545c1ca797b6a83caafbc44e
|
| 3 |
+
size 688745
|
README.md
CHANGED
|
@@ -15,7 +15,7 @@ model-index:
|
|
| 15 |
type: doom_two_colors_easy
|
| 16 |
metrics:
|
| 17 |
- type: mean_reward
|
| 18 |
-
value:
|
| 19 |
name: mean_reward
|
| 20 |
verified: false
|
| 21 |
---
|
|
|
|
| 15 |
type: doom_two_colors_easy
|
| 16 |
metrics:
|
| 17 |
- type: mean_reward
|
| 18 |
+
value: 4.53 +/- 2.21
|
| 19 |
name: mean_reward
|
| 20 |
verified: false
|
| 21 |
---
|
checkpoint_p0/best_000002153_8818688_reward_12.789.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f81f8cafe5e29bd10ef4e1081666b4378854794480edb0996614b07f515ce99c
|
| 3 |
+
size 34934758
|
checkpoint_p0/checkpoint_000002138_8757248.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61265768ac1956d30a9dfc437ead535f904df748fe45a4c75981c2dc700b910a
|
| 3 |
+
size 34935172
|
checkpoint_p0/checkpoint_000002443_10006528.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f466c83c71e32dccabc08a2158afe85b9480b0633826b1e6305826ac831512ba
|
| 3 |
+
size 34935172
|
config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"restart_behavior": "restart",
|
| 8 |
"device": "gpu",
|
| 9 |
"seed": null,
|
| 10 |
-
"num_policies":
|
| 11 |
"async_rl": true,
|
| 12 |
"serial_mode": false,
|
| 13 |
"batched_sampling": false,
|
|
@@ -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,
|
|
@@ -102,8 +102,8 @@
|
|
| 102 |
"env_framestack": 1,
|
| 103 |
"pixel_format": "CHW",
|
| 104 |
"use_record_episode_statistics": false,
|
| 105 |
-
"with_wandb":
|
| 106 |
-
"wandb_user":
|
| 107 |
"wandb_project": "sample_factory",
|
| 108 |
"wandb_group": null,
|
| 109 |
"wandb_job_type": "SF",
|
|
|
|
| 7 |
"restart_behavior": "restart",
|
| 8 |
"device": "gpu",
|
| 9 |
"seed": null,
|
| 10 |
+
"num_policies": 2,
|
| 11 |
"async_rl": true,
|
| 12 |
"serial_mode": false,
|
| 13 |
"batched_sampling": false,
|
|
|
|
| 65 |
"summaries_use_frameskip": true,
|
| 66 |
"heartbeat_interval": 20,
|
| 67 |
"heartbeat_reporting_interval": 600,
|
| 68 |
+
"train_for_env_steps": 10000000,
|
| 69 |
"train_for_seconds": 10000000000,
|
| 70 |
"save_every_sec": 120,
|
| 71 |
"keep_checkpoints": 2,
|
|
|
|
| 102 |
"env_framestack": 1,
|
| 103 |
"pixel_format": "CHW",
|
| 104 |
"use_record_episode_statistics": false,
|
| 105 |
+
"with_wandb": true,
|
| 106 |
+
"wandb_user": "matt-stammers",
|
| 107 |
"wandb_project": "sample_factory",
|
| 108 |
"wandb_group": null,
|
| 109 |
"wandb_job_type": "SF",
|
git.diff
CHANGED
|
@@ -5,10 +5,10 @@ diff --git a/environments/ai_vs_ai/ml-agents b/environments/ai_vs_ai/ml-agents
|
|
| 5 |
-Subproject commit 8bcedabd808ffb7097f88b800fc92dea82dfd610
|
| 6 |
+Subproject commit 8bcedabd808ffb7097f88b800fc92dea82dfd610-dirty
|
| 7 |
diff --git a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv
|
| 8 |
-
index fb7bd62..
|
| 9 |
--- a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv
|
| 10 |
+++ b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv
|
| 11 |
-
@@ -18493,3 +18493,
|
| 12 |
19475.0,10454,121627.848456
|
| 13 |
8600.0,4558,121633.704827
|
| 14 |
14975.0,5637,121641.623816
|
|
@@ -11787,11 +11787,84 @@ index fb7bd62..bf520b8 100644
|
|
| 11787 |
+25825.0,11357,282129.504158
|
| 11788 |
+22250.0,9052,282140.854319
|
| 11789 |
+14850.0,5159,282147.229682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11790 |
diff --git a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip
|
| 11791 |
index ade47c0..3e11ac4 100644
|
| 11792 |
Binary files a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip and b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip differ
|
| 11793 |
diff --git a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz
|
| 11794 |
-
index c09117b..
|
| 11795 |
Binary files a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz and b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz differ
|
| 11796 |
diff --git a/environments/sample_factory/doom_healthgathering.ipynb b/environments/sample_factory/doom_healthgathering.ipynb
|
| 11797 |
index a7be1b5..84985a6 100644
|
|
@@ -11818,62 +11891,4 @@ index a7be1b5..84985a6 100644
|
|
| 11818 |
diff --git a/environments/sample_factory/train_dir/default_experiment/.summary/0/events.out.tfevents.1694360455.rhmmedcatt-ProLiant-ML350-Gen10 b/environments/sample_factory/train_dir/default_experiment/.summary/0/events.out.tfevents.1694360455.rhmmedcatt-ProLiant-ML350-Gen10
|
| 11819 |
deleted file mode 100644
|
| 11820 |
index 3cbb8a2..0000000
|
| 11821 |
-
Binary files a/environments/sample_factory/train_dir/default_experiment/.summary
|
| 11822 |
-
diff --git a/environments/sample_factory/train_dir/default_experiment/README.md b/environments/sample_factory/train_dir/default_experiment/README.md
|
| 11823 |
-
deleted file mode 100644
|
| 11824 |
-
index 67b28b9..0000000
|
| 11825 |
-
--- a/environments/sample_factory/train_dir/default_experiment/README.md
|
| 11826 |
-
+++ /dev/null
|
| 11827 |
-
@@ -1,56 +0,0 @@
|
| 11828 |
-
----
|
| 11829 |
-
-library_name: sample-factory
|
| 11830 |
-
-tags:
|
| 11831 |
-
-- deep-reinforcement-learning
|
| 11832 |
-
-- reinforcement-learning
|
| 11833 |
-
-- sample-factory
|
| 11834 |
-
-model-index:
|
| 11835 |
-
-- name: APPO
|
| 11836 |
-
- results:
|
| 11837 |
-
- - task:
|
| 11838 |
-
- type: reinforcement-learning
|
| 11839 |
-
- name: reinforcement-learning
|
| 11840 |
-
- dataset:
|
| 11841 |
-
- name: doom_health_gathering_supreme
|
| 11842 |
-
- type: doom_health_gathering_supreme
|
| 11843 |
-
- metrics:
|
| 11844 |
-
- - type: mean_reward
|
| 11845 |
-
- value: 9.02 +/- 3.07
|
| 11846 |
-
- name: mean_reward
|
| 11847 |
-
- verified: false
|
| 11848 |
-
----
|
| 11849 |
-
-
|
| 11850 |
-
-A(n) **APPO** model trained on the **doom_health_gathering_supreme** environment.
|
| 11851 |
-
-
|
| 11852 |
-
-This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory.
|
| 11853 |
-
-Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
|
| 11854 |
-
-
|
| 11855 |
-
-
|
| 11856 |
-
-## Downloading the model
|
| 11857 |
-
-
|
| 11858 |
-
-After installing Sample-Factory, download the model with:
|
| 11859 |
-
-```
|
| 11860 |
-
-python -m sample_factory.huggingface.load_from_hub -r MattStammers/rl_course_vizdoom_health_gathering_supreme
|
| 11861 |
-
-```
|
| 11862 |
-
-
|
| 11863 |
-
-
|
| 11864 |
-
-## Using the model
|
| 11865 |
-
-
|
| 11866 |
-
-To run the model after download, use the `enjoy` script corresponding to this environment:
|
| 11867 |
-
-```
|
| 11868 |
-
-python -m <path.to.enjoy.module> --algo=APPO --env=doom_health_gathering_supreme --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme
|
| 11869 |
-
-```
|
| 11870 |
-
-
|
| 11871 |
-
-
|
| 11872 |
-
-You can also upload models to the Hugging Face Hub using the same script with the `--push_to_hub` flag.
|
| 11873 |
-
-See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
|
| 11874 |
-
-
|
| 11875 |
-
-## Training with this model
|
| 11876 |
-
-
|
| 11877 |
-
-To continue training with this model, use the `train` script corresponding to this environment:
|
| 11878 |
-
-```
|
| 11879 |
-
-python -m <path.to.train.module> --algo=APPO --env=doom_health_gathering_supreme --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme --restart_
|
|
|
|
| 5 |
-Subproject commit 8bcedabd808ffb7097f88b800fc92dea82dfd610
|
| 6 |
+Subproject commit 8bcedabd808ffb7097f88b800fc92dea82dfd610-dirty
|
| 7 |
diff --git a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv
|
| 8 |
+
index fb7bd62..eeaff59 100644
|
| 9 |
--- a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv
|
| 10 |
+++ b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/0.monitor.csv
|
| 11 |
+
@@ -18493,3 +18493,11851 @@ r,l,t
|
| 12 |
19475.0,10454,121627.848456
|
| 13 |
8600.0,4558,121633.704827
|
| 14 |
14975.0,5637,121641.623816
|
|
|
|
| 11787 |
+25825.0,11357,282129.504158
|
| 11788 |
+22250.0,9052,282140.854319
|
| 11789 |
+14850.0,5159,282147.229682
|
| 11790 |
+
+22925.0,10032,282161.825632
|
| 11791 |
+
+19275.0,9417,282178.304765
|
| 11792 |
+
+15375.0,6662,282189.445194
|
| 11793 |
+
+22500.0,10017,282206.106361
|
| 11794 |
+
+18800.0,7775,282219.074695
|
| 11795 |
+
+26025.0,11680,282238.537118
|
| 11796 |
+
+26000.0,11857,282256.765218
|
| 11797 |
+
+15675.0,6925,282287.412728
|
| 11798 |
+
+22575.0,9537,282298.980867
|
| 11799 |
+
+14925.0,4758,282304.782811
|
| 11800 |
+
+23575.0,9892,282316.728288
|
| 11801 |
+
+14975.0,5317,282323.144005
|
| 11802 |
+
+15200.0,5877,282330.240721
|
| 11803 |
+
+26000.0,11672,282344.357126
|
| 11804 |
+
+26100.0,12070,282358.890885
|
| 11805 |
+
+26325.0,11682,282373.199278
|
| 11806 |
+
+15050.0,6107,282380.550238
|
| 11807 |
+
+15250.0,6247,282388.108755
|
| 11808 |
+
+23650.0,9882,282400.04745
|
| 11809 |
+
+8400.0,4022,282404.913379
|
| 11810 |
+
+18950.0,10270,282443.014621
|
| 11811 |
+
+15375.0,7267,282451.84289
|
| 11812 |
+
+25975.0,11042,282465.139765
|
| 11813 |
+
+15300.0,6077,282472.495647
|
| 11814 |
+
+26750.0,12054,282487.148096
|
| 11815 |
+
+22600.0,9182,282498.342239
|
| 11816 |
+
+26125.0,11254,282512.067826
|
| 11817 |
+
+19625.0,8967,282522.877659
|
| 11818 |
+
+15350.0,6132,282530.319936
|
| 11819 |
+
+23125.0,10497,282543.0374
|
| 11820 |
+
+19525.0,8772,282581.038901
|
| 11821 |
+
+15225.0,5519,282587.681141
|
| 11822 |
+
+19200.0,7820,282597.140002
|
| 11823 |
+
+26100.0,11234,282610.7178
|
| 11824 |
+
+25875.0,10619,282623.573375
|
| 11825 |
+
+22425.0,9592,282635.290018
|
| 11826 |
+
+22875.0,10902,282648.470669
|
| 11827 |
+
+26075.0,11194,282661.993578
|
| 11828 |
+
+14850.0,4997,282668.004048
|
| 11829 |
+
+4250.0,2307,282670.727012
|
| 11830 |
+
+25775.0,10832,282683.879624
|
| 11831 |
+
+26175.0,12150,282698.608609
|
| 11832 |
+
+18975.0,8127,282735.451614
|
| 11833 |
+
+18700.0,7657,282744.775324
|
| 11834 |
+
+14825.0,5538,282751.531505
|
| 11835 |
+
+11675.0,5382,282758.016039
|
| 11836 |
+
+19475.0,8752,282768.64435
|
| 11837 |
+
+26150.0,11722,282782.827546
|
| 11838 |
+
+22750.0,9862,282794.7549
|
| 11839 |
+
+15125.0,5782,282801.716895
|
| 11840 |
+
+12100.0,4972,282807.863577
|
| 11841 |
+
+15325.0,6102,282815.245395
|
| 11842 |
+
+15250.0,6807,282823.512894
|
| 11843 |
+
+22525.0,10122,282835.896441
|
| 11844 |
+
+27050.0,11782,282850.154135
|
| 11845 |
+
+8025.0,3788,282876.890591
|
| 11846 |
+
+26725.0,11322,282890.562404
|
| 11847 |
+
+15275.0,6292,282898.223938
|
| 11848 |
+
+825.0,1792,282900.366076
|
| 11849 |
+
+22575.0,9507,282911.797788
|
| 11850 |
+
+15075.0,5862,282918.822713
|
| 11851 |
+
+15350.0,6792,282927.074413
|
| 11852 |
+
+25825.0,10994,282940.462049
|
| 11853 |
+
+11325.0,4113,282945.459857
|
| 11854 |
+
+15125.0,5862,282952.656345
|
| 11855 |
+
+26350.0,11472,282967.046163
|
| 11856 |
+
+26150.0,11457,282981.857427
|
| 11857 |
+
+22700.0,10902,282996.245395
|
| 11858 |
+
+27050.0,11064,283039.899779
|
| 11859 |
+
+22575.0,10957,283053.184556
|
| 11860 |
+
+15400.0,5937,283060.406768
|
| 11861 |
+
+14950.0,5432,283067.075765
|
| 11862 |
+
+22550.0,10252,283079.807549
|
| 11863 |
diff --git a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip
|
| 11864 |
index ade47c0..3e11ac4 100644
|
| 11865 |
Binary files a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip and b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/best_model.zip differ
|
| 11866 |
diff --git a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz
|
| 11867 |
+
index c09117b..7e8cf03 100644
|
| 11868 |
Binary files a/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz and b/environments/atari/model/qrdqn/QbertNoFrameskip-v4_6/evaluations.npz differ
|
| 11869 |
diff --git a/environments/sample_factory/doom_healthgathering.ipynb b/environments/sample_factory/doom_healthgathering.ipynb
|
| 11870 |
index a7be1b5..84985a6 100644
|
|
|
|
| 11891 |
diff --git a/environments/sample_factory/train_dir/default_experiment/.summary/0/events.out.tfevents.1694360455.rhmmedcatt-ProLiant-ML350-Gen10 b/environments/sample_factory/train_dir/default_experiment/.summary/0/events.out.tfevents.1694360455.rhmmedcatt-ProLiant-ML350-Gen10
|
| 11892 |
deleted file mode 100644
|
| 11893 |
index 3cbb8a2..0000000
|
| 11894 |
+
Binary files a/environments/sample_factory/train_dir/default_experiment/.summary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:4d79f9811bb3e9c05a0128a8f761ac4bdbda3cb7310fa0bbbc9e659ce7fd145d
|
| 3 |
+
size 7586102
|
sf_log.txt
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
[2023-09-12 13:
|
| 2 |
-
[2023-09-12 13:
|
| 3 |
-
[2023-09-12 13:
|
| 4 |
-
[2023-09-12 13:
|
| 5 |
-
[2023-09-12 13:
|
| 6 |
-
[2023-09-12 13:
|
| 7 |
-
[2023-09-12 13:
|
| 8 |
-
[2023-09-12 13:
|
| 9 |
-
[2023-09-12 13:
|
| 10 |
-
[2023-09-12 13:
|
| 11 |
-
[2023-09-12 13:
|
| 12 |
-
[2023-09-12 13:
|
| 13 |
-
[2023-09-12 13:
|
| 14 |
(obs_normalizer): ObservationNormalizer(
|
| 15 |
(running_mean_std): RunningMeanStdDictInPlace(
|
| 16 |
(running_mean_std): ModuleDict(
|
|
@@ -51,119 +51,363 @@
|
|
| 51 |
(distribution_linear): Linear(in_features=512, out_features=6, bias=True)
|
| 52 |
)
|
| 53 |
)
|
| 54 |
-
[2023-09-12 13:
|
| 55 |
-
[2023-09-12 13:
|
| 56 |
-
[2023-09-12 13:
|
| 57 |
-
[2023-09-12 13:
|
| 58 |
-
[2023-09-12 13:
|
| 59 |
-
[2023-09-12 13:
|
| 60 |
-
[2023-09-12 13:
|
| 61 |
-
[2023-09-12 13:
|
| 62 |
-
[2023-09-12 13:
|
| 63 |
-
[2023-09-12 13:
|
| 64 |
-
[2023-09-12 13:
|
| 65 |
-
[2023-09-12 13:
|
| 66 |
-
[2023-09-12 13:
|
| 67 |
-
[2023-09-12 13:
|
| 68 |
-
[2023-09-12 13:
|
| 69 |
-
[2023-09-12 13:
|
| 70 |
-
[2023-09-12 13:
|
| 71 |
-
[2023-09-12 13:
|
| 72 |
-
[2023-09-12 13:
|
| 73 |
-
[2023-09-12 13:
|
| 74 |
-
[2023-09-12 13:
|
| 75 |
-
[2023-09-12 13:
|
| 76 |
-
[2023-09-12 13:
|
| 77 |
-
[2023-09-12 13:
|
| 78 |
-
[2023-09-12 13:
|
| 79 |
-
[2023-09-12 13:
|
| 80 |
-
[2023-09-12 13:
|
| 81 |
-
[2023-09-12 13:
|
| 82 |
-
[2023-09-12 13:
|
| 83 |
-
[2023-09-12 13:
|
| 84 |
-
[2023-09-12 13:
|
| 85 |
-
[2023-09-12 13:
|
| 86 |
-
[2023-09-12 13:
|
| 87 |
-
[2023-09-12 13:
|
| 88 |
-
[2023-09-12 13:
|
| 89 |
-
[2023-09-12 13:
|
| 90 |
-
[2023-09-12 13:
|
| 91 |
-
[2023-09-12 13:
|
| 92 |
-
[2023-09-12 13:
|
| 93 |
-
[2023-09-12 13:
|
| 94 |
-
[2023-09-12 13:
|
| 95 |
-
[2023-09-12 13:
|
| 96 |
-
[2023-09-12 13:
|
| 97 |
-
[2023-09-12 13:
|
| 98 |
-
[2023-09-12 13:
|
| 99 |
-
[2023-09-12 13:
|
| 100 |
-
[2023-09-12 13:
|
| 101 |
-
[2023-09-12 13:
|
| 102 |
-
[2023-09-12 13:
|
| 103 |
-
[2023-09-12 13:
|
| 104 |
-
[2023-09-12 13:
|
| 105 |
-
[2023-09-12 13:
|
| 106 |
-
[2023-09-12 13:
|
| 107 |
-
[2023-09-12 13:
|
| 108 |
-
[2023-09-12 13:
|
| 109 |
-
[2023-09-12 13:
|
| 110 |
-
[2023-09-12 13:
|
| 111 |
-
[2023-09-12 13:
|
| 112 |
-
[2023-09-12 13:
|
| 113 |
-
[2023-09-12 13:
|
| 114 |
-
[2023-09-12 13:
|
| 115 |
-
[2023-09-12 13:
|
| 116 |
-
[2023-09-12 13:
|
| 117 |
-
[2023-09-12 13:
|
| 118 |
-
[2023-09-12 13:
|
| 119 |
-
[2023-09-12 13:
|
| 120 |
-
[2023-09-12 13:
|
| 121 |
-
[2023-09-12 13:
|
| 122 |
-
[2023-09-12 13:
|
| 123 |
-
[2023-09-12 13:
|
| 124 |
-
[2023-09-12 13:
|
| 125 |
-
[2023-09-12 13:
|
| 126 |
-
[2023-09-12 13:
|
| 127 |
-
[2023-09-12 13:
|
| 128 |
-
[2023-09-12 13:
|
| 129 |
-
[2023-09-12 13:
|
| 130 |
-
[2023-09-12 13:
|
| 131 |
-
[2023-09-12 13:
|
| 132 |
-
[2023-09-12 13:
|
| 133 |
-
[2023-09-12 13:
|
| 134 |
-
[2023-09-12 13:
|
| 135 |
-
[2023-09-12 13:
|
| 136 |
-
[2023-09-12 13:
|
| 137 |
-
[2023-09-12 13:
|
| 138 |
-
[2023-09-12 13:
|
| 139 |
-
[2023-09-12 13:
|
| 140 |
-
[2023-09-12 13:
|
| 141 |
-
[2023-09-12 13:
|
| 142 |
-
[2023-09-12 13:
|
| 143 |
-
[2023-09-12 13:
|
| 144 |
-
[2023-09-12 13:
|
| 145 |
-
[2023-09-12 13:
|
| 146 |
-
[2023-09-12 13:
|
| 147 |
-
[2023-09-12 13:
|
| 148 |
-
[2023-09-12 13:
|
| 149 |
-
[2023-09-12 13:
|
| 150 |
-
[2023-09-12 13:
|
| 151 |
-
[2023-09-12 13:
|
| 152 |
-
[2023-09-12 13:
|
| 153 |
-
[2023-09-12 13:
|
| 154 |
-
[2023-09-12 13:
|
| 155 |
-
[2023-09-12 13:
|
| 156 |
-
[2023-09-12 13:
|
| 157 |
-
[2023-09-12 13:
|
| 158 |
-
[2023-09-12 13:
|
| 159 |
-
[2023-09-12 13:
|
| 160 |
-
[2023-09-12 13:
|
| 161 |
-
[2023-09-12 13:
|
| 162 |
-
[2023-09-12 13:
|
| 163 |
-
[2023-09-12 13:
|
| 164 |
-
[2023-09-12 13:
|
| 165 |
-
[2023-09-12 13:
|
| 166 |
-
[2023-09-12 13:
|
| 167 |
-
[2023-09-12 13:
|
| 168 |
-
[2023-09-12 13:
|
| 169 |
-
[2023-09-12 13:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[2023-09-12 13:50:06,113][122669] Using GPUs [0] for process 0 (actually maps to GPUs [0])
|
| 2 |
+
[2023-09-12 13:50:06,113][122669] Set environment var CUDA_VISIBLE_DEVICES to '0' (GPU indices [0]) for learning process 0
|
| 3 |
+
[2023-09-12 13:50:06,155][122669] Num visible devices: 1
|
| 4 |
+
[2023-09-12 13:50:06,197][122669] Starting seed is not provided
|
| 5 |
+
[2023-09-12 13:50:06,197][122669] Using GPUs [0] for process 0 (actually maps to GPUs [0])
|
| 6 |
+
[2023-09-12 13:50:06,198][122669] Initializing actor-critic model on device cuda:0
|
| 7 |
+
[2023-09-12 13:50:06,198][122669] RunningMeanStd input shape: (3, 72, 128)
|
| 8 |
+
[2023-09-12 13:50:06,198][122669] RunningMeanStd input shape: (1,)
|
| 9 |
+
[2023-09-12 13:50:06,216][122669] ConvEncoder: input_channels=3
|
| 10 |
+
[2023-09-12 13:50:06,386][122669] Conv encoder output size: 512
|
| 11 |
+
[2023-09-12 13:50:06,386][122669] Policy head output size: 512
|
| 12 |
+
[2023-09-12 13:50:06,401][122669] Created Actor Critic model with architecture:
|
| 13 |
+
[2023-09-12 13:50:06,401][122669] ActorCriticSharedWeights(
|
| 14 |
(obs_normalizer): ObservationNormalizer(
|
| 15 |
(running_mean_std): RunningMeanStdDictInPlace(
|
| 16 |
(running_mean_std): ModuleDict(
|
|
|
|
| 51 |
(distribution_linear): Linear(in_features=512, out_features=6, bias=True)
|
| 52 |
)
|
| 53 |
)
|
| 54 |
+
[2023-09-12 13:50:07,790][122669] Using optimizer <class 'torch.optim.adam.Adam'>
|
| 55 |
+
[2023-09-12 13:50:07,791][122669] No checkpoints found
|
| 56 |
+
[2023-09-12 13:50:07,791][122669] Did not load from checkpoint, starting from scratch!
|
| 57 |
+
[2023-09-12 13:50:07,791][122669] Initialized policy 0 weights for model version 0
|
| 58 |
+
[2023-09-12 13:50:07,793][122669] LearnerWorker_p0 finished initialization!
|
| 59 |
+
[2023-09-12 13:50:07,793][122669] Using GPUs [0] for process 0 (actually maps to GPUs [0])
|
| 60 |
+
[2023-09-12 13:50:08,116][122838] Worker 2 uses CPU cores [8, 9, 10, 11]
|
| 61 |
+
[2023-09-12 13:50:08,139][122801] Using GPUs [0] for process 0 (actually maps to GPUs [0])
|
| 62 |
+
[2023-09-12 13:50:08,139][122801] Set environment var CUDA_VISIBLE_DEVICES to '0' (GPU indices [0]) for inference process 0
|
| 63 |
+
[2023-09-12 13:50:08,146][122837] Worker 5 uses CPU cores [20, 21, 22, 23]
|
| 64 |
+
[2023-09-12 13:50:08,178][122801] Num visible devices: 1
|
| 65 |
+
[2023-09-12 13:50:08,179][122803] Worker 1 uses CPU cores [4, 5, 6, 7]
|
| 66 |
+
[2023-09-12 13:50:08,199][122872] Worker 7 uses CPU cores [28, 29, 30, 31]
|
| 67 |
+
[2023-09-12 13:50:08,356][122802] Worker 0 uses CPU cores [0, 1, 2, 3]
|
| 68 |
+
[2023-09-12 13:50:08,398][122805] Worker 4 uses CPU cores [16, 17, 18, 19]
|
| 69 |
+
[2023-09-12 13:50:08,432][122804] Worker 3 uses CPU cores [12, 13, 14, 15]
|
| 70 |
+
[2023-09-12 13:50:08,536][122854] Worker 6 uses CPU cores [24, 25, 26, 27]
|
| 71 |
+
[2023-09-12 13:50:08,895][122801] RunningMeanStd input shape: (3, 72, 128)
|
| 72 |
+
[2023-09-12 13:50:08,895][122801] RunningMeanStd input shape: (1,)
|
| 73 |
+
[2023-09-12 13:50:08,907][122801] ConvEncoder: input_channels=3
|
| 74 |
+
[2023-09-12 13:50:09,014][122801] Conv encoder output size: 512
|
| 75 |
+
[2023-09-12 13:50:09,014][122801] Policy head output size: 512
|
| 76 |
+
[2023-09-12 13:50:09,398][122802] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 77 |
+
[2023-09-12 13:50:09,402][122803] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 78 |
+
[2023-09-12 13:50:09,403][122805] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 79 |
+
[2023-09-12 13:50:09,403][122837] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 80 |
+
[2023-09-12 13:50:09,404][122804] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 81 |
+
[2023-09-12 13:50:09,404][122872] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 82 |
+
[2023-09-12 13:50:09,415][122838] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 83 |
+
[2023-09-12 13:50:09,415][122854] Doom resolution: 160x120, resize resolution: (128, 72)
|
| 84 |
+
[2023-09-12 13:50:09,701][122802] Decorrelating experience for 0 frames...
|
| 85 |
+
[2023-09-12 13:50:09,703][122804] Decorrelating experience for 0 frames...
|
| 86 |
+
[2023-09-12 13:50:09,705][122837] Decorrelating experience for 0 frames...
|
| 87 |
+
[2023-09-12 13:50:09,711][122872] Decorrelating experience for 0 frames...
|
| 88 |
+
[2023-09-12 13:50:09,716][122805] Decorrelating experience for 0 frames...
|
| 89 |
+
[2023-09-12 13:50:09,754][122854] Decorrelating experience for 0 frames...
|
| 90 |
+
[2023-09-12 13:50:10,036][122837] Decorrelating experience for 32 frames...
|
| 91 |
+
[2023-09-12 13:50:10,040][122805] Decorrelating experience for 32 frames...
|
| 92 |
+
[2023-09-12 13:50:10,040][122802] Decorrelating experience for 32 frames...
|
| 93 |
+
[2023-09-12 13:50:10,041][122804] Decorrelating experience for 32 frames...
|
| 94 |
+
[2023-09-12 13:50:10,053][122838] Decorrelating experience for 0 frames...
|
| 95 |
+
[2023-09-12 13:50:10,132][122854] Decorrelating experience for 32 frames...
|
| 96 |
+
[2023-09-12 13:50:10,328][122803] Decorrelating experience for 0 frames...
|
| 97 |
+
[2023-09-12 13:50:10,394][122838] Decorrelating experience for 32 frames...
|
| 98 |
+
[2023-09-12 13:50:10,411][122837] Decorrelating experience for 64 frames...
|
| 99 |
+
[2023-09-12 13:50:10,427][122802] Decorrelating experience for 64 frames...
|
| 100 |
+
[2023-09-12 13:50:10,514][122804] Decorrelating experience for 64 frames...
|
| 101 |
+
[2023-09-12 13:50:10,620][122803] Decorrelating experience for 32 frames...
|
| 102 |
+
[2023-09-12 13:50:10,693][122805] Decorrelating experience for 64 frames...
|
| 103 |
+
[2023-09-12 13:50:10,754][122838] Decorrelating experience for 64 frames...
|
| 104 |
+
[2023-09-12 13:50:10,806][122872] Decorrelating experience for 32 frames...
|
| 105 |
+
[2023-09-12 13:50:10,811][122854] Decorrelating experience for 64 frames...
|
| 106 |
+
[2023-09-12 13:50:10,974][122803] Decorrelating experience for 64 frames...
|
| 107 |
+
[2023-09-12 13:50:10,989][122837] Decorrelating experience for 96 frames...
|
| 108 |
+
[2023-09-12 13:50:11,078][122838] Decorrelating experience for 96 frames...
|
| 109 |
+
[2023-09-12 13:50:11,081][122805] Decorrelating experience for 96 frames...
|
| 110 |
+
[2023-09-12 13:50:11,218][122802] Decorrelating experience for 96 frames...
|
| 111 |
+
[2023-09-12 13:50:11,218][122854] Decorrelating experience for 96 frames...
|
| 112 |
+
[2023-09-12 13:50:11,226][122804] Decorrelating experience for 96 frames...
|
| 113 |
+
[2023-09-12 13:50:11,362][122803] Decorrelating experience for 96 frames...
|
| 114 |
+
[2023-09-12 13:50:11,385][122872] Decorrelating experience for 64 frames...
|
| 115 |
+
[2023-09-12 13:50:11,793][122872] Decorrelating experience for 96 frames...
|
| 116 |
+
[2023-09-12 13:50:12,506][122669] Signal inference workers to stop experience collection...
|
| 117 |
+
[2023-09-12 13:50:12,515][122801] InferenceWorker_p0-w0: stopping experience collection
|
| 118 |
+
[2023-09-12 13:50:16,545][122669] Signal inference workers to resume experience collection...
|
| 119 |
+
[2023-09-12 13:50:16,546][122801] InferenceWorker_p0-w0: resuming experience collection
|
| 120 |
+
[2023-09-12 13:50:20,179][122801] Updated weights for policy 0, policy_version 10 (0.0375)
|
| 121 |
+
[2023-09-12 13:50:23,796][122801] Updated weights for policy 0, policy_version 20 (0.0010)
|
| 122 |
+
[2023-09-12 13:50:26,298][122669] Saving new best policy, reward=4.557!
|
| 123 |
+
[2023-09-12 13:50:27,374][122801] Updated weights for policy 0, policy_version 30 (0.0009)
|
| 124 |
+
[2023-09-12 13:50:30,961][122801] Updated weights for policy 0, policy_version 40 (0.0008)
|
| 125 |
+
[2023-09-12 13:50:34,564][122801] Updated weights for policy 0, policy_version 50 (0.0009)
|
| 126 |
+
[2023-09-12 13:50:38,125][122801] Updated weights for policy 0, policy_version 60 (0.0009)
|
| 127 |
+
[2023-09-12 13:50:41,618][122801] Updated weights for policy 0, policy_version 70 (0.0008)
|
| 128 |
+
[2023-09-12 13:50:45,242][122801] Updated weights for policy 0, policy_version 80 (0.0007)
|
| 129 |
+
[2023-09-12 13:50:48,864][122801] Updated weights for policy 0, policy_version 90 (0.0008)
|
| 130 |
+
[2023-09-12 13:50:52,436][122801] Updated weights for policy 0, policy_version 100 (0.0009)
|
| 131 |
+
[2023-09-12 13:50:55,901][122801] Updated weights for policy 0, policy_version 110 (0.0008)
|
| 132 |
+
[2023-09-12 13:50:59,479][122801] Updated weights for policy 0, policy_version 120 (0.0009)
|
| 133 |
+
[2023-09-12 13:51:02,984][122801] Updated weights for policy 0, policy_version 130 (0.0008)
|
| 134 |
+
[2023-09-12 13:51:06,588][122801] Updated weights for policy 0, policy_version 140 (0.0008)
|
| 135 |
+
[2023-09-12 13:51:10,071][122801] Updated weights for policy 0, policy_version 150 (0.0008)
|
| 136 |
+
[2023-09-12 13:51:13,647][122801] Updated weights for policy 0, policy_version 160 (0.0008)
|
| 137 |
+
[2023-09-12 13:51:17,251][122801] Updated weights for policy 0, policy_version 170 (0.0008)
|
| 138 |
+
[2023-09-12 13:51:20,775][122801] Updated weights for policy 0, policy_version 180 (0.0008)
|
| 139 |
+
[2023-09-12 13:51:24,366][122801] Updated weights for policy 0, policy_version 190 (0.0009)
|
| 140 |
+
[2023-09-12 13:51:27,870][122801] Updated weights for policy 0, policy_version 200 (0.0009)
|
| 141 |
+
[2023-09-12 13:51:31,409][122801] Updated weights for policy 0, policy_version 210 (0.0008)
|
| 142 |
+
[2023-09-12 13:51:35,008][122801] Updated weights for policy 0, policy_version 220 (0.0009)
|
| 143 |
+
[2023-09-12 13:51:38,438][122801] Updated weights for policy 0, policy_version 230 (0.0008)
|
| 144 |
+
[2023-09-12 13:51:41,135][122801] Updated weights for policy 0, policy_version 240 (0.0008)
|
| 145 |
+
[2023-09-12 13:51:43,644][122801] Updated weights for policy 0, policy_version 250 (0.0008)
|
| 146 |
+
[2023-09-12 13:51:46,148][122801] Updated weights for policy 0, policy_version 260 (0.0008)
|
| 147 |
+
[2023-09-12 13:51:48,639][122801] Updated weights for policy 0, policy_version 270 (0.0008)
|
| 148 |
+
[2023-09-12 13:51:51,116][122801] Updated weights for policy 0, policy_version 280 (0.0009)
|
| 149 |
+
[2023-09-12 13:51:53,668][122801] Updated weights for policy 0, policy_version 290 (0.0009)
|
| 150 |
+
[2023-09-12 13:51:56,175][122801] Updated weights for policy 0, policy_version 300 (0.0009)
|
| 151 |
+
[2023-09-12 13:51:58,675][122801] Updated weights for policy 0, policy_version 310 (0.0008)
|
| 152 |
+
[2023-09-12 13:52:01,156][122801] Updated weights for policy 0, policy_version 320 (0.0008)
|
| 153 |
+
[2023-09-12 13:52:01,221][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000000320_1310720.pth...
|
| 154 |
+
[2023-09-12 13:52:03,617][122801] Updated weights for policy 0, policy_version 330 (0.0008)
|
| 155 |
+
[2023-09-12 13:52:06,104][122801] Updated weights for policy 0, policy_version 340 (0.0008)
|
| 156 |
+
[2023-09-12 13:52:08,659][122801] Updated weights for policy 0, policy_version 350 (0.0010)
|
| 157 |
+
[2023-09-12 13:52:11,141][122801] Updated weights for policy 0, policy_version 360 (0.0009)
|
| 158 |
+
[2023-09-12 13:52:13,612][122801] Updated weights for policy 0, policy_version 370 (0.0009)
|
| 159 |
+
[2023-09-12 13:52:16,156][122801] Updated weights for policy 0, policy_version 380 (0.0009)
|
| 160 |
+
[2023-09-12 13:52:18,801][122801] Updated weights for policy 0, policy_version 390 (0.0009)
|
| 161 |
+
[2023-09-12 13:52:22,331][122801] Updated weights for policy 0, policy_version 400 (0.0009)
|
| 162 |
+
[2023-09-12 13:52:25,874][122801] Updated weights for policy 0, policy_version 410 (0.0009)
|
| 163 |
+
[2023-09-12 13:52:29,455][122801] Updated weights for policy 0, policy_version 420 (0.0008)
|
| 164 |
+
[2023-09-12 13:52:32,978][122801] Updated weights for policy 0, policy_version 430 (0.0008)
|
| 165 |
+
[2023-09-12 13:52:36,552][122801] Updated weights for policy 0, policy_version 440 (0.0009)
|
| 166 |
+
[2023-09-12 13:52:40,030][122801] Updated weights for policy 0, policy_version 450 (0.0008)
|
| 167 |
+
[2023-09-12 13:52:43,608][122801] Updated weights for policy 0, policy_version 460 (0.0009)
|
| 168 |
+
[2023-09-12 13:52:47,075][122801] Updated weights for policy 0, policy_version 470 (0.0008)
|
| 169 |
+
[2023-09-12 13:52:50,608][122801] Updated weights for policy 0, policy_version 480 (0.0008)
|
| 170 |
+
[2023-09-12 13:52:54,158][122801] Updated weights for policy 0, policy_version 490 (0.0009)
|
| 171 |
+
[2023-09-12 13:52:56,280][122669] Saving new best policy, reward=4.924!
|
| 172 |
+
[2023-09-12 13:52:57,660][122801] Updated weights for policy 0, policy_version 500 (0.0009)
|
| 173 |
+
[2023-09-12 13:53:01,204][122801] Updated weights for policy 0, policy_version 510 (0.0008)
|
| 174 |
+
[2023-09-12 13:53:04,750][122801] Updated weights for policy 0, policy_version 520 (0.0008)
|
| 175 |
+
[2023-09-12 13:53:08,208][122801] Updated weights for policy 0, policy_version 530 (0.0008)
|
| 176 |
+
[2023-09-12 13:53:11,784][122801] Updated weights for policy 0, policy_version 540 (0.0009)
|
| 177 |
+
[2023-09-12 13:53:15,279][122801] Updated weights for policy 0, policy_version 550 (0.0008)
|
| 178 |
+
[2023-09-12 13:53:18,872][122801] Updated weights for policy 0, policy_version 560 (0.0009)
|
| 179 |
+
[2023-09-12 13:53:22,378][122801] Updated weights for policy 0, policy_version 570 (0.0008)
|
| 180 |
+
[2023-09-12 13:53:25,918][122801] Updated weights for policy 0, policy_version 580 (0.0008)
|
| 181 |
+
[2023-09-12 13:53:26,271][122669] Saving new best policy, reward=5.105!
|
| 182 |
+
[2023-09-12 13:53:29,480][122801] Updated weights for policy 0, policy_version 590 (0.0009)
|
| 183 |
+
[2023-09-12 13:53:33,014][122801] Updated weights for policy 0, policy_version 600 (0.0009)
|
| 184 |
+
[2023-09-12 13:53:36,250][122669] Saving new best policy, reward=5.315!
|
| 185 |
+
[2023-09-12 13:53:36,638][122801] Updated weights for policy 0, policy_version 610 (0.0008)
|
| 186 |
+
[2023-09-12 13:53:40,183][122801] Updated weights for policy 0, policy_version 620 (0.0009)
|
| 187 |
+
[2023-09-12 13:53:41,228][122669] Saving new best policy, reward=5.387!
|
| 188 |
+
[2023-09-12 13:53:43,793][122801] Updated weights for policy 0, policy_version 630 (0.0008)
|
| 189 |
+
[2023-09-12 13:53:46,219][122669] Saving new best policy, reward=6.129!
|
| 190 |
+
[2023-09-12 13:53:47,307][122801] Updated weights for policy 0, policy_version 640 (0.0008)
|
| 191 |
+
[2023-09-12 13:53:50,868][122801] Updated weights for policy 0, policy_version 650 (0.0009)
|
| 192 |
+
[2023-09-12 13:53:54,354][122801] Updated weights for policy 0, policy_version 660 (0.0009)
|
| 193 |
+
[2023-09-12 13:53:57,983][122801] Updated weights for policy 0, policy_version 670 (0.0009)
|
| 194 |
+
[2023-09-12 13:54:01,239][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000000679_2781184.pth...
|
| 195 |
+
[2023-09-12 13:54:01,597][122801] Updated weights for policy 0, policy_version 680 (0.0009)
|
| 196 |
+
[2023-09-12 13:54:05,147][122801] Updated weights for policy 0, policy_version 690 (0.0009)
|
| 197 |
+
[2023-09-12 13:54:08,668][122801] Updated weights for policy 0, policy_version 700 (0.0009)
|
| 198 |
+
[2023-09-12 13:54:11,222][122669] Saving new best policy, reward=6.507!
|
| 199 |
+
[2023-09-12 13:54:12,225][122801] Updated weights for policy 0, policy_version 710 (0.0009)
|
| 200 |
+
[2023-09-12 13:54:15,831][122801] Updated weights for policy 0, policy_version 720 (0.0008)
|
| 201 |
+
[2023-09-12 13:54:19,308][122801] Updated weights for policy 0, policy_version 730 (0.0008)
|
| 202 |
+
[2023-09-12 13:54:22,924][122801] Updated weights for policy 0, policy_version 740 (0.0009)
|
| 203 |
+
[2023-09-12 13:54:26,467][122801] Updated weights for policy 0, policy_version 750 (0.0008)
|
| 204 |
+
[2023-09-12 13:54:30,032][122801] Updated weights for policy 0, policy_version 760 (0.0008)
|
| 205 |
+
[2023-09-12 13:54:31,222][122669] Saving new best policy, reward=6.614!
|
| 206 |
+
[2023-09-12 13:54:33,602][122801] Updated weights for policy 0, policy_version 770 (0.0008)
|
| 207 |
+
[2023-09-12 13:54:36,220][122669] Saving new best policy, reward=7.715!
|
| 208 |
+
[2023-09-12 13:54:37,120][122801] Updated weights for policy 0, policy_version 780 (0.0009)
|
| 209 |
+
[2023-09-12 13:54:40,719][122801] Updated weights for policy 0, policy_version 790 (0.0008)
|
| 210 |
+
[2023-09-12 13:54:44,230][122801] Updated weights for policy 0, policy_version 800 (0.0009)
|
| 211 |
+
[2023-09-12 13:54:46,282][122669] Saving new best policy, reward=8.526!
|
| 212 |
+
[2023-09-12 13:54:47,740][122801] Updated weights for policy 0, policy_version 810 (0.0009)
|
| 213 |
+
[2023-09-12 13:54:51,332][122801] Updated weights for policy 0, policy_version 820 (0.0009)
|
| 214 |
+
[2023-09-12 13:54:54,902][122801] Updated weights for policy 0, policy_version 830 (0.0009)
|
| 215 |
+
[2023-09-12 13:54:58,451][122801] Updated weights for policy 0, policy_version 840 (0.0009)
|
| 216 |
+
[2023-09-12 13:55:02,061][122801] Updated weights for policy 0, policy_version 850 (0.0008)
|
| 217 |
+
[2023-09-12 13:55:05,638][122801] Updated weights for policy 0, policy_version 860 (0.0008)
|
| 218 |
+
[2023-09-12 13:55:08,332][122801] Updated weights for policy 0, policy_version 870 (0.0008)
|
| 219 |
+
[2023-09-12 13:55:10,824][122801] Updated weights for policy 0, policy_version 880 (0.0008)
|
| 220 |
+
[2023-09-12 13:55:13,335][122801] Updated weights for policy 0, policy_version 890 (0.0009)
|
| 221 |
+
[2023-09-12 13:55:15,781][122801] Updated weights for policy 0, policy_version 900 (0.0008)
|
| 222 |
+
[2023-09-12 13:55:18,327][122801] Updated weights for policy 0, policy_version 910 (0.0008)
|
| 223 |
+
[2023-09-12 13:55:20,838][122801] Updated weights for policy 0, policy_version 920 (0.0008)
|
| 224 |
+
[2023-09-12 13:55:21,222][122669] Saving new best policy, reward=9.517!
|
| 225 |
+
[2023-09-12 13:55:23,418][122801] Updated weights for policy 0, policy_version 930 (0.0008)
|
| 226 |
+
[2023-09-12 13:55:25,924][122801] Updated weights for policy 0, policy_version 940 (0.0009)
|
| 227 |
+
[2023-09-12 13:55:28,376][122801] Updated weights for policy 0, policy_version 950 (0.0008)
|
| 228 |
+
[2023-09-12 13:55:30,871][122801] Updated weights for policy 0, policy_version 960 (0.0008)
|
| 229 |
+
[2023-09-12 13:55:31,223][122669] Saving new best policy, reward=9.645!
|
| 230 |
+
[2023-09-12 13:55:33,460][122801] Updated weights for policy 0, policy_version 970 (0.0008)
|
| 231 |
+
[2023-09-12 13:55:35,994][122801] Updated weights for policy 0, policy_version 980 (0.0008)
|
| 232 |
+
[2023-09-12 13:55:39,009][122801] Updated weights for policy 0, policy_version 990 (0.0011)
|
| 233 |
+
[2023-09-12 13:55:42,020][122801] Updated weights for policy 0, policy_version 1000 (0.0010)
|
| 234 |
+
[2023-09-12 13:55:44,744][122801] Updated weights for policy 0, policy_version 1010 (0.0010)
|
| 235 |
+
[2023-09-12 13:55:46,288][122669] Saving new best policy, reward=12.388!
|
| 236 |
+
[2023-09-12 13:55:47,331][122801] Updated weights for policy 0, policy_version 1020 (0.0008)
|
| 237 |
+
[2023-09-12 13:55:50,658][122801] Updated weights for policy 0, policy_version 1030 (0.0008)
|
| 238 |
+
[2023-09-12 13:55:54,196][122801] Updated weights for policy 0, policy_version 1040 (0.0008)
|
| 239 |
+
[2023-09-12 13:55:57,611][122801] Updated weights for policy 0, policy_version 1050 (0.0008)
|
| 240 |
+
[2023-09-12 13:56:01,046][122801] Updated weights for policy 0, policy_version 1060 (0.0008)
|
| 241 |
+
[2023-09-12 13:56:01,223][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000001060_4341760.pth...
|
| 242 |
+
[2023-09-12 13:56:01,272][122669] Removing /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000000320_1310720.pth
|
| 243 |
+
[2023-09-12 13:56:04,610][122801] Updated weights for policy 0, policy_version 1070 (0.0008)
|
| 244 |
+
[2023-09-12 13:56:08,150][122801] Updated weights for policy 0, policy_version 1080 (0.0008)
|
| 245 |
+
[2023-09-12 13:56:11,688][122801] Updated weights for policy 0, policy_version 1090 (0.0008)
|
| 246 |
+
[2023-09-12 13:56:15,176][122801] Updated weights for policy 0, policy_version 1100 (0.0008)
|
| 247 |
+
[2023-09-12 13:56:18,703][122801] Updated weights for policy 0, policy_version 1110 (0.0008)
|
| 248 |
+
[2023-09-12 13:56:22,205][122801] Updated weights for policy 0, policy_version 1120 (0.0008)
|
| 249 |
+
[2023-09-12 13:56:25,655][122801] Updated weights for policy 0, policy_version 1130 (0.0008)
|
| 250 |
+
[2023-09-12 13:56:29,193][122801] Updated weights for policy 0, policy_version 1140 (0.0008)
|
| 251 |
+
[2023-09-12 13:56:32,718][122801] Updated weights for policy 0, policy_version 1150 (0.0008)
|
| 252 |
+
[2023-09-12 13:56:36,282][122801] Updated weights for policy 0, policy_version 1160 (0.0008)
|
| 253 |
+
[2023-09-12 13:56:39,741][122801] Updated weights for policy 0, policy_version 1170 (0.0008)
|
| 254 |
+
[2023-09-12 13:56:43,260][122801] Updated weights for policy 0, policy_version 1180 (0.0008)
|
| 255 |
+
[2023-09-12 13:56:46,770][122801] Updated weights for policy 0, policy_version 1190 (0.0008)
|
| 256 |
+
[2023-09-12 13:56:50,235][122801] Updated weights for policy 0, policy_version 1200 (0.0008)
|
| 257 |
+
[2023-09-12 13:56:53,812][122801] Updated weights for policy 0, policy_version 1210 (0.0008)
|
| 258 |
+
[2023-09-12 13:56:57,404][122801] Updated weights for policy 0, policy_version 1220 (0.0008)
|
| 259 |
+
[2023-09-12 13:57:00,926][122801] Updated weights for policy 0, policy_version 1230 (0.0009)
|
| 260 |
+
[2023-09-12 13:57:04,472][122801] Updated weights for policy 0, policy_version 1240 (0.0008)
|
| 261 |
+
[2023-09-12 13:57:07,978][122801] Updated weights for policy 0, policy_version 1250 (0.0008)
|
| 262 |
+
[2023-09-12 13:57:11,484][122801] Updated weights for policy 0, policy_version 1260 (0.0008)
|
| 263 |
+
[2023-09-12 13:57:14,980][122801] Updated weights for policy 0, policy_version 1270 (0.0008)
|
| 264 |
+
[2023-09-12 13:57:18,529][122801] Updated weights for policy 0, policy_version 1280 (0.0008)
|
| 265 |
+
[2023-09-12 13:57:22,070][122801] Updated weights for policy 0, policy_version 1290 (0.0008)
|
| 266 |
+
[2023-09-12 13:57:25,561][122801] Updated weights for policy 0, policy_version 1300 (0.0009)
|
| 267 |
+
[2023-09-12 13:57:28,980][122801] Updated weights for policy 0, policy_version 1310 (0.0008)
|
| 268 |
+
[2023-09-12 13:57:32,335][122801] Updated weights for policy 0, policy_version 1320 (0.0009)
|
| 269 |
+
[2023-09-12 13:57:35,885][122801] Updated weights for policy 0, policy_version 1330 (0.0008)
|
| 270 |
+
[2023-09-12 13:57:39,386][122801] Updated weights for policy 0, policy_version 1340 (0.0008)
|
| 271 |
+
[2023-09-12 13:57:42,889][122801] Updated weights for policy 0, policy_version 1350 (0.0008)
|
| 272 |
+
[2023-09-12 13:57:46,371][122801] Updated weights for policy 0, policy_version 1360 (0.0008)
|
| 273 |
+
[2023-09-12 13:57:49,822][122801] Updated weights for policy 0, policy_version 1370 (0.0008)
|
| 274 |
+
[2023-09-12 13:57:53,382][122801] Updated weights for policy 0, policy_version 1380 (0.0008)
|
| 275 |
+
[2023-09-12 13:57:56,938][122801] Updated weights for policy 0, policy_version 1390 (0.0008)
|
| 276 |
+
[2023-09-12 13:58:00,393][122801] Updated weights for policy 0, policy_version 1400 (0.0008)
|
| 277 |
+
[2023-09-12 13:58:01,223][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000001402_5742592.pth...
|
| 278 |
+
[2023-09-12 13:58:01,273][122669] Removing /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000000679_2781184.pth
|
| 279 |
+
[2023-09-12 13:58:03,922][122801] Updated weights for policy 0, policy_version 1410 (0.0008)
|
| 280 |
+
[2023-09-12 13:58:07,415][122801] Updated weights for policy 0, policy_version 1420 (0.0008)
|
| 281 |
+
[2023-09-12 13:58:10,902][122801] Updated weights for policy 0, policy_version 1430 (0.0008)
|
| 282 |
+
[2023-09-12 13:58:14,451][122801] Updated weights for policy 0, policy_version 1440 (0.0008)
|
| 283 |
+
[2023-09-12 13:58:17,972][122801] Updated weights for policy 0, policy_version 1450 (0.0008)
|
| 284 |
+
[2023-09-12 13:58:21,602][122801] Updated weights for policy 0, policy_version 1460 (0.0009)
|
| 285 |
+
[2023-09-12 13:58:25,160][122801] Updated weights for policy 0, policy_version 1470 (0.0008)
|
| 286 |
+
[2023-09-12 13:58:28,662][122801] Updated weights for policy 0, policy_version 1480 (0.0008)
|
| 287 |
+
[2023-09-12 13:58:32,189][122801] Updated weights for policy 0, policy_version 1490 (0.0009)
|
| 288 |
+
[2023-09-12 13:58:35,542][122801] Updated weights for policy 0, policy_version 1500 (0.0008)
|
| 289 |
+
[2023-09-12 13:58:38,007][122801] Updated weights for policy 0, policy_version 1510 (0.0008)
|
| 290 |
+
[2023-09-12 13:58:40,512][122801] Updated weights for policy 0, policy_version 1520 (0.0008)
|
| 291 |
+
[2023-09-12 13:58:42,920][122801] Updated weights for policy 0, policy_version 1530 (0.0008)
|
| 292 |
+
[2023-09-12 13:58:45,421][122801] Updated weights for policy 0, policy_version 1540 (0.0008)
|
| 293 |
+
[2023-09-12 13:58:47,885][122801] Updated weights for policy 0, policy_version 1550 (0.0008)
|
| 294 |
+
[2023-09-12 13:58:50,308][122801] Updated weights for policy 0, policy_version 1560 (0.0009)
|
| 295 |
+
[2023-09-12 13:58:52,793][122801] Updated weights for policy 0, policy_version 1570 (0.0008)
|
| 296 |
+
[2023-09-12 13:58:55,262][122801] Updated weights for policy 0, policy_version 1580 (0.0008)
|
| 297 |
+
[2023-09-12 13:58:57,753][122801] Updated weights for policy 0, policy_version 1590 (0.0008)
|
| 298 |
+
[2023-09-12 13:59:00,249][122801] Updated weights for policy 0, policy_version 1600 (0.0008)
|
| 299 |
+
[2023-09-12 13:59:02,739][122801] Updated weights for policy 0, policy_version 1610 (0.0008)
|
| 300 |
+
[2023-09-12 13:59:05,145][122801] Updated weights for policy 0, policy_version 1620 (0.0008)
|
| 301 |
+
[2023-09-12 13:59:07,614][122801] Updated weights for policy 0, policy_version 1630 (0.0008)
|
| 302 |
+
[2023-09-12 13:59:10,055][122801] Updated weights for policy 0, policy_version 1640 (0.0009)
|
| 303 |
+
[2023-09-12 13:59:12,487][122801] Updated weights for policy 0, policy_version 1650 (0.0009)
|
| 304 |
+
[2023-09-12 13:59:14,915][122801] Updated weights for policy 0, policy_version 1660 (0.0008)
|
| 305 |
+
[2023-09-12 13:59:17,393][122801] Updated weights for policy 0, policy_version 1670 (0.0008)
|
| 306 |
+
[2023-09-12 13:59:19,842][122801] Updated weights for policy 0, policy_version 1680 (0.0008)
|
| 307 |
+
[2023-09-12 13:59:23,360][122801] Updated weights for policy 0, policy_version 1690 (0.0009)
|
| 308 |
+
[2023-09-12 13:59:26,888][122801] Updated weights for policy 0, policy_version 1700 (0.0008)
|
| 309 |
+
[2023-09-12 13:59:30,359][122801] Updated weights for policy 0, policy_version 1710 (0.0010)
|
| 310 |
+
[2023-09-12 13:59:33,894][122801] Updated weights for policy 0, policy_version 1720 (0.0008)
|
| 311 |
+
[2023-09-12 13:59:37,426][122801] Updated weights for policy 0, policy_version 1730 (0.0008)
|
| 312 |
+
[2023-09-12 13:59:40,927][122801] Updated weights for policy 0, policy_version 1740 (0.0008)
|
| 313 |
+
[2023-09-12 13:59:44,445][122801] Updated weights for policy 0, policy_version 1750 (0.0008)
|
| 314 |
+
[2023-09-12 13:59:47,912][122801] Updated weights for policy 0, policy_version 1760 (0.0008)
|
| 315 |
+
[2023-09-12 13:59:51,393][122801] Updated weights for policy 0, policy_version 1770 (0.0009)
|
| 316 |
+
[2023-09-12 13:59:54,924][122801] Updated weights for policy 0, policy_version 1780 (0.0008)
|
| 317 |
+
[2023-09-12 13:59:58,375][122801] Updated weights for policy 0, policy_version 1790 (0.0008)
|
| 318 |
+
[2023-09-12 14:00:01,224][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000001798_7364608.pth...
|
| 319 |
+
[2023-09-12 14:00:01,274][122669] Removing /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000001060_4341760.pth
|
| 320 |
+
[2023-09-12 14:00:01,923][122801] Updated weights for policy 0, policy_version 1800 (0.0008)
|
| 321 |
+
[2023-09-12 14:00:05,513][122801] Updated weights for policy 0, policy_version 1810 (0.0008)
|
| 322 |
+
[2023-09-12 14:00:08,982][122801] Updated weights for policy 0, policy_version 1820 (0.0008)
|
| 323 |
+
[2023-09-12 14:00:12,469][122801] Updated weights for policy 0, policy_version 1830 (0.0009)
|
| 324 |
+
[2023-09-12 14:00:16,029][122801] Updated weights for policy 0, policy_version 1840 (0.0009)
|
| 325 |
+
[2023-09-12 14:00:19,549][122801] Updated weights for policy 0, policy_version 1850 (0.0008)
|
| 326 |
+
[2023-09-12 14:00:23,081][122801] Updated weights for policy 0, policy_version 1860 (0.0008)
|
| 327 |
+
[2023-09-12 14:00:26,628][122801] Updated weights for policy 0, policy_version 1870 (0.0009)
|
| 328 |
+
[2023-09-12 14:00:30,031][122801] Updated weights for policy 0, policy_version 1880 (0.0009)
|
| 329 |
+
[2023-09-12 14:00:33,483][122801] Updated weights for policy 0, policy_version 1890 (0.0008)
|
| 330 |
+
[2023-09-12 14:00:37,012][122801] Updated weights for policy 0, policy_version 1900 (0.0008)
|
| 331 |
+
[2023-09-12 14:00:40,463][122801] Updated weights for policy 0, policy_version 1910 (0.0010)
|
| 332 |
+
[2023-09-12 14:00:44,008][122801] Updated weights for policy 0, policy_version 1920 (0.0008)
|
| 333 |
+
[2023-09-12 14:00:47,561][122801] Updated weights for policy 0, policy_version 1930 (0.0008)
|
| 334 |
+
[2023-09-12 14:00:51,080][122801] Updated weights for policy 0, policy_version 1940 (0.0008)
|
| 335 |
+
[2023-09-12 14:00:54,609][122801] Updated weights for policy 0, policy_version 1950 (0.0008)
|
| 336 |
+
[2023-09-12 14:00:58,084][122801] Updated weights for policy 0, policy_version 1960 (0.0008)
|
| 337 |
+
[2023-09-12 14:01:01,565][122801] Updated weights for policy 0, policy_version 1970 (0.0008)
|
| 338 |
+
[2023-09-12 14:01:05,123][122801] Updated weights for policy 0, policy_version 1980 (0.0010)
|
| 339 |
+
[2023-09-12 14:01:08,610][122801] Updated weights for policy 0, policy_version 1990 (0.0008)
|
| 340 |
+
[2023-09-12 14:01:12,190][122801] Updated weights for policy 0, policy_version 2000 (0.0008)
|
| 341 |
+
[2023-09-12 14:01:15,764][122801] Updated weights for policy 0, policy_version 2010 (0.0008)
|
| 342 |
+
[2023-09-12 14:01:19,242][122801] Updated weights for policy 0, policy_version 2020 (0.0008)
|
| 343 |
+
[2023-09-12 14:01:22,781][122801] Updated weights for policy 0, policy_version 2030 (0.0008)
|
| 344 |
+
[2023-09-12 14:01:26,304][122801] Updated weights for policy 0, policy_version 2040 (0.0008)
|
| 345 |
+
[2023-09-12 14:01:29,822][122801] Updated weights for policy 0, policy_version 2050 (0.0008)
|
| 346 |
+
[2023-09-12 14:01:33,433][122801] Updated weights for policy 0, policy_version 2060 (0.0008)
|
| 347 |
+
[2023-09-12 14:01:36,985][122801] Updated weights for policy 0, policy_version 2070 (0.0009)
|
| 348 |
+
[2023-09-12 14:01:40,542][122801] Updated weights for policy 0, policy_version 2080 (0.0008)
|
| 349 |
+
[2023-09-12 14:01:43,996][122801] Updated weights for policy 0, policy_version 2090 (0.0009)
|
| 350 |
+
[2023-09-12 14:01:47,547][122801] Updated weights for policy 0, policy_version 2100 (0.0008)
|
| 351 |
+
[2023-09-12 14:01:51,096][122801] Updated weights for policy 0, policy_version 2110 (0.0008)
|
| 352 |
+
[2023-09-12 14:01:54,668][122801] Updated weights for policy 0, policy_version 2120 (0.0008)
|
| 353 |
+
[2023-09-12 14:01:58,165][122801] Updated weights for policy 0, policy_version 2130 (0.0008)
|
| 354 |
+
[2023-09-12 14:02:01,223][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000002138_8757248.pth...
|
| 355 |
+
[2023-09-12 14:02:01,275][122669] Removing /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000001402_5742592.pth
|
| 356 |
+
[2023-09-12 14:02:01,691][122801] Updated weights for policy 0, policy_version 2140 (0.0008)
|
| 357 |
+
[2023-09-12 14:02:05,226][122801] Updated weights for policy 0, policy_version 2150 (0.0008)
|
| 358 |
+
[2023-09-12 14:02:06,252][122669] Saving new best policy, reward=12.789!
|
| 359 |
+
[2023-09-12 14:02:08,123][122801] Updated weights for policy 0, policy_version 2160 (0.0008)
|
| 360 |
+
[2023-09-12 14:02:10,787][122801] Updated weights for policy 0, policy_version 2170 (0.0009)
|
| 361 |
+
[2023-09-12 14:02:13,260][122801] Updated weights for policy 0, policy_version 2180 (0.0008)
|
| 362 |
+
[2023-09-12 14:02:15,784][122801] Updated weights for policy 0, policy_version 2190 (0.0009)
|
| 363 |
+
[2023-09-12 14:02:18,397][122801] Updated weights for policy 0, policy_version 2200 (0.0009)
|
| 364 |
+
[2023-09-12 14:02:20,998][122801] Updated weights for policy 0, policy_version 2210 (0.0008)
|
| 365 |
+
[2023-09-12 14:02:23,518][122801] Updated weights for policy 0, policy_version 2220 (0.0008)
|
| 366 |
+
[2023-09-12 14:02:26,013][122801] Updated weights for policy 0, policy_version 2230 (0.0009)
|
| 367 |
+
[2023-09-12 14:02:28,608][122801] Updated weights for policy 0, policy_version 2240 (0.0009)
|
| 368 |
+
[2023-09-12 14:02:31,184][122801] Updated weights for policy 0, policy_version 2250 (0.0009)
|
| 369 |
+
[2023-09-12 14:02:33,913][122801] Updated weights for policy 0, policy_version 2260 (0.0009)
|
| 370 |
+
[2023-09-12 14:02:36,487][122801] Updated weights for policy 0, policy_version 2270 (0.0009)
|
| 371 |
+
[2023-09-12 14:02:38,967][122801] Updated weights for policy 0, policy_version 2280 (0.0009)
|
| 372 |
+
[2023-09-12 14:02:41,534][122801] Updated weights for policy 0, policy_version 2290 (0.0009)
|
| 373 |
+
[2023-09-12 14:02:44,463][122801] Updated weights for policy 0, policy_version 2300 (0.0008)
|
| 374 |
+
[2023-09-12 14:02:48,137][122801] Updated weights for policy 0, policy_version 2310 (0.0009)
|
| 375 |
+
[2023-09-12 14:02:51,597][122801] Updated weights for policy 0, policy_version 2320 (0.0009)
|
| 376 |
+
[2023-09-12 14:02:55,199][122801] Updated weights for policy 0, policy_version 2330 (0.0008)
|
| 377 |
+
[2023-09-12 14:02:58,734][122801] Updated weights for policy 0, policy_version 2340 (0.0008)
|
| 378 |
+
[2023-09-12 14:03:02,473][122801] Updated weights for policy 0, policy_version 2350 (0.0009)
|
| 379 |
+
[2023-09-12 14:03:06,086][122801] Updated weights for policy 0, policy_version 2360 (0.0010)
|
| 380 |
+
[2023-09-12 14:03:09,613][122801] Updated weights for policy 0, policy_version 2370 (0.0009)
|
| 381 |
+
[2023-09-12 14:03:13,353][122801] Updated weights for policy 0, policy_version 2380 (0.0009)
|
| 382 |
+
[2023-09-12 14:03:16,829][122801] Updated weights for policy 0, policy_version 2390 (0.0008)
|
| 383 |
+
[2023-09-12 14:03:20,562][122801] Updated weights for policy 0, policy_version 2400 (0.0008)
|
| 384 |
+
[2023-09-12 14:03:24,116][122801] Updated weights for policy 0, policy_version 2410 (0.0008)
|
| 385 |
+
[2023-09-12 14:03:27,734][122801] Updated weights for policy 0, policy_version 2420 (0.0008)
|
| 386 |
+
[2023-09-12 14:03:31,252][122801] Updated weights for policy 0, policy_version 2430 (0.0008)
|
| 387 |
+
[2023-09-12 14:03:34,867][122801] Updated weights for policy 0, policy_version 2440 (0.0008)
|
| 388 |
+
[2023-09-12 14:03:35,907][122669] Stopping Batcher_0...
|
| 389 |
+
[2023-09-12 14:03:35,907][122669] Loop batcher_evt_loop terminating...
|
| 390 |
+
[2023-09-12 14:03:35,907][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000002443_10006528.pth...
|
| 391 |
+
[2023-09-12 14:03:35,920][122805] Stopping RolloutWorker_w4...
|
| 392 |
+
[2023-09-12 14:03:35,921][122805] Loop rollout_proc4_evt_loop terminating...
|
| 393 |
+
[2023-09-12 14:03:35,922][122804] Stopping RolloutWorker_w3...
|
| 394 |
+
[2023-09-12 14:03:35,922][122804] Loop rollout_proc3_evt_loop terminating...
|
| 395 |
+
[2023-09-12 14:03:35,923][122803] Stopping RolloutWorker_w1...
|
| 396 |
+
[2023-09-12 14:03:35,923][122802] Stopping RolloutWorker_w0...
|
| 397 |
+
[2023-09-12 14:03:35,923][122854] Stopping RolloutWorker_w6...
|
| 398 |
+
[2023-09-12 14:03:35,923][122803] Loop rollout_proc1_evt_loop terminating...
|
| 399 |
+
[2023-09-12 14:03:35,923][122854] Loop rollout_proc6_evt_loop terminating...
|
| 400 |
+
[2023-09-12 14:03:35,923][122802] Loop rollout_proc0_evt_loop terminating...
|
| 401 |
+
[2023-09-12 14:03:35,924][122837] Stopping RolloutWorker_w5...
|
| 402 |
+
[2023-09-12 14:03:35,924][122837] Loop rollout_proc5_evt_loop terminating...
|
| 403 |
+
[2023-09-12 14:03:35,926][122838] Stopping RolloutWorker_w2...
|
| 404 |
+
[2023-09-12 14:03:35,926][122838] Loop rollout_proc2_evt_loop terminating...
|
| 405 |
+
[2023-09-12 14:03:35,927][122872] Stopping RolloutWorker_w7...
|
| 406 |
+
[2023-09-12 14:03:35,927][122872] Loop rollout_proc7_evt_loop terminating...
|
| 407 |
+
[2023-09-12 14:03:35,931][122801] Weights refcount: 2 0
|
| 408 |
+
[2023-09-12 14:03:35,933][122801] Stopping InferenceWorker_p0-w0...
|
| 409 |
+
[2023-09-12 14:03:35,933][122801] Loop inference_proc0-0_evt_loop terminating...
|
| 410 |
+
[2023-09-12 14:03:35,962][122669] Removing /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000001798_7364608.pth
|
| 411 |
+
[2023-09-12 14:03:35,970][122669] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000002443_10006528.pth...
|
| 412 |
+
[2023-09-12 14:03:36,035][122669] Stopping LearnerWorker_p0...
|
| 413 |
+
[2023-09-12 14:03:36,035][122669] Loop learner_proc0_evt_loop terminating...
|