JaviBJ commited on
Commit
8720a5d
1 Parent(s): 7c4255e

First Push

Browse files
SoccerTwos/SoccerTwos-1357896.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa8514a75484da390d2ecb0d74a5b99e0e708a475027f9737cfc576dce0a8188
3
  size 28421201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f3656ba056b1505fdad7b7c3557cee7eff4f9ddb0dc91d5135532953feba0e
3
  size 28421201
SoccerTwos/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa8514a75484da390d2ecb0d74a5b99e0e708a475027f9737cfc576dce0a8188
3
  size 28421201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f3656ba056b1505fdad7b7c3557cee7eff4f9ddb0dc91d5135532953feba0e
3
  size 28421201
SoccerTwos/events.out.tfevents.1682027959.LAPTOP1099.local.4593.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1bd6c2821d32870b1e4121ffe62b38e3b302776905575972644e2e026b98e32
3
+ size 1239
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 50000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 200000, "swap_steps": 10000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos/SoccerTwos.app", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
 
1
+ {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 60000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 200000, "swap_steps": 10000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos/SoccerTwos.app", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml CHANGED
@@ -37,7 +37,7 @@ behaviors:
37
  init_path: null
38
  keep_checkpoints: 5
39
  even_checkpoints: false
40
- max_steps: 50000000
41
  time_horizon: 1000
42
  summary_freq: 10000
43
  threaded: false
@@ -72,7 +72,7 @@ checkpoint_settings:
72
  run_id: SoccerTwos
73
  initialize_from: null
74
  load_model: false
75
- resume: false
76
  force: false
77
  train_model: false
78
  inference: false
 
37
  init_path: null
38
  keep_checkpoints: 5
39
  even_checkpoints: false
40
+ max_steps: 60000
41
  time_horizon: 1000
42
  summary_freq: 10000
43
  threaded: false
 
72
  run_id: SoccerTwos
73
  initialize_from: null
74
  load_model: false
75
+ resume: true
76
  force: false
77
  train_model: false
78
  inference: false
run_logs/Player-0.log CHANGED
@@ -10,7 +10,7 @@ NullGfxDevice:
10
  Renderer: Null Device
11
  Vendor: Unity Technologies
12
  Begin MonoManager ReloadAssembly
13
- - Completed reload, in 0.134 seconds
14
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
15
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
@@ -35,270 +35,15 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
35
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
36
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
37
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
38
- UnloadTime: 0.831500 ms
39
  Registered Communicator in Agent.
40
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
- TOO LONG
42
- TOO LONG
43
- TOO LONG
44
- TOO LONG
45
- TOO LONG
46
- TOO LONG
47
- TOO LONG
48
- TOO LONG
49
- TOO LONG
50
- TOO LONG
51
- TOO LONG
52
- TOO LONG
53
- TOO LONG
54
- TOO LONG
55
- TOO LONG
56
- TOO LONG
57
- TOO LONG
58
- TOO LONG
59
- TOO LONG
60
- TOO LONG
61
- TOO LONG
62
- TOO LONG
63
- TOO LONG
64
- TOO LONG
65
- TOO LONG
66
- TOO LONG
67
- TOO LONG
68
- TOO LONG
69
- TOO LONG
70
- TOO LONG
71
- TOO LONG
72
- TOO LONG
73
- TOO LONG
74
- TOO LONG
75
- TOO LONG
76
- TOO LONG
77
- TOO LONG
78
- TOO LONG
79
- TOO LONG
80
- TOO LONG
81
- TOO LONG
82
- TOO LONG
83
- TOO LONG
84
- TOO LONG
85
- TOO LONG
86
- TOO LONG
87
- TOO LONG
88
- TOO LONG
89
- TOO LONG
90
- TOO LONG
91
- TOO LONG
92
- TOO LONG
93
- TOO LONG
94
- TOO LONG
95
- TOO LONG
96
- TOO LONG
97
- TOO LONG
98
- TOO LONG
99
- TOO LONG
100
- TOO LONG
101
- TOO LONG
102
- TOO LONG
103
- TOO LONG
104
- TOO LONG
105
- TOO LONG
106
- TOO LONG
107
- TOO LONG
108
- TOO LONG
109
- TOO LONG
110
- TOO LONG
111
- TOO LONG
112
- TOO LONG
113
- TOO LONG
114
- TOO LONG
115
- TOO LONG
116
- TOO LONG
117
- TOO LONG
118
- TOO LONG
119
- TOO LONG
120
- TOO LONG
121
- TOO LONG
122
- TOO LONG
123
- TOO LONG
124
- TOO LONG
125
- TOO LONG
126
- TOO LONG
127
- TOO LONG
128
- TOO LONG
129
- TOO LONG
130
- TOO LONG
131
- TOO LONG
132
- TOO LONG
133
- TOO LONG
134
- TOO LONG
135
- TOO LONG
136
- TOO LONG
137
- TOO LONG
138
- TOO LONG
139
- TOO LONG
140
- TOO LONG
141
- TOO LONG
142
- TOO LONG
143
- TOO LONG
144
- TOO LONG
145
- TOO LONG
146
- TOO LONG
147
- TOO LONG
148
- TOO LONG
149
- TOO LONG
150
- TOO LONG
151
- TOO LONG
152
- TOO LONG
153
- TOO LONG
154
- TOO LONG
155
- TOO LONG
156
- TOO LONG
157
- TOO LONG
158
- TOO LONG
159
- TOO LONG
160
- TOO LONG
161
- TOO LONG
162
- TOO LONG
163
- TOO LONG
164
- TOO LONG
165
- TOO LONG
166
- TOO LONG
167
- TOO LONG
168
- TOO LONG
169
- TOO LONG
170
- TOO LONG
171
- TOO LONG
172
- TOO LONG
173
- TOO LONG
174
- TOO LONG
175
- TOO LONG
176
- TOO LONG
177
- TOO LONG
178
- TOO LONG
179
- TOO LONG
180
- TOO LONG
181
- TOO LONG
182
- TOO LONG
183
- TOO LONG
184
- TOO LONG
185
- TOO LONG
186
- TOO LONG
187
- TOO LONG
188
- TOO LONG
189
- TOO LONG
190
- TOO LONG
191
- TOO LONG
192
- TOO LONG
193
- TOO LONG
194
- TOO LONG
195
- TOO LONG
196
- TOO LONG
197
- TOO LONG
198
- TOO LONG
199
- TOO LONG
200
- TOO LONG
201
- TOO LONG
202
- TOO LONG
203
- TOO LONG
204
- TOO LONG
205
- TOO LONG
206
- TOO LONG
207
- TOO LONG
208
- TOO LONG
209
- TOO LONG
210
- TOO LONG
211
- TOO LONG
212
- TOO LONG
213
- TOO LONG
214
- TOO LONG
215
- TOO LONG
216
- TOO LONG
217
- TOO LONG
218
- TOO LONG
219
- TOO LONG
220
- TOO LONG
221
- TOO LONG
222
- TOO LONG
223
- TOO LONG
224
- TOO LONG
225
- TOO LONG
226
- TOO LONG
227
- TOO LONG
228
- TOO LONG
229
- TOO LONG
230
- TOO LONG
231
- TOO LONG
232
- TOO LONG
233
- TOO LONG
234
- TOO LONG
235
- TOO LONG
236
- TOO LONG
237
- TOO LONG
238
- TOO LONG
239
- TOO LONG
240
- TOO LONG
241
- TOO LONG
242
- TOO LONG
243
- TOO LONG
244
- TOO LONG
245
- TOO LONG
246
- TOO LONG
247
- TOO LONG
248
- TOO LONG
249
- TOO LONG
250
- TOO LONG
251
- TOO LONG
252
- TOO LONG
253
- TOO LONG
254
- TOO LONG
255
- TOO LONG
256
- TOO LONG
257
- TOO LONG
258
- TOO LONG
259
- TOO LONG
260
- TOO LONG
261
- TOO LONG
262
- TOO LONG
263
- TOO LONG
264
- TOO LONG
265
- TOO LONG
266
- TOO LONG
267
- TOO LONG
268
- TOO LONG
269
- TOO LONG
270
- TOO LONG
271
- TOO LONG
272
- TOO LONG
273
- TOO LONG
274
- TOO LONG
275
- TOO LONG
276
- TOO LONG
277
- TOO LONG
278
- TOO LONG
279
- TOO LONG
280
- TOO LONG
281
- TOO LONG
282
- TOO LONG
283
- TOO LONG
284
- TOO LONG
285
- TOO LONG
286
- TOO LONG
287
- TOO LONG
288
- TOO LONG
289
- TOO LONG
290
- TOO LONG
291
- TOO LONG
292
- TOO LONG
293
- TOO LONG
294
- TOO LONG
295
- TOO LONG
296
  Setting up 5 worker threads for Enlighten.
297
  Memory Statistics:
298
  [ALLOC_TEMP_TLS] TLS Allocator
299
  StackAllocators :
300
  [ALLOC_TEMP_MAIN]
301
- Peak usage frame count: [2.0 KB-4.0 KB]: 1 frames, [8.0 KB-16.0 KB]: 25851 frames, [2.0 MB-4.0 MB]: 1 frames
302
  Initial Block Size 4.0 MB
303
  Current Block Size 4.0 MB
304
  Peak Allocated Bytes 2.1 MB
@@ -356,7 +101,7 @@ Memory Statistics:
356
  [ALLOC_TEMP_Job.Worker 4]
357
  Initial Block Size 256.0 KB
358
  Current Block Size 256.0 KB
359
- Peak Allocated Bytes 0.7 KB
360
  Overflow Count 0
361
  [ALLOC_TEMP_Job.Worker 3]
362
  Initial Block Size 256.0 KB
@@ -411,7 +156,7 @@ Memory Statistics:
411
  [ALLOC_TEMP_Job.Worker 8]
412
  Initial Block Size 256.0 KB
413
  Current Block Size 256.0 KB
414
- Peak Allocated Bytes 0 B
415
  Overflow Count 0
416
  [ALLOC_TEMP_OSX HID Input]
417
  Initial Block Size 64.0 KB
@@ -465,16 +210,16 @@ Memory Statistics:
465
  Used Block count 1
466
  Peak Allocated bytes 1.0 MB
467
  [ALLOC_DEFAULT_MAIN]
468
- Peak usage frame count: [4.0 MB-8.0 MB]: 25853 frames
469
  Requested Block Size 16.0 MB
470
  Peak Block count 1
471
- Peak Allocated memory 5.0 MB
472
  Peak Large allocation bytes 0 B
473
  [ALLOC_DEFAULT_THREAD]
474
- Peak usage frame count: [16.0 MB-32.0 MB]: 25853 frames
475
  Requested Block Size 16.0 MB
476
  Peak Block count 1
477
- Peak Allocated memory 17.4 MB
478
  Peak Large allocation bytes 16.0 MB
479
  [ALLOC_TEMP_JOB_1_FRAME]
480
  Initial Block Size 2.0 MB
@@ -488,7 +233,7 @@ Memory Statistics:
488
  Overflow Count (full) 0
489
  [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
490
  Initial Block Size 2.0 MB
491
- Used Block Count 2
492
  Overflow Count (too large) 0
493
  Overflow Count (full) 0
494
  [ALLOC_TEMP_JOB_ASYNC (Background)]
@@ -503,13 +248,13 @@ Memory Statistics:
503
  Used Block count 1
504
  Peak Allocated bytes 1.0 MB
505
  [ALLOC_GFX_MAIN]
506
- Peak usage frame count: [32.0 KB-64.0 KB]: 25852 frames, [64.0 KB-128.0 KB]: 1 frames
507
  Requested Block Size 16.0 MB
508
  Peak Block count 1
509
  Peak Allocated memory 65.6 KB
510
  Peak Large allocation bytes 0 B
511
  [ALLOC_GFX_THREAD]
512
- Peak usage frame count: [128.0 KB-256.0 KB]: 25853 frames
513
  Requested Block Size 16.0 MB
514
  Peak Block count 1
515
  Peak Allocated memory 173.5 KB
@@ -521,13 +266,13 @@ Memory Statistics:
521
  Used Block count 1
522
  Peak Allocated bytes 1.0 MB
523
  [ALLOC_CACHEOBJECTS_MAIN]
524
- Peak usage frame count: [0.5 MB-1.0 MB]: 25853 frames
525
  Requested Block Size 4.0 MB
526
  Peak Block count 1
527
  Peak Allocated memory 0.6 MB
528
  Peak Large allocation bytes 0 B
529
  [ALLOC_CACHEOBJECTS_THREAD]
530
- Peak usage frame count: [0.5 MB-1.0 MB]: 25852 frames, [2.0 MB-4.0 MB]: 1 frames
531
  Requested Block Size 4.0 MB
532
  Peak Block count 1
533
  Peak Allocated memory 3.4 MB
@@ -539,13 +284,13 @@ Memory Statistics:
539
  Used Block count 1
540
  Peak Allocated bytes 1.0 MB
541
  [ALLOC_TYPETREE_MAIN]
542
- Peak usage frame count: [0-1.0 KB]: 25853 frames
543
  Requested Block Size 2.0 MB
544
  Peak Block count 1
545
  Peak Allocated memory 1.0 KB
546
  Peak Large allocation bytes 0 B
547
  [ALLOC_TYPETREE_THREAD]
548
- Peak usage frame count: [1.0 KB-2.0 KB]: 25852 frames, [2.0 KB-4.0 KB]: 1 frames
549
  Requested Block Size 2.0 MB
550
  Peak Block count 1
551
  Peak Allocated memory 2.2 KB
 
10
  Renderer: Null Device
11
  Vendor: Unity Technologies
12
  Begin MonoManager ReloadAssembly
13
+ - Completed reload, in 0.142 seconds
14
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
15
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
 
35
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
36
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
37
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
38
+ UnloadTime: 0.711125 ms
39
  Registered Communicator in Agent.
40
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  Setting up 5 worker threads for Enlighten.
42
  Memory Statistics:
43
  [ALLOC_TEMP_TLS] TLS Allocator
44
  StackAllocators :
45
  [ALLOC_TEMP_MAIN]
46
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
47
  Initial Block Size 4.0 MB
48
  Current Block Size 4.0 MB
49
  Peak Allocated Bytes 2.1 MB
 
101
  [ALLOC_TEMP_Job.Worker 4]
102
  Initial Block Size 256.0 KB
103
  Current Block Size 256.0 KB
104
+ Peak Allocated Bytes 0 B
105
  Overflow Count 0
106
  [ALLOC_TEMP_Job.Worker 3]
107
  Initial Block Size 256.0 KB
 
156
  [ALLOC_TEMP_Job.Worker 8]
157
  Initial Block Size 256.0 KB
158
  Current Block Size 256.0 KB
159
+ Peak Allocated Bytes 0.7 KB
160
  Overflow Count 0
161
  [ALLOC_TEMP_OSX HID Input]
162
  Initial Block Size 64.0 KB
 
210
  Used Block count 1
211
  Peak Allocated bytes 1.0 MB
212
  [ALLOC_DEFAULT_MAIN]
213
+ Peak usage frame count: [4.0 MB-8.0 MB]: 1 frames
214
  Requested Block Size 16.0 MB
215
  Peak Block count 1
216
+ Peak Allocated memory 4.9 MB
217
  Peak Large allocation bytes 0 B
218
  [ALLOC_DEFAULT_THREAD]
219
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
220
  Requested Block Size 16.0 MB
221
  Peak Block count 1
222
+ Peak Allocated memory 17.5 MB
223
  Peak Large allocation bytes 16.0 MB
224
  [ALLOC_TEMP_JOB_1_FRAME]
225
  Initial Block Size 2.0 MB
 
233
  Overflow Count (full) 0
234
  [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
235
  Initial Block Size 2.0 MB
236
+ Used Block Count 1
237
  Overflow Count (too large) 0
238
  Overflow Count (full) 0
239
  [ALLOC_TEMP_JOB_ASYNC (Background)]
 
248
  Used Block count 1
249
  Peak Allocated bytes 1.0 MB
250
  [ALLOC_GFX_MAIN]
251
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
252
  Requested Block Size 16.0 MB
253
  Peak Block count 1
254
  Peak Allocated memory 65.6 KB
255
  Peak Large allocation bytes 0 B
256
  [ALLOC_GFX_THREAD]
257
+ Peak usage frame count: [128.0 KB-256.0 KB]: 1 frames
258
  Requested Block Size 16.0 MB
259
  Peak Block count 1
260
  Peak Allocated memory 173.5 KB
 
266
  Used Block count 1
267
  Peak Allocated bytes 1.0 MB
268
  [ALLOC_CACHEOBJECTS_MAIN]
269
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
270
  Requested Block Size 4.0 MB
271
  Peak Block count 1
272
  Peak Allocated memory 0.6 MB
273
  Peak Large allocation bytes 0 B
274
  [ALLOC_CACHEOBJECTS_THREAD]
275
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
276
  Requested Block Size 4.0 MB
277
  Peak Block count 1
278
  Peak Allocated memory 3.4 MB
 
284
  Used Block count 1
285
  Peak Allocated bytes 1.0 MB
286
  [ALLOC_TYPETREE_MAIN]
287
+ Peak usage frame count: [0-1.0 KB]: 1 frames
288
  Requested Block Size 2.0 MB
289
  Peak Block count 1
290
  Peak Allocated memory 1.0 KB
291
  Peak Large allocation bytes 0 B
292
  [ALLOC_TYPETREE_THREAD]
293
+ Peak usage frame count: [2.0 KB-4.0 KB]: 1 frames
294
  Requested Block Size 2.0 MB
295
  Peak Block count 1
296
  Peak Allocated memory 2.2 KB
run_logs/timers.json CHANGED
@@ -1,364 +1,50 @@
1
  {
2
  "name": "root",
3
- "gauges": {
4
- "SoccerTwos.Policy.Entropy.mean": {
5
- "value": 2.707634925842285,
6
- "min": 2.7019832134246826,
7
- "max": 3.295614242553711,
8
- "count": 135
9
- },
10
- "SoccerTwos.Policy.Entropy.sum": {
11
- "value": 54672.56640625,
12
- "min": 29923.984375,
13
- "max": 136470.828125,
14
- "count": 135
15
- },
16
- "SoccerTwos.Environment.EpisodeLength.mean": {
17
- "value": 68.33783783783784,
18
- "min": 58.44047619047619,
19
- "max": 999.0,
20
- "count": 135
21
- },
22
- "SoccerTwos.Environment.EpisodeLength.sum": {
23
- "value": 20228.0,
24
- "min": 12168.0,
25
- "max": 29100.0,
26
- "count": 135
27
- },
28
- "SoccerTwos.Self-play.ELO.mean": {
29
- "value": 1338.5898914247596,
30
- "min": 1199.2507195558546,
31
- "max": 1338.5898914247596,
32
- "count": 133
33
- },
34
- "SoccerTwos.Self-play.ELO.sum": {
35
- "value": 198111.3039308644,
36
- "min": 2398.5014391117093,
37
- "max": 224883.10175935956,
38
- "count": 133
39
- },
40
- "SoccerTwos.Step.mean": {
41
- "value": 1349998.0,
42
- "min": 9566.0,
43
- "max": 1349998.0,
44
- "count": 135
45
- },
46
- "SoccerTwos.Step.sum": {
47
- "value": 1349998.0,
48
- "min": 9566.0,
49
- "max": 1349998.0,
50
- "count": 135
51
- },
52
- "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
- "value": 0.041503340005874634,
54
- "min": -0.056618157774209976,
55
- "max": 0.18942545354366302,
56
- "count": 135
57
- },
58
- "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
- "value": 6.100991249084473,
60
- "min": -9.511850357055664,
61
- "max": 19.553403854370117,
62
- "count": 135
63
- },
64
- "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
- "value": 0.028026852756738663,
66
- "min": -0.07354128360748291,
67
- "max": 0.18845470249652863,
68
- "count": 135
69
- },
70
- "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
- "value": 4.11994743347168,
72
- "min": -12.354935646057129,
73
- "max": 19.837575912475586,
74
- "count": 135
75
- },
76
- "SoccerTwos.Environment.CumulativeReward.mean": {
77
- "value": 0.0,
78
- "min": 0.0,
79
- "max": 0.0,
80
- "count": 135
81
- },
82
- "SoccerTwos.Environment.CumulativeReward.sum": {
83
- "value": 0.0,
84
- "min": 0.0,
85
- "max": 0.0,
86
- "count": 135
87
- },
88
- "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
- "value": 0.013574150549311216,
90
- "min": -0.6,
91
- "max": 0.48972750157117845,
92
- "count": 135
93
- },
94
- "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
- "value": 1.9954001307487488,
96
- "min": -28.8429998755455,
97
- "max": 39.178200125694275,
98
- "count": 135
99
- },
100
- "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
- "value": 0.013574150549311216,
102
- "min": -0.6,
103
- "max": 0.48972750157117845,
104
- "count": 135
105
- },
106
- "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
- "value": 1.9954001307487488,
108
- "min": -28.8429998755455,
109
- "max": 39.178200125694275,
110
- "count": 135
111
- },
112
- "SoccerTwos.IsTraining.mean": {
113
- "value": 1.0,
114
- "min": 1.0,
115
- "max": 1.0,
116
- "count": 135
117
- },
118
- "SoccerTwos.IsTraining.sum": {
119
- "value": 1.0,
120
- "min": 1.0,
121
- "max": 1.0,
122
- "count": 135
123
- },
124
- "SoccerTwos.Losses.PolicyLoss.mean": {
125
- "value": 0.0142972659242029,
126
- "min": 0.011795976213761605,
127
- "max": 0.023725375917274506,
128
- "count": 63
129
- },
130
- "SoccerTwos.Losses.PolicyLoss.sum": {
131
- "value": 0.0142972659242029,
132
- "min": 0.011795976213761605,
133
- "max": 0.023725375917274506,
134
- "count": 63
135
- },
136
- "SoccerTwos.Losses.ValueLoss.mean": {
137
- "value": 0.08143407603104909,
138
- "min": 0.0003446063887774168,
139
- "max": 0.08143407603104909,
140
- "count": 63
141
- },
142
- "SoccerTwos.Losses.ValueLoss.sum": {
143
- "value": 0.08143407603104909,
144
- "min": 0.0003446063887774168,
145
- "max": 0.08143407603104909,
146
- "count": 63
147
- },
148
- "SoccerTwos.Losses.BaselineLoss.mean": {
149
- "value": 0.08526461521784465,
150
- "min": 0.00034265683134435674,
151
- "max": 0.08526461521784465,
152
- "count": 63
153
- },
154
- "SoccerTwos.Losses.BaselineLoss.sum": {
155
- "value": 0.08526461521784465,
156
- "min": 0.00034265683134435674,
157
- "max": 0.08526461521784465,
158
- "count": 63
159
- },
160
- "SoccerTwos.Policy.LearningRate.mean": {
161
- "value": 0.0003,
162
- "min": 0.0003,
163
- "max": 0.0003,
164
- "count": 63
165
- },
166
- "SoccerTwos.Policy.LearningRate.sum": {
167
- "value": 0.0003,
168
- "min": 0.0003,
169
- "max": 0.0003,
170
- "count": 63
171
- },
172
- "SoccerTwos.Policy.Epsilon.mean": {
173
- "value": 0.20000000000000007,
174
- "min": 0.2,
175
- "max": 0.20000000000000007,
176
- "count": 63
177
- },
178
- "SoccerTwos.Policy.Epsilon.sum": {
179
- "value": 0.20000000000000007,
180
- "min": 0.2,
181
- "max": 0.20000000000000007,
182
- "count": 63
183
- },
184
- "SoccerTwos.Policy.Beta.mean": {
185
- "value": 0.005000000000000001,
186
- "min": 0.005,
187
- "max": 0.005000000000000001,
188
- "count": 63
189
- },
190
- "SoccerTwos.Policy.Beta.sum": {
191
- "value": 0.005000000000000001,
192
- "min": 0.005,
193
- "max": 0.005000000000000001,
194
- "count": 63
195
- }
196
- },
197
  "metadata": {
198
  "timer_format_version": "0.1.0",
199
- "start_time_seconds": "1682022049",
200
  "python_version": "3.9.16 (main, Mar 8 2023, 04:29:44) \n[Clang 14.0.6 ]",
201
- "command_line_arguments": "/Users/javierjobra/opt/anaconda3/envs/rl/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos.app --run-id=SoccerTwos --no-graphics",
202
  "mlagents_version": "0.31.0.dev0",
203
  "mlagents_envs_version": "0.31.0.dev0",
204
  "communication_protocol_version": "1.5.0",
205
  "pytorch_version": "1.11.0",
206
  "numpy_version": "1.21.2",
207
- "end_time_seconds": "1682027650"
208
  },
209
- "total": 5600.3702838750005,
210
  "count": 1,
211
- "self": 0.633371249999982,
212
  "children": {
213
  "run_training.setup": {
214
- "total": 0.21034449999999794,
215
  "count": 1,
216
- "self": 0.21034449999999794
217
  },
218
  "TrainerController.start_learning": {
219
- "total": 5599.526568125,
220
  "count": 1,
221
- "self": 1.1162574910858893,
222
  "children": {
223
  "TrainerController._reset_env": {
224
- "total": 6.418997459999538,
225
- "count": 7,
226
- "self": 6.418997459999538
227
- },
228
- "TrainerController.advance": {
229
- "total": 5591.875396173915,
230
- "count": 88824,
231
- "self": 1.1111188529357605,
232
- "children": {
233
- "env_step": {
234
- "total": 1203.6105971529016,
235
- "count": 88824,
236
- "self": 971.9579661368034,
237
- "children": {
238
- "SubprocessEnvManager._take_step": {
239
- "total": 230.8408644230782,
240
- "count": 88824,
241
- "self": 6.36176656896734,
242
- "children": {
243
- "TorchPolicy.evaluate": {
244
- "total": 224.47909785411085,
245
- "count": 172348,
246
- "self": 224.47909785411085
247
- }
248
- }
249
- },
250
- "workers": {
251
- "total": 0.8117665930200602,
252
- "count": 88824,
253
- "self": 0.0,
254
- "children": {
255
- "worker_root": {
256
- "total": 5569.467330034041,
257
- "count": 88824,
258
- "is_parallel": true,
259
- "self": 4738.4148160179875,
260
- "children": {
261
- "steps_from_proto": {
262
- "total": 0.009725208001165164,
263
- "count": 14,
264
- "is_parallel": true,
265
- "self": 0.0017359590030636696,
266
- "children": {
267
- "_process_rank_one_or_two_observation": {
268
- "total": 0.007989248998101495,
269
- "count": 56,
270
- "is_parallel": true,
271
- "self": 0.007989248998101495
272
- }
273
- }
274
- },
275
- "UnityEnvironment.step": {
276
- "total": 831.0427888080523,
277
- "count": 88824,
278
- "is_parallel": true,
279
- "self": 40.80559139596244,
280
- "children": {
281
- "UnityEnvironment._generate_step_input": {
282
- "total": 25.872081018991327,
283
- "count": 88824,
284
- "is_parallel": true,
285
- "self": 25.872081018991327
286
- },
287
- "communicator.exchange": {
288
- "total": 648.2309381900033,
289
- "count": 88824,
290
- "is_parallel": true,
291
- "self": 648.2309381900033
292
- },
293
- "steps_from_proto": {
294
- "total": 116.13417820309522,
295
- "count": 177648,
296
- "is_parallel": true,
297
- "self": 19.270113520111465,
298
- "children": {
299
- "_process_rank_one_or_two_observation": {
300
- "total": 96.86406468298375,
301
- "count": 710592,
302
- "is_parallel": true,
303
- "self": 96.86406468298375
304
- }
305
- }
306
- }
307
- }
308
- }
309
- }
310
- }
311
- }
312
- }
313
- }
314
- },
315
- "trainer_advance": {
316
- "total": 4387.153680168078,
317
- "count": 88824,
318
- "self": 9.527484090011967,
319
- "children": {
320
- "process_trajectory": {
321
- "total": 515.7561724940635,
322
- "count": 88824,
323
- "self": 515.5166503690637,
324
- "children": {
325
- "RLTrainer._checkpoint": {
326
- "total": 0.239522124999894,
327
- "count": 2,
328
- "self": 0.239522124999894
329
- }
330
- }
331
- },
332
- "_update_policy": {
333
- "total": 3861.870023584002,
334
- "count": 64,
335
- "self": 165.95285613902342,
336
- "children": {
337
- "TorchPOCAOptimizer.update": {
338
- "total": 3695.9171674449785,
339
- "count": 1904,
340
- "self": 3695.9171674449785
341
- }
342
- }
343
- }
344
- }
345
- }
346
- }
347
  },
348
  "trainer_threads": {
349
- "total": 7.91999809734989e-07,
350
  "count": 1,
351
- "self": 7.91999809734989e-07
352
  },
353
  "TrainerController._save_models": {
354
- "total": 0.11591620800027158,
355
  "count": 1,
356
- "self": 0.001026500000989472,
357
  "children": {
358
  "RLTrainer._checkpoint": {
359
- "total": 0.11488970799928211,
360
  "count": 1,
361
- "self": 0.11488970799928211
362
  }
363
  }
364
  }
 
1
  {
2
  "name": "root",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1682027957",
6
  "python_version": "3.9.16 (main, Mar 8 2023, 04:29:44) \n[Clang 14.0.6 ]",
7
+ "command_line_arguments": "/Users/javierjobra/opt/anaconda3/envs/rl/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos.app --run-id=SoccerTwos --no-graphics --resume",
8
  "mlagents_version": "0.31.0.dev0",
9
  "mlagents_envs_version": "0.31.0.dev0",
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "1.11.0",
12
  "numpy_version": "1.21.2",
13
+ "end_time_seconds": "1682027960"
14
  },
15
+ "total": 3.4450915410000005,
16
  "count": 1,
17
+ "self": 0.8092021650000008,
18
  "children": {
19
  "run_training.setup": {
20
+ "total": 0.026835834000000003,
21
  "count": 1,
22
+ "self": 0.026835834000000003
23
  },
24
  "TrainerController.start_learning": {
25
+ "total": 2.609053542,
26
  "count": 1,
27
+ "self": 5.9499999999879094e-05,
28
  "children": {
29
  "TrainerController._reset_env": {
30
+ "total": 2.471396166,
31
+ "count": 1,
32
+ "self": 2.471396166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  },
34
  "trainer_threads": {
35
+ "total": 5.839999999146528e-07,
36
  "count": 1,
37
+ "self": 5.839999999146528e-07
38
  },
39
  "TrainerController._save_models": {
40
+ "total": 0.13759729200000015,
41
  "count": 1,
42
+ "self": 0.0005951670000001741,
43
  "children": {
44
  "RLTrainer._checkpoint": {
45
+ "total": 0.13700212499999997,
46
  "count": 1,
47
+ "self": 0.13700212499999997
48
  }
49
  }
50
  }
run_logs/training_status.json CHANGED
@@ -27,6 +27,15 @@
27
  "auxillary_file_paths": [
28
  "results/SoccerTwos/SoccerTwos/SoccerTwos-1357896.pt"
29
  ]
 
 
 
 
 
 
 
 
 
30
  }
31
  ],
32
  "elo": 1340.4177543122923,
@@ -34,7 +43,7 @@
34
  "steps": 1357896,
35
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",
36
  "reward": null,
37
- "creation_time": 1682027649.617435,
38
  "auxillary_file_paths": [
39
  "results/SoccerTwos/SoccerTwos/SoccerTwos-1357896.pt"
40
  ]
 
27
  "auxillary_file_paths": [
28
  "results/SoccerTwos/SoccerTwos/SoccerTwos-1357896.pt"
29
  ]
30
+ },
31
+ {
32
+ "steps": 1357896,
33
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-1357896.onnx",
34
+ "reward": null,
35
+ "creation_time": 1682027959.9618208,
36
+ "auxillary_file_paths": [
37
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-1357896.pt"
38
+ ]
39
  }
40
  ],
41
  "elo": 1340.4177543122923,
 
43
  "steps": 1357896,
44
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",
45
  "reward": null,
46
+ "creation_time": 1682027959.9618208,
47
  "auxillary_file_paths": [
48
  "results/SoccerTwos/SoccerTwos/SoccerTwos-1357896.pt"
49
  ]