MattStammers commited on
Commit
2eeff9c
·
1 Parent(s): 12845b8

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ replay.mp4 filter=lfs diff=lfs merge=lfs -text
.summary/0/events.out.tfevents.1694522070.rhmmedcatt-ProLiant-ML350-Gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e805eb9d3bbfa748e20217eef5ebff324849ec424fe293164cf3f77ef3703353
3
+ size 89802
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sample-factory
3
+ tags:
4
+ - deep-reinforcement-learning
5
+ - reinforcement-learning
6
+ - sample-factory
7
+ model-index:
8
+ - name: APPO
9
+ results:
10
+ - task:
11
+ type: reinforcement-learning
12
+ name: reinforcement-learning
13
+ dataset:
14
+ name: doom_two_colors_easy
15
+ type: doom_two_colors_easy
16
+ metrics:
17
+ - type: mean_reward
18
+ value: 3.90 +/- 0.59
19
+ name: mean_reward
20
+ verified: false
21
+ ---
22
+
23
+ A(n) **APPO** model trained on the **doom_two_colors_easy** environment.
24
+
25
+ This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory.
26
+ Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
27
+
28
+
29
+ ## Downloading the model
30
+
31
+ After installing Sample-Factory, download the model with:
32
+ ```
33
+ python -m sample_factory.huggingface.load_from_hub -r MattStammers/vizdoom_two_colors_easy
34
+ ```
35
+
36
+
37
+ ## Using the model
38
+
39
+ To run the model after download, use the `enjoy` script corresponding to this environment:
40
+ ```
41
+ python -m <path.to.enjoy.module> --algo=APPO --env=doom_two_colors_easy --train_dir=./train_dir --experiment=vizdoom_two_colors_easy
42
+ ```
43
+
44
+
45
+ You can also upload models to the Hugging Face Hub using the same script with the `--push_to_hub` flag.
46
+ See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
47
+
48
+ ## Training with this model
49
+
50
+ To continue training with this model, use the `train` script corresponding to this environment:
51
+ ```
52
+ python -m <path.to.train.module> --algo=APPO --env=doom_two_colors_easy --train_dir=./train_dir --experiment=vizdoom_two_colors_easy --restart_behavior=resume --train_for_env_steps=10000000000
53
+ ```
54
+
55
+ Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
56
+
checkpoint_p0/best_000000027_110592_reward_4.631.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5885fae74895f6651020bc70c248ffc3cffae91d90f7c1e31b5f3229653afb71
3
+ size 34934758
checkpoint_p0/checkpoint_000000246_1007616.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d540c7e0ce330e4dd41d326104cdcb9328631893b95ac2c1eb524f89b997a642
3
+ size 34935172
config.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "help": false,
3
+ "algo": "APPO",
4
+ "env": "doom_two_colors_easy",
5
+ "experiment": "default_experiment",
6
+ "train_dir": "/home/cogstack/Documents/optuna/environments/sample_factory/train_dir",
7
+ "restart_behavior": "restart",
8
+ "device": "gpu",
9
+ "seed": null,
10
+ "num_policies": 1,
11
+ "async_rl": true,
12
+ "serial_mode": false,
13
+ "batched_sampling": false,
14
+ "num_batches_to_accumulate": 2,
15
+ "worker_num_splits": 2,
16
+ "policy_workers_per_policy": 1,
17
+ "max_policy_lag": 1000,
18
+ "num_workers": 8,
19
+ "num_envs_per_worker": 4,
20
+ "batch_size": 1024,
21
+ "num_batches_per_epoch": 1,
22
+ "num_epochs": 1,
23
+ "rollout": 32,
24
+ "recurrence": 32,
25
+ "shuffle_minibatches": false,
26
+ "gamma": 0.99,
27
+ "reward_scale": 1.0,
28
+ "reward_clip": 1000.0,
29
+ "value_bootstrap": false,
30
+ "normalize_returns": true,
31
+ "exploration_loss_coeff": 0.001,
32
+ "value_loss_coeff": 0.5,
33
+ "kl_loss_coeff": 0.0,
34
+ "exploration_loss": "symmetric_kl",
35
+ "gae_lambda": 0.95,
36
+ "ppo_clip_ratio": 0.1,
37
+ "ppo_clip_value": 0.2,
38
+ "with_vtrace": false,
39
+ "vtrace_rho": 1.0,
40
+ "vtrace_c": 1.0,
41
+ "optimizer": "adam",
42
+ "adam_eps": 1e-06,
43
+ "adam_beta1": 0.9,
44
+ "adam_beta2": 0.999,
45
+ "max_grad_norm": 4.0,
46
+ "learning_rate": 0.0001,
47
+ "lr_schedule": "constant",
48
+ "lr_schedule_kl_threshold": 0.008,
49
+ "lr_adaptive_min": 1e-06,
50
+ "lr_adaptive_max": 0.01,
51
+ "obs_subtract_mean": 0.0,
52
+ "obs_scale": 255.0,
53
+ "normalize_input": true,
54
+ "normalize_input_keys": null,
55
+ "decorrelate_experience_max_seconds": 0,
56
+ "decorrelate_envs_on_one_worker": true,
57
+ "actor_worker_gpus": [],
58
+ "set_workers_cpu_affinity": true,
59
+ "force_envs_single_thread": false,
60
+ "default_niceness": 0,
61
+ "log_to_file": true,
62
+ "experiment_summaries_interval": 10,
63
+ "flush_summaries_interval": 30,
64
+ "stats_avg": 100,
65
+ "summaries_use_frameskip": true,
66
+ "heartbeat_interval": 20,
67
+ "heartbeat_reporting_interval": 600,
68
+ "train_for_env_steps": 1000000,
69
+ "train_for_seconds": 10000000000,
70
+ "save_every_sec": 120,
71
+ "keep_checkpoints": 2,
72
+ "load_checkpoint_kind": "latest",
73
+ "save_milestones_sec": -1,
74
+ "save_best_every_sec": 5,
75
+ "save_best_metric": "reward",
76
+ "save_best_after": 100000,
77
+ "benchmark": false,
78
+ "encoder_mlp_layers": [
79
+ 512,
80
+ 512
81
+ ],
82
+ "encoder_conv_architecture": "convnet_simple",
83
+ "encoder_conv_mlp_layers": [
84
+ 512
85
+ ],
86
+ "use_rnn": true,
87
+ "rnn_size": 512,
88
+ "rnn_type": "gru",
89
+ "rnn_num_layers": 1,
90
+ "decoder_mlp_layers": [],
91
+ "nonlinearity": "elu",
92
+ "policy_initialization": "orthogonal",
93
+ "policy_init_gain": 1.0,
94
+ "actor_critic_share_weights": true,
95
+ "adaptive_stddev": true,
96
+ "continuous_tanh_scale": 0.0,
97
+ "initial_stddev": 1.0,
98
+ "use_env_info_cache": false,
99
+ "env_gpu_actions": false,
100
+ "env_gpu_observations": true,
101
+ "env_frameskip": 4,
102
+ "env_framestack": 1,
103
+ "pixel_format": "CHW",
104
+ "use_record_episode_statistics": false,
105
+ "with_wandb": false,
106
+ "wandb_user": null,
107
+ "wandb_project": "sample_factory",
108
+ "wandb_group": null,
109
+ "wandb_job_type": "SF",
110
+ "wandb_tags": [],
111
+ "with_pbt": false,
112
+ "pbt_mix_policies_in_one_env": true,
113
+ "pbt_period_env_steps": 5000000,
114
+ "pbt_start_mutation": 20000000,
115
+ "pbt_replace_fraction": 0.3,
116
+ "pbt_mutation_rate": 0.15,
117
+ "pbt_replace_reward_gap": 0.1,
118
+ "pbt_replace_reward_gap_absolute": 1e-06,
119
+ "pbt_optimize_gamma": false,
120
+ "pbt_target_objective": "true_objective",
121
+ "pbt_perturb_min": 1.1,
122
+ "pbt_perturb_max": 1.5,
123
+ "num_agents": -1,
124
+ "num_humans": 0,
125
+ "num_bots": -1,
126
+ "start_bot_difficulty": null,
127
+ "timelimit": null,
128
+ "res_w": 128,
129
+ "res_h": 72,
130
+ "wide_aspect_ratio": false,
131
+ "eval_env_frameskip": 1,
132
+ "fps": 35,
133
+ "command_line": "--env=doom_health_gathering_supreme --num_workers=8 --num_envs_per_worker=4 --train_for_env_steps=4000000",
134
+ "cli_args": {
135
+ "env": "doom_health_gathering_supreme",
136
+ "num_workers": 8,
137
+ "num_envs_per_worker": 4,
138
+ "train_for_env_steps": 4000000
139
+ },
140
+ "git_hash": "b12d96985caa7a7552d0840afdd14065f56f9f9a",
141
+ "git_repo_name": "https://github.com/MattStammers/optuna.git"
142
+ }
git.diff ADDED
The diff for this file is too large to render. See raw diff
 
replay.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe1a058d390ea968a6df89a22a015e13f107c5b56e2f562f4f7f2cc02b0a5fcc
3
+ size 4888196
sf_log.txt ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2023-09-12 13:34:35,213][63361] Using GPUs [0] for process 0 (actually maps to GPUs [0])
2
+ [2023-09-12 13:34:35,214][63361] Set environment var CUDA_VISIBLE_DEVICES to '0' (GPU indices [0]) for learning process 0
3
+ [2023-09-12 13:34:35,232][63361] Num visible devices: 1
4
+ [2023-09-12 13:34:35,270][63361] Starting seed is not provided
5
+ [2023-09-12 13:34:35,270][63361] Using GPUs [0] for process 0 (actually maps to GPUs [0])
6
+ [2023-09-12 13:34:35,270][63361] Initializing actor-critic model on device cuda:0
7
+ [2023-09-12 13:34:35,271][63361] RunningMeanStd input shape: (3, 72, 128)
8
+ [2023-09-12 13:34:35,271][63361] RunningMeanStd input shape: (1,)
9
+ [2023-09-12 13:34:35,284][63361] ConvEncoder: input_channels=3
10
+ [2023-09-12 13:34:35,443][63361] Conv encoder output size: 512
11
+ [2023-09-12 13:34:35,443][63361] Policy head output size: 512
12
+ [2023-09-12 13:34:35,467][63361] Created Actor Critic model with architecture:
13
+ [2023-09-12 13:34:35,467][63361] ActorCriticSharedWeights(
14
+ (obs_normalizer): ObservationNormalizer(
15
+ (running_mean_std): RunningMeanStdDictInPlace(
16
+ (running_mean_std): ModuleDict(
17
+ (obs): RunningMeanStdInPlace()
18
+ )
19
+ )
20
+ )
21
+ (returns_normalizer): RecursiveScriptModule(original_name=RunningMeanStdInPlace)
22
+ (encoder): VizdoomEncoder(
23
+ (basic_encoder): ConvEncoder(
24
+ (enc): RecursiveScriptModule(
25
+ original_name=ConvEncoderImpl
26
+ (conv_head): RecursiveScriptModule(
27
+ original_name=Sequential
28
+ (0): RecursiveScriptModule(original_name=Conv2d)
29
+ (1): RecursiveScriptModule(original_name=ELU)
30
+ (2): RecursiveScriptModule(original_name=Conv2d)
31
+ (3): RecursiveScriptModule(original_name=ELU)
32
+ (4): RecursiveScriptModule(original_name=Conv2d)
33
+ (5): RecursiveScriptModule(original_name=ELU)
34
+ )
35
+ (mlp_layers): RecursiveScriptModule(
36
+ original_name=Sequential
37
+ (0): RecursiveScriptModule(original_name=Linear)
38
+ (1): RecursiveScriptModule(original_name=ELU)
39
+ )
40
+ )
41
+ )
42
+ )
43
+ (core): ModelCoreRNN(
44
+ (core): GRU(512, 512)
45
+ )
46
+ (decoder): MlpDecoder(
47
+ (mlp): Identity()
48
+ )
49
+ (critic_linear): Linear(in_features=512, out_features=1, bias=True)
50
+ (action_parameterization): ActionParameterizationDefault(
51
+ (distribution_linear): Linear(in_features=512, out_features=6, bias=True)
52
+ )
53
+ )
54
+ [2023-09-12 13:34:36,777][63361] Using optimizer <class 'torch.optim.adam.Adam'>
55
+ [2023-09-12 13:34:36,778][63361] No checkpoints found
56
+ [2023-09-12 13:34:36,778][63361] Did not load from checkpoint, starting from scratch!
57
+ [2023-09-12 13:34:36,778][63361] Initialized policy 0 weights for model version 0
58
+ [2023-09-12 13:34:36,779][63361] LearnerWorker_p0 finished initialization!
59
+ [2023-09-12 13:34:36,780][63361] Using GPUs [0] for process 0 (actually maps to GPUs [0])
60
+ [2023-09-12 13:34:37,202][63596] Worker 7 uses CPU cores [28, 29, 30, 31]
61
+ [2023-09-12 13:34:37,203][63553] Worker 1 uses CPU cores [4, 5, 6, 7]
62
+ [2023-09-12 13:34:37,244][63587] Worker 0 uses CPU cores [0, 1, 2, 3]
63
+ [2023-09-12 13:34:37,255][63595] Worker 6 uses CPU cores [24, 25, 26, 27]
64
+ [2023-09-12 13:34:37,259][63594] Worker 5 uses CPU cores [20, 21, 22, 23]
65
+ [2023-09-12 13:34:37,359][63586] Worker 3 uses CPU cores [12, 13, 14, 15]
66
+ [2023-09-12 13:34:37,367][63590] Worker 2 uses CPU cores [8, 9, 10, 11]
67
+ [2023-09-12 13:34:37,367][63593] Worker 4 uses CPU cores [16, 17, 18, 19]
68
+ [2023-09-12 13:34:37,406][63552] Using GPUs [0] for process 0 (actually maps to GPUs [0])
69
+ [2023-09-12 13:34:37,406][63552] Set environment var CUDA_VISIBLE_DEVICES to '0' (GPU indices [0]) for inference process 0
70
+ [2023-09-12 13:34:37,425][63552] Num visible devices: 1
71
+ [2023-09-12 13:34:38,097][63552] RunningMeanStd input shape: (3, 72, 128)
72
+ [2023-09-12 13:34:38,098][63552] RunningMeanStd input shape: (1,)
73
+ [2023-09-12 13:34:38,109][63552] ConvEncoder: input_channels=3
74
+ [2023-09-12 13:34:38,210][63552] Conv encoder output size: 512
75
+ [2023-09-12 13:34:38,210][63552] Policy head output size: 512
76
+ [2023-09-12 13:34:38,579][63596] Doom resolution: 160x120, resize resolution: (128, 72)
77
+ [2023-09-12 13:34:38,585][63595] Doom resolution: 160x120, resize resolution: (128, 72)
78
+ [2023-09-12 13:34:38,585][63593] Doom resolution: 160x120, resize resolution: (128, 72)
79
+ [2023-09-12 13:34:38,585][63587] Doom resolution: 160x120, resize resolution: (128, 72)
80
+ [2023-09-12 13:34:38,595][63586] Doom resolution: 160x120, resize resolution: (128, 72)
81
+ [2023-09-12 13:34:38,597][63590] Doom resolution: 160x120, resize resolution: (128, 72)
82
+ [2023-09-12 13:34:38,604][63553] Doom resolution: 160x120, resize resolution: (128, 72)
83
+ [2023-09-12 13:34:38,604][63594] Doom resolution: 160x120, resize resolution: (128, 72)
84
+ [2023-09-12 13:34:38,878][63596] Decorrelating experience for 0 frames...
85
+ [2023-09-12 13:34:38,895][63593] Decorrelating experience for 0 frames...
86
+ [2023-09-12 13:34:38,900][63595] Decorrelating experience for 0 frames...
87
+ [2023-09-12 13:34:38,922][63586] Decorrelating experience for 0 frames...
88
+ [2023-09-12 13:34:39,153][63587] Decorrelating experience for 0 frames...
89
+ [2023-09-12 13:34:39,181][63593] Decorrelating experience for 32 frames...
90
+ [2023-09-12 13:34:39,182][63595] Decorrelating experience for 32 frames...
91
+ [2023-09-12 13:34:39,228][63596] Decorrelating experience for 32 frames...
92
+ [2023-09-12 13:34:39,229][63594] Decorrelating experience for 0 frames...
93
+ [2023-09-12 13:34:39,231][63586] Decorrelating experience for 32 frames...
94
+ [2023-09-12 13:34:39,254][63590] Decorrelating experience for 0 frames...
95
+ [2023-09-12 13:34:39,500][63594] Decorrelating experience for 32 frames...
96
+ [2023-09-12 13:34:39,513][63587] Decorrelating experience for 32 frames...
97
+ [2023-09-12 13:34:39,523][63590] Decorrelating experience for 32 frames...
98
+ [2023-09-12 13:34:39,525][63553] Decorrelating experience for 0 frames...
99
+ [2023-09-12 13:34:39,533][63593] Decorrelating experience for 64 frames...
100
+ [2023-09-12 13:34:39,788][63553] Decorrelating experience for 32 frames...
101
+ [2023-09-12 13:34:39,838][63595] Decorrelating experience for 64 frames...
102
+ [2023-09-12 13:34:39,843][63586] Decorrelating experience for 64 frames...
103
+ [2023-09-12 13:34:39,849][63593] Decorrelating experience for 96 frames...
104
+ [2023-09-12 13:34:39,863][63587] Decorrelating experience for 64 frames...
105
+ [2023-09-12 13:34:40,155][63595] Decorrelating experience for 96 frames...
106
+ [2023-09-12 13:34:40,176][63587] Decorrelating experience for 96 frames...
107
+ [2023-09-12 13:34:40,218][63553] Decorrelating experience for 64 frames...
108
+ [2023-09-12 13:34:40,221][63594] Decorrelating experience for 64 frames...
109
+ [2023-09-12 13:34:40,247][63586] Decorrelating experience for 96 frames...
110
+ [2023-09-12 13:34:40,499][63590] Decorrelating experience for 64 frames...
111
+ [2023-09-12 13:34:40,609][63594] Decorrelating experience for 96 frames...
112
+ [2023-09-12 13:34:40,618][63553] Decorrelating experience for 96 frames...
113
+ [2023-09-12 13:34:40,838][63596] Decorrelating experience for 64 frames...
114
+ [2023-09-12 13:34:41,027][63590] Decorrelating experience for 96 frames...
115
+ [2023-09-12 13:34:41,229][63596] Decorrelating experience for 96 frames...
116
+ [2023-09-12 13:34:41,428][63361] Signal inference workers to stop experience collection...
117
+ [2023-09-12 13:34:41,432][63552] InferenceWorker_p0-w0: stopping experience collection
118
+ [2023-09-12 13:34:45,435][63361] Signal inference workers to resume experience collection...
119
+ [2023-09-12 13:34:45,436][63552] InferenceWorker_p0-w0: resuming experience collection
120
+ [2023-09-12 13:34:48,988][63552] Updated weights for policy 0, policy_version 10 (0.0376)
121
+ [2023-09-12 13:34:52,732][63552] Updated weights for policy 0, policy_version 20 (0.0010)
122
+ [2023-09-12 13:34:55,247][63361] Saving new best policy, reward=4.631!
123
+ [2023-09-12 13:34:56,268][63552] Updated weights for policy 0, policy_version 30 (0.0009)
124
+ [2023-09-12 13:34:59,869][63552] Updated weights for policy 0, policy_version 40 (0.0009)
125
+ [2023-09-12 13:35:03,454][63552] Updated weights for policy 0, policy_version 50 (0.0009)
126
+ [2023-09-12 13:35:07,103][63552] Updated weights for policy 0, policy_version 60 (0.0009)
127
+ [2023-09-12 13:35:10,657][63552] Updated weights for policy 0, policy_version 70 (0.0009)
128
+ [2023-09-12 13:35:14,191][63552] Updated weights for policy 0, policy_version 80 (0.0009)
129
+ [2023-09-12 13:35:17,722][63552] Updated weights for policy 0, policy_version 90 (0.0009)
130
+ [2023-09-12 13:35:21,228][63552] Updated weights for policy 0, policy_version 100 (0.0008)
131
+ [2023-09-12 13:35:24,812][63552] Updated weights for policy 0, policy_version 110 (0.0009)
132
+ [2023-09-12 13:35:28,361][63552] Updated weights for policy 0, policy_version 120 (0.0008)
133
+ [2023-09-12 13:35:31,821][63552] Updated weights for policy 0, policy_version 130 (0.0009)
134
+ [2023-09-12 13:35:35,276][63552] Updated weights for policy 0, policy_version 140 (0.0008)
135
+ [2023-09-12 13:35:38,747][63552] Updated weights for policy 0, policy_version 150 (0.0008)
136
+ [2023-09-12 13:35:42,301][63552] Updated weights for policy 0, policy_version 160 (0.0008)
137
+ [2023-09-12 13:35:45,805][63552] Updated weights for policy 0, policy_version 170 (0.0008)
138
+ [2023-09-12 13:35:49,340][63552] Updated weights for policy 0, policy_version 180 (0.0008)
139
+ [2023-09-12 13:35:52,925][63552] Updated weights for policy 0, policy_version 190 (0.0008)
140
+ [2023-09-12 13:35:56,545][63552] Updated weights for policy 0, policy_version 200 (0.0008)
141
+ [2023-09-12 13:36:00,090][63552] Updated weights for policy 0, policy_version 210 (0.0009)
142
+ [2023-09-12 13:36:03,599][63552] Updated weights for policy 0, policy_version 220 (0.0009)
143
+ [2023-09-12 13:36:07,145][63552] Updated weights for policy 0, policy_version 230 (0.0008)
144
+ [2023-09-12 13:36:10,690][63552] Updated weights for policy 0, policy_version 240 (0.0008)
145
+ [2023-09-12 13:36:12,775][63361] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000000246_1007616.pth...
146
+ [2023-09-12 13:36:12,789][63593] Stopping RolloutWorker_w4...
147
+ [2023-09-12 13:36:12,789][63593] Loop rollout_proc4_evt_loop terminating...
148
+ [2023-09-12 13:36:12,790][63590] Stopping RolloutWorker_w2...
149
+ [2023-09-12 13:36:12,790][63590] Loop rollout_proc2_evt_loop terminating...
150
+ [2023-09-12 13:36:12,791][63595] Stopping RolloutWorker_w6...
151
+ [2023-09-12 13:36:12,791][63595] Loop rollout_proc6_evt_loop terminating...
152
+ [2023-09-12 13:36:12,792][63587] Stopping RolloutWorker_w0...
153
+ [2023-09-12 13:36:12,792][63596] Stopping RolloutWorker_w7...
154
+ [2023-09-12 13:36:12,793][63587] Loop rollout_proc0_evt_loop terminating...
155
+ [2023-09-12 13:36:12,793][63596] Loop rollout_proc7_evt_loop terminating...
156
+ [2023-09-12 13:36:12,794][63586] Stopping RolloutWorker_w3...
157
+ [2023-09-12 13:36:12,794][63586] Loop rollout_proc3_evt_loop terminating...
158
+ [2023-09-12 13:36:12,786][63361] Stopping Batcher_0...
159
+ [2023-09-12 13:36:12,795][63594] Stopping RolloutWorker_w5...
160
+ [2023-09-12 13:36:12,795][63594] Loop rollout_proc5_evt_loop terminating...
161
+ [2023-09-12 13:36:12,796][63552] Weights refcount: 2 0
162
+ [2023-09-12 13:36:12,797][63552] Stopping InferenceWorker_p0-w0...
163
+ [2023-09-12 13:36:12,798][63552] Loop inference_proc0-0_evt_loop terminating...
164
+ [2023-09-12 13:36:12,807][63553] Stopping RolloutWorker_w1...
165
+ [2023-09-12 13:36:12,807][63553] Loop rollout_proc1_evt_loop terminating...
166
+ [2023-09-12 13:36:12,803][63361] Loop batcher_evt_loop terminating...
167
+ [2023-09-12 13:36:12,828][63361] Saving /home/cogstack/Documents/optuna/environments/sample_factory/train_dir/default_experiment/checkpoint_p0/checkpoint_000000246_1007616.pth...
168
+ [2023-09-12 13:36:12,891][63361] Stopping LearnerWorker_p0...
169
+ [2023-09-12 13:36:12,891][63361] Loop learner_proc0_evt_loop terminating...