manuu01 commited on
Commit
836cc0c
1 Parent(s): dd0f3b3
SoccerTwos.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77d8fa1c483924b28248ed69c6c6a9c2156086ef46f1893584811cd194e535fb
3
  size 886472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e010abd1e594ae079014e5569924f82504f6822ad205260aea55eea97c4236
3
  size 886472
SoccerTwos/SoccerTwos-499284.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e010abd1e594ae079014e5569924f82504f6822ad205260aea55eea97c4236
3
+ size 886472
SoccerTwos/SoccerTwos-499284.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce80f2c35b55a6fca9da6613555831b9748d5a8792efcb56d241befbf2b36f3f
3
+ size 10303217
SoccerTwos/SoccerTwos-500284.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e010abd1e594ae079014e5569924f82504f6822ad205260aea55eea97c4236
3
+ size 886472
SoccerTwos/SoccerTwos-500284.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7049a4887f915b7c957a317732bf0ea67d1e108d6de08e6e66d4e8263c1f15b4
3
+ size 10303217
SoccerTwos/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b389f4e61a8548581d3f6c2a198dabc6c0a186f13faf4910d4d8e6b601b70aab
3
- size 10304625
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7049a4887f915b7c957a317732bf0ea67d1e108d6de08e6e66d4e8263c1f15b4
3
+ size 10303217
SoccerTwos/events.out.tfevents.1690831907.28f97f24b86c.6029.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e571eb21c59b8022d0b91c4b891d0c3211617184e735be0ae9c5bcf78f6b04b
3
+ size 378422
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.00055, "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": 256, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.95, "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": 2250000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 60000, "team_change": 225000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.25, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.x86_64", "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}
 
1
+ {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0009, "beta": 0.005, "epsilon": 0.2, "lambd": 0.8, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.95, "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": 500000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 60000, "team_change": 225000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.25, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.x86_64", "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": "cpu"}, "debug": false}
configuration.yaml CHANGED
@@ -5,10 +5,10 @@ behaviors:
5
  hyperparameters:
6
  batch_size: 2048
7
  buffer_size: 20480
8
- learning_rate: 0.00055
9
  beta: 0.005
10
  epsilon: 0.2
11
- lambd: 0.95
12
  num_epoch: 3
13
  learning_rate_schedule: constant
14
  beta_schedule: constant
@@ -37,7 +37,7 @@ behaviors:
37
  init_path: null
38
  keep_checkpoints: 5
39
  even_checkpoints: false
40
- max_steps: 2250000
41
  time_horizon: 1000
42
  summary_freq: 10000
43
  threaded: false
@@ -72,11 +72,11 @@ checkpoint_settings:
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
79
  results_dir: results
80
  torch_settings:
81
- device: null
82
  debug: false
 
5
  hyperparameters:
6
  batch_size: 2048
7
  buffer_size: 20480
8
+ learning_rate: 0.0009
9
  beta: 0.005
10
  epsilon: 0.2
11
+ lambd: 0.8
12
  num_epoch: 3
13
  learning_rate_schedule: constant
14
  beta_schedule: constant
 
37
  init_path: null
38
  keep_checkpoints: 5
39
  even_checkpoints: false
40
+ max_steps: 500000
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: false
76
  force: false
77
  train_model: false
78
  inference: false
79
  results_dir: results
80
  torch_settings:
81
+ device: cpu
82
  debug: false
run_logs/Player-0.log CHANGED
@@ -31,7 +31,7 @@ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
31
  FMOD failed to initialize the output device.: "Error initializing output device. " (60)
32
  FMOD initialized on nosound output
33
  Begin MonoManager ReloadAssembly
34
- - Completed reload, in 0.119 seconds
35
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
@@ -56,7 +56,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
56
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
57
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
58
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
59
- UnloadTime: 0.941001 ms
60
  Registered Communicator in Agent.
61
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
62
  requesting resize 84 x 84
@@ -257,17 +257,12 @@ 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
  Setting up 1 worker threads for Enlighten.
266
  Memory Statistics:
267
  [ALLOC_TEMP_TLS] TLS Allocator
268
  StackAllocators :
269
  [ALLOC_TEMP_MAIN]
270
- Peak usage frame count: [8.0 KB-16.0 KB]: 9764 frames, [2.0 MB-4.0 MB]: 1 frames
271
  Initial Block Size 4.0 MB
272
  Current Block Size 4.0 MB
273
  Peak Allocated Bytes 2.1 MB
@@ -295,7 +290,7 @@ Memory Statistics:
295
  [ALLOC_TEMP_Job.Worker 0]
296
  Initial Block Size 256.0 KB
297
  Current Block Size 256.0 KB
298
- Peak Allocated Bytes 0 B
299
  Overflow Count 0
300
  [ALLOC_TEMP_Background Job.Worker 10]
301
  Initial Block Size 32.0 KB
@@ -383,22 +378,22 @@ Memory Statistics:
383
  Peak Allocated Bytes 0 B
384
  Overflow Count 0
385
  [ALLOC_DEFAULT] Dual Thread Allocator
386
- Peak main deferred allocation count 5
387
  [ALLOC_BUCKET]
388
  Large Block size 4.0 MB
389
  Used Block count 1
390
  Peak Allocated bytes 1.0 MB
391
  [ALLOC_DEFAULT_MAIN]
392
- Peak usage frame count: [4.0 MB-8.0 MB]: 9765 frames
393
  Requested Block Size 16.0 MB
394
  Peak Block count 1
395
- Peak Allocated memory 4.6 MB
396
  Peak Large allocation bytes 0 B
397
  [ALLOC_DEFAULT_THREAD]
398
- Peak usage frame count: [16.0 MB-32.0 MB]: 9765 frames
399
  Requested Block Size 16.0 MB
400
  Peak Block count 1
401
- Peak Allocated memory 17.6 MB
402
  Peak Large allocation bytes 16.0 MB
403
  [ALLOC_TEMP_JOB_1_FRAME]
404
  Initial Block Size 2.0 MB
@@ -427,13 +422,13 @@ Memory Statistics:
427
  Used Block count 1
428
  Peak Allocated bytes 1.0 MB
429
  [ALLOC_GFX_MAIN]
430
- Peak usage frame count: [32.0 KB-64.0 KB]: 9764 frames, [64.0 KB-128.0 KB]: 1 frames
431
  Requested Block Size 16.0 MB
432
  Peak Block count 1
433
  Peak Allocated memory 65.6 KB
434
  Peak Large allocation bytes 0 B
435
  [ALLOC_GFX_THREAD]
436
- Peak usage frame count: [128.0 KB-256.0 KB]: 9765 frames
437
  Requested Block Size 16.0 MB
438
  Peak Block count 1
439
  Peak Allocated memory 173.5 KB
@@ -445,13 +440,13 @@ Memory Statistics:
445
  Used Block count 1
446
  Peak Allocated bytes 1.0 MB
447
  [ALLOC_CACHEOBJECTS_MAIN]
448
- Peak usage frame count: [0.5 MB-1.0 MB]: 9765 frames
449
  Requested Block Size 4.0 MB
450
  Peak Block count 1
451
  Peak Allocated memory 0.6 MB
452
  Peak Large allocation bytes 0 B
453
  [ALLOC_CACHEOBJECTS_THREAD]
454
- Peak usage frame count: [0.5 MB-1.0 MB]: 9764 frames, [4.0 MB-8.0 MB]: 1 frames
455
  Requested Block Size 4.0 MB
456
  Peak Block count 2
457
  Peak Allocated memory 4.5 MB
@@ -463,13 +458,13 @@ Memory Statistics:
463
  Used Block count 1
464
  Peak Allocated bytes 1.0 MB
465
  [ALLOC_TYPETREE_MAIN]
466
- Peak usage frame count: [0-1.0 KB]: 9765 frames
467
  Requested Block Size 2.0 MB
468
  Peak Block count 1
469
  Peak Allocated memory 1.0 KB
470
  Peak Large allocation bytes 0 B
471
  [ALLOC_TYPETREE_THREAD]
472
- Peak usage frame count: [1.0 KB-2.0 KB]: 9764 frames, [2.0 KB-4.0 KB]: 1 frames
473
  Requested Block Size 2.0 MB
474
  Peak Block count 1
475
  Peak Allocated memory 2.2 KB
 
31
  FMOD failed to initialize the output device.: "Error initializing output device. " (60)
32
  FMOD initialized on nosound output
33
  Begin MonoManager ReloadAssembly
34
+ - Completed reload, in 0.125 seconds
35
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
 
56
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
57
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
58
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
59
+ UnloadTime: 0.926396 ms
60
  Registered Communicator in Agent.
61
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
62
  requesting resize 84 x 84
 
257
  TOO LONG
258
  TOO LONG
259
  TOO LONG
 
 
 
 
 
260
  Setting up 1 worker threads for Enlighten.
261
  Memory Statistics:
262
  [ALLOC_TEMP_TLS] TLS Allocator
263
  StackAllocators :
264
  [ALLOC_TEMP_MAIN]
265
+ Peak usage frame count: [8.0 KB-16.0 KB]: 9775 frames, [2.0 MB-4.0 MB]: 1 frames
266
  Initial Block Size 4.0 MB
267
  Current Block Size 4.0 MB
268
  Peak Allocated Bytes 2.1 MB
 
290
  [ALLOC_TEMP_Job.Worker 0]
291
  Initial Block Size 256.0 KB
292
  Current Block Size 256.0 KB
293
+ Peak Allocated Bytes 0.7 KB
294
  Overflow Count 0
295
  [ALLOC_TEMP_Background Job.Worker 10]
296
  Initial Block Size 32.0 KB
 
378
  Peak Allocated Bytes 0 B
379
  Overflow Count 0
380
  [ALLOC_DEFAULT] Dual Thread Allocator
381
+ Peak main deferred allocation count 3
382
  [ALLOC_BUCKET]
383
  Large Block size 4.0 MB
384
  Used Block count 1
385
  Peak Allocated bytes 1.0 MB
386
  [ALLOC_DEFAULT_MAIN]
387
+ Peak usage frame count: [4.0 MB-8.0 MB]: 9776 frames
388
  Requested Block Size 16.0 MB
389
  Peak Block count 1
390
+ Peak Allocated memory 4.7 MB
391
  Peak Large allocation bytes 0 B
392
  [ALLOC_DEFAULT_THREAD]
393
+ Peak usage frame count: [16.0 MB-32.0 MB]: 9776 frames
394
  Requested Block Size 16.0 MB
395
  Peak Block count 1
396
+ Peak Allocated memory 17.5 MB
397
  Peak Large allocation bytes 16.0 MB
398
  [ALLOC_TEMP_JOB_1_FRAME]
399
  Initial Block Size 2.0 MB
 
422
  Used Block count 1
423
  Peak Allocated bytes 1.0 MB
424
  [ALLOC_GFX_MAIN]
425
+ Peak usage frame count: [32.0 KB-64.0 KB]: 9775 frames, [64.0 KB-128.0 KB]: 1 frames
426
  Requested Block Size 16.0 MB
427
  Peak Block count 1
428
  Peak Allocated memory 65.6 KB
429
  Peak Large allocation bytes 0 B
430
  [ALLOC_GFX_THREAD]
431
+ Peak usage frame count: [128.0 KB-256.0 KB]: 9776 frames
432
  Requested Block Size 16.0 MB
433
  Peak Block count 1
434
  Peak Allocated memory 173.5 KB
 
440
  Used Block count 1
441
  Peak Allocated bytes 1.0 MB
442
  [ALLOC_CACHEOBJECTS_MAIN]
443
+ Peak usage frame count: [0.5 MB-1.0 MB]: 9776 frames
444
  Requested Block Size 4.0 MB
445
  Peak Block count 1
446
  Peak Allocated memory 0.6 MB
447
  Peak Large allocation bytes 0 B
448
  [ALLOC_CACHEOBJECTS_THREAD]
449
+ Peak usage frame count: [0.5 MB-1.0 MB]: 9775 frames, [4.0 MB-8.0 MB]: 1 frames
450
  Requested Block Size 4.0 MB
451
  Peak Block count 2
452
  Peak Allocated memory 4.5 MB
 
458
  Used Block count 1
459
  Peak Allocated bytes 1.0 MB
460
  [ALLOC_TYPETREE_MAIN]
461
+ Peak usage frame count: [0-1.0 KB]: 9776 frames
462
  Requested Block Size 2.0 MB
463
  Peak Block count 1
464
  Peak Allocated memory 1.0 KB
465
  Peak Large allocation bytes 0 B
466
  [ALLOC_TYPETREE_THREAD]
467
+ Peak usage frame count: [1.0 KB-2.0 KB]: 9775 frames, [2.0 KB-4.0 KB]: 1 frames
468
  Requested Block Size 2.0 MB
469
  Peak Block count 1
470
  Peak Allocated memory 2.2 KB
run_logs/timers.json CHANGED
@@ -2,75 +2,75 @@
2
  "name": "root",
3
  "gauges": {
4
  "SoccerTwos.Policy.Entropy.mean": {
5
- "value": 3.151453971862793,
6
- "min": 3.127227544784546,
7
- "max": 3.1760921478271484,
8
  "count": 50
9
  },
10
  "SoccerTwos.Policy.Entropy.sum": {
11
- "value": 64037.54296875,
12
- "min": 20419.759765625,
13
- "max": 111017.0,
14
  "count": 50
15
  },
16
  "SoccerTwos.Environment.EpisodeLength.mean": {
17
- "value": 638.5,
18
- "min": 478.72727272727275,
19
  "max": 999.0,
20
  "count": 50
21
  },
22
  "SoccerTwos.Environment.EpisodeLength.sum": {
23
- "value": 20432.0,
24
- "min": 11828.0,
25
- "max": 27064.0,
26
  "count": 50
27
  },
28
  "SoccerTwos.Self-play.ELO.mean": {
29
- "value": 1174.2121493977888,
30
- "min": 1165.2629482200864,
31
- "max": 1181.0289495804443,
32
- "count": 47
33
  },
34
  "SoccerTwos.Self-play.ELO.sum": {
35
- "value": 9393.69719518231,
36
- "min": 2336.271198475225,
37
- "max": 16434.89980380847,
38
- "count": 47
39
  },
40
  "SoccerTwos.Step.mean": {
41
- "value": 2249936.0,
42
- "min": 1759929.0,
43
- "max": 2249936.0,
44
  "count": 50
45
  },
46
  "SoccerTwos.Step.sum": {
47
- "value": 2249936.0,
48
- "min": 1759929.0,
49
- "max": 2249936.0,
50
  "count": 50
51
  },
52
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
- "value": 0.0031177180353552103,
54
- "min": -0.00878502894192934,
55
- "max": 0.0031177180353552103,
56
  "count": 50
57
  },
58
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
- "value": 0.049883488565683365,
60
- "min": -0.15813052654266357,
61
- "max": 0.049883488565683365,
62
  "count": 50
63
  },
64
  "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
- "value": 0.004119338467717171,
66
- "min": -0.008890403434634209,
67
- "max": 0.004119338467717171,
68
  "count": 50
69
  },
70
  "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
- "value": 0.06590941548347473,
72
- "min": -0.16002726554870605,
73
- "max": 0.06590941548347473,
74
  "count": 50
75
  },
76
  "SoccerTwos.Environment.CumulativeReward.mean": {
@@ -86,27 +86,27 @@
86
  "count": 50
87
  },
88
  "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
- "value": -0.0622749999165535,
90
- "min": -0.6666666666666666,
91
- "max": 0.2682857151542391,
92
  "count": 50
93
  },
94
  "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
- "value": -0.996399998664856,
96
- "min": -10.0,
97
- "max": 3.7560000121593475,
98
  "count": 50
99
  },
100
  "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
- "value": -0.0622749999165535,
102
- "min": -0.6666666666666666,
103
- "max": 0.2682857151542391,
104
  "count": 50
105
  },
106
  "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
- "value": -0.996399998664856,
108
- "min": -10.0,
109
- "max": 3.7560000121593475,
110
  "count": 50
111
  },
112
  "SoccerTwos.IsTraining.mean": {
@@ -122,141 +122,141 @@
122
  "count": 50
123
  },
124
  "SoccerTwos.Losses.PolicyLoss.mean": {
125
- "value": 0.014403438732309344,
126
- "min": 0.010229992038633402,
127
- "max": 0.019984069629572332,
128
  "count": 23
129
  },
130
  "SoccerTwos.Losses.PolicyLoss.sum": {
131
- "value": 0.014403438732309344,
132
- "min": 0.010229992038633402,
133
- "max": 0.019984069629572332,
134
  "count": 23
135
  },
136
  "SoccerTwos.Losses.ValueLoss.mean": {
137
- "value": 0.003362401939618091,
138
- "min": 0.00013077333521020287,
139
- "max": 0.0043448854548235735,
140
  "count": 23
141
  },
142
  "SoccerTwos.Losses.ValueLoss.sum": {
143
- "value": 0.003362401939618091,
144
- "min": 0.00013077333521020287,
145
- "max": 0.0043448854548235735,
146
  "count": 23
147
  },
148
  "SoccerTwos.Losses.BaselineLoss.mean": {
149
- "value": 0.0034127482950376967,
150
- "min": 0.00013574239558996246,
151
- "max": 0.0044469629181548955,
152
  "count": 23
153
  },
154
  "SoccerTwos.Losses.BaselineLoss.sum": {
155
- "value": 0.0034127482950376967,
156
- "min": 0.00013574239558996246,
157
- "max": 0.0044469629181548955,
158
  "count": 23
159
  },
160
  "SoccerTwos.Policy.LearningRate.mean": {
161
- "value": 0.0005499999999999999,
162
- "min": 0.0005499999999999999,
163
- "max": 0.00055,
164
  "count": 23
165
  },
166
  "SoccerTwos.Policy.LearningRate.sum": {
167
- "value": 0.0005499999999999999,
168
- "min": 0.0005499999999999999,
169
- "max": 0.00055,
170
  "count": 23
171
  },
172
  "SoccerTwos.Policy.Epsilon.mean": {
173
  "value": 0.20000000000000007,
174
- "min": 0.2,
175
  "max": 0.20000000000000007,
176
  "count": 23
177
  },
178
  "SoccerTwos.Policy.Epsilon.sum": {
179
  "value": 0.20000000000000007,
180
- "min": 0.2,
181
  "max": 0.20000000000000007,
182
  "count": 23
183
  },
184
  "SoccerTwos.Policy.Beta.mean": {
185
  "value": 0.005000000000000001,
186
- "min": 0.005,
187
  "max": 0.005000000000000001,
188
  "count": 23
189
  },
190
  "SoccerTwos.Policy.Beta.sum": {
191
  "value": 0.005000000000000001,
192
- "min": 0.005,
193
  "max": 0.005000000000000001,
194
  "count": 23
195
  }
196
  },
197
  "metadata": {
198
  "timer_format_version": "0.1.0",
199
- "start_time_seconds": "1690804445",
200
  "python_version": "3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0]",
201
- "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos --no-graphics --resume",
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+cu102",
206
  "numpy_version": "1.21.2",
207
- "end_time_seconds": "1690805540"
208
  },
209
- "total": 1095.4753349929997,
210
  "count": 1,
211
- "self": 0.38822889600032795,
212
  "children": {
213
  "run_training.setup": {
214
- "total": 0.03129372500006866,
215
  "count": 1,
216
- "self": 0.03129372500006866
217
  },
218
  "TrainerController.start_learning": {
219
- "total": 1095.0558123719993,
220
  "count": 1,
221
- "self": 0.7822017468861304,
222
  "children": {
223
  "TrainerController._reset_env": {
224
- "total": 5.9570331720005925,
225
- "count": 4,
226
- "self": 5.9570331720005925
227
  },
228
  "TrainerController.advance": {
229
- "total": 1088.1120374991133,
230
- "count": 32835,
231
- "self": 0.8069334171414084,
232
  "children": {
233
  "env_step": {
234
- "total": 882.2106680920333,
235
- "count": 32835,
236
- "self": 699.2274848741445,
237
  "children": {
238
  "SubprocessEnvManager._take_step": {
239
- "total": 182.54068637993714,
240
- "count": 32835,
241
- "self": 5.318234501108236,
242
  "children": {
243
  "TorchPolicy.evaluate": {
244
- "total": 177.2224518788289,
245
- "count": 65094,
246
- "self": 177.2224518788289
247
  }
248
  }
249
  },
250
  "workers": {
251
- "total": 0.44249683795169403,
252
- "count": 32835,
253
  "self": 0.0,
254
  "children": {
255
  "worker_root": {
256
- "total": 1092.3884063230407,
257
- "count": 32835,
258
  "is_parallel": true,
259
- "self": 498.6851029291065,
260
  "children": {
261
  "run_training.setup": {
262
  "total": 0.0,
@@ -265,48 +265,48 @@
265
  "self": 0.0,
266
  "children": {
267
  "steps_from_proto": {
268
- "total": 0.00451230700036831,
269
  "count": 2,
270
  "is_parallel": true,
271
- "self": 0.0009606280018488178,
272
  "children": {
273
  "_process_rank_one_or_two_observation": {
274
- "total": 0.003551678998519492,
275
  "count": 8,
276
  "is_parallel": true,
277
- "self": 0.003551678998519492
278
  }
279
  }
280
  },
281
  "UnityEnvironment.step": {
282
- "total": 0.07229993299915805,
283
  "count": 1,
284
  "is_parallel": true,
285
- "self": 0.001307245998759754,
286
  "children": {
287
  "UnityEnvironment._generate_step_input": {
288
- "total": 0.0007551199996669311,
289
  "count": 1,
290
  "is_parallel": true,
291
- "self": 0.0007551199996669311
292
  },
293
  "communicator.exchange": {
294
- "total": 0.06639388900021004,
295
  "count": 1,
296
  "is_parallel": true,
297
- "self": 0.06639388900021004
298
  },
299
  "steps_from_proto": {
300
- "total": 0.0038436780005213222,
301
  "count": 2,
302
  "is_parallel": true,
303
- "self": 0.0006122100003267406,
304
  "children": {
305
  "_process_rank_one_or_two_observation": {
306
- "total": 0.0032314680001945817,
307
  "count": 8,
308
  "is_parallel": true,
309
- "self": 0.0032314680001945817
310
  }
311
  }
312
  }
@@ -314,53 +314,53 @@
314
  }
315
  }
316
  },
317
- "steps_from_proto": {
318
- "total": 0.007196964998911426,
319
- "count": 6,
320
- "is_parallel": true,
321
- "self": 0.0013209269991421024,
322
- "children": {
323
- "_process_rank_one_or_two_observation": {
324
- "total": 0.0058760379997693235,
325
- "count": 24,
326
- "is_parallel": true,
327
- "self": 0.0058760379997693235
328
- }
329
- }
330
- },
331
  "UnityEnvironment.step": {
332
- "total": 593.6961064289353,
333
- "count": 32834,
334
  "is_parallel": true,
335
- "self": 36.63282161472853,
336
  "children": {
337
  "UnityEnvironment._generate_step_input": {
338
- "total": 23.15455671015843,
339
- "count": 32834,
340
  "is_parallel": true,
341
- "self": 23.15455671015843
342
  },
343
  "communicator.exchange": {
344
- "total": 416.26482188099453,
345
- "count": 32834,
346
  "is_parallel": true,
347
- "self": 416.26482188099453
348
  },
349
  "steps_from_proto": {
350
- "total": 117.64390622305382,
351
- "count": 65668,
352
  "is_parallel": true,
353
- "self": 19.087857136731145,
354
  "children": {
355
  "_process_rank_one_or_two_observation": {
356
- "total": 98.55604908632267,
357
- "count": 262672,
358
  "is_parallel": true,
359
- "self": 98.55604908632267
360
  }
361
  }
362
  }
363
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  }
365
  }
366
  }
@@ -369,31 +369,31 @@
369
  }
370
  },
371
  "trainer_advance": {
372
- "total": 205.09443598993857,
373
- "count": 32835,
374
- "self": 6.719612829871949,
375
  "children": {
376
  "process_trajectory": {
377
- "total": 50.66163941806735,
378
- "count": 32835,
379
- "self": 50.458558852067654,
380
  "children": {
381
  "RLTrainer._checkpoint": {
382
- "total": 0.2030805659996986,
383
  "count": 1,
384
- "self": 0.2030805659996986
385
  }
386
  }
387
  },
388
  "_update_policy": {
389
- "total": 147.71318374199927,
390
  "count": 23,
391
- "self": 103.30691072398713,
392
  "children": {
393
  "TorchPOCAOptimizer.update": {
394
- "total": 44.40627301801214,
395
- "count": 693,
396
- "self": 44.40627301801214
397
  }
398
  }
399
  }
@@ -402,19 +402,19 @@
402
  }
403
  },
404
  "trainer_threads": {
405
- "total": 9.93999492493458e-07,
406
  "count": 1,
407
- "self": 9.93999492493458e-07
408
  },
409
  "TrainerController._save_models": {
410
- "total": 0.20453895999980887,
411
  "count": 1,
412
- "self": 0.0014291139996203128,
413
  "children": {
414
  "RLTrainer._checkpoint": {
415
- "total": 0.20310984600018855,
416
  "count": 1,
417
- "self": 0.20310984600018855
418
  }
419
  }
420
  }
 
2
  "name": "root",
3
  "gauges": {
4
  "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 3.2572760581970215,
6
+ "min": 3.220968008041382,
7
+ "max": 3.2958123683929443,
8
  "count": 50
9
  },
10
  "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 64207.42578125,
12
+ "min": 22911.15234375,
13
+ "max": 119298.5859375,
14
  "count": 50
15
  },
16
  "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 724.5714285714286,
18
+ "min": 470.3,
19
  "max": 999.0,
20
  "count": 50
21
  },
22
  "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 20288.0,
24
+ "min": 16864.0,
25
+ "max": 23884.0,
26
  "count": 50
27
  },
28
  "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1203.9032315327422,
30
+ "min": 1199.9971506578554,
31
+ "max": 1214.9892240181,
32
+ "count": 43
33
  },
34
  "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 7223.419389196453,
36
+ "min": 2408.436526094936,
37
+ "max": 14568.006544586702,
38
+ "count": 43
39
  },
40
  "SoccerTwos.Step.mean": {
41
+ "value": 499284.0,
42
+ "min": 9082.0,
43
+ "max": 499284.0,
44
  "count": 50
45
  },
46
  "SoccerTwos.Step.sum": {
47
+ "value": 499284.0,
48
+ "min": 9082.0,
49
+ "max": 499284.0,
50
  "count": 50
51
  },
52
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.0017586464527994394,
54
+ "min": -0.0022823000326752663,
55
+ "max": 0.12102693319320679,
56
  "count": 50
57
  },
58
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -0.02462105080485344,
60
+ "min": -0.02462105080485344,
61
+ "max": 1.694377064704895,
62
  "count": 50
63
  },
64
  "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.0017902880208566785,
66
+ "min": -0.0023909122683107853,
67
+ "max": 0.12102709710597992,
68
  "count": 50
69
  },
70
  "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -0.025064032524824142,
72
+ "min": -0.025064032524824142,
73
+ "max": 1.6943793296813965,
74
  "count": 50
75
  },
76
  "SoccerTwos.Environment.CumulativeReward.mean": {
 
86
  "count": 50
87
  },
88
  "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": -0.16605714389256068,
90
+ "min": -0.4166666666666667,
91
+ "max": 0.3248400012652079,
92
  "count": 50
93
  },
94
  "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": -2.3248000144958496,
96
+ "min": -5.0,
97
+ "max": 4.872600018978119,
98
  "count": 50
99
  },
100
  "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": -0.16605714389256068,
102
+ "min": -0.4166666666666667,
103
+ "max": 0.3248400012652079,
104
  "count": 50
105
  },
106
  "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": -2.3248000144958496,
108
+ "min": -5.0,
109
+ "max": 4.872600018978119,
110
  "count": 50
111
  },
112
  "SoccerTwos.IsTraining.mean": {
 
122
  "count": 50
123
  },
124
  "SoccerTwos.Losses.PolicyLoss.mean": {
125
+ "value": 0.018052726998575963,
126
+ "min": 0.011876711369647333,
127
+ "max": 0.022964291064999996,
128
  "count": 23
129
  },
130
  "SoccerTwos.Losses.PolicyLoss.sum": {
131
+ "value": 0.018052726998575963,
132
+ "min": 0.011876711369647333,
133
+ "max": 0.022964291064999996,
134
  "count": 23
135
  },
136
  "SoccerTwos.Losses.ValueLoss.mean": {
137
+ "value": 0.0005519891194126104,
138
+ "min": 4.7260880364774494e-05,
139
+ "max": 0.0013224981385671223,
140
  "count": 23
141
  },
142
  "SoccerTwos.Losses.ValueLoss.sum": {
143
+ "value": 0.0005519891194126104,
144
+ "min": 4.7260880364774494e-05,
145
+ "max": 0.0013224981385671223,
146
  "count": 23
147
  },
148
  "SoccerTwos.Losses.BaselineLoss.mean": {
149
+ "value": 0.0005516268897432989,
150
+ "min": 4.71035714175135e-05,
151
+ "max": 0.0013219986848222712,
152
  "count": 23
153
  },
154
  "SoccerTwos.Losses.BaselineLoss.sum": {
155
+ "value": 0.0005516268897432989,
156
+ "min": 4.71035714175135e-05,
157
+ "max": 0.0013219986848222712,
158
  "count": 23
159
  },
160
  "SoccerTwos.Policy.LearningRate.mean": {
161
+ "value": 0.0009000000000000003,
162
+ "min": 0.0009000000000000003,
163
+ "max": 0.0009000000000000003,
164
  "count": 23
165
  },
166
  "SoccerTwos.Policy.LearningRate.sum": {
167
+ "value": 0.0009000000000000003,
168
+ "min": 0.0009000000000000003,
169
+ "max": 0.0009000000000000003,
170
  "count": 23
171
  },
172
  "SoccerTwos.Policy.Epsilon.mean": {
173
  "value": 0.20000000000000007,
174
+ "min": 0.20000000000000007,
175
  "max": 0.20000000000000007,
176
  "count": 23
177
  },
178
  "SoccerTwos.Policy.Epsilon.sum": {
179
  "value": 0.20000000000000007,
180
+ "min": 0.20000000000000007,
181
  "max": 0.20000000000000007,
182
  "count": 23
183
  },
184
  "SoccerTwos.Policy.Beta.mean": {
185
  "value": 0.005000000000000001,
186
+ "min": 0.005000000000000001,
187
  "max": 0.005000000000000001,
188
  "count": 23
189
  },
190
  "SoccerTwos.Policy.Beta.sum": {
191
  "value": 0.005000000000000001,
192
+ "min": 0.005000000000000001,
193
  "max": 0.005000000000000001,
194
  "count": 23
195
  }
196
  },
197
  "metadata": {
198
  "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1690831906",
200
  "python_version": "3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0]",
201
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos --no-graphics --torch-device=cpu",
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+cu102",
206
  "numpy_version": "1.21.2",
207
+ "end_time_seconds": "1690833772"
208
  },
209
+ "total": 1866.9491970109998,
210
  "count": 1,
211
+ "self": 0.492338197999743,
212
  "children": {
213
  "run_training.setup": {
214
+ "total": 0.042752336000148716,
215
  "count": 1,
216
+ "self": 0.042752336000148716
217
  },
218
  "TrainerController.start_learning": {
219
+ "total": 1866.414106477,
220
  "count": 1,
221
+ "self": 1.2027670320169364,
222
  "children": {
223
  "TrainerController._reset_env": {
224
+ "total": 1.6527223570001297,
225
+ "count": 3,
226
+ "self": 1.6527223570001297
227
  },
228
  "TrainerController.advance": {
229
+ "total": 1863.3430414389832,
230
+ "count": 32815,
231
+ "self": 1.2149952469203527,
232
  "children": {
233
  "env_step": {
234
+ "total": 1053.6878785300441,
235
+ "count": 32815,
236
+ "self": 883.5911888210437,
237
  "children": {
238
  "SubprocessEnvManager._take_step": {
239
+ "total": 169.33696699094617,
240
+ "count": 32815,
241
+ "self": 7.717916546916285,
242
  "children": {
243
  "TorchPolicy.evaluate": {
244
+ "total": 161.61905044402988,
245
+ "count": 65172,
246
+ "self": 161.61905044402988
247
  }
248
  }
249
  },
250
  "workers": {
251
+ "total": 0.7597227180542632,
252
+ "count": 32815,
253
  "self": 0.0,
254
  "children": {
255
  "worker_root": {
256
+ "total": 1860.5536074640086,
257
+ "count": 32815,
258
  "is_parallel": true,
259
+ "self": 1121.993401950994,
260
  "children": {
261
  "run_training.setup": {
262
  "total": 0.0,
 
265
  "self": 0.0,
266
  "children": {
267
  "steps_from_proto": {
268
+ "total": 0.005697713000017757,
269
  "count": 2,
270
  "is_parallel": true,
271
+ "self": 0.0014901889999237028,
272
  "children": {
273
  "_process_rank_one_or_two_observation": {
274
+ "total": 0.004207524000094054,
275
  "count": 8,
276
  "is_parallel": true,
277
+ "self": 0.004207524000094054
278
  }
279
  }
280
  },
281
  "UnityEnvironment.step": {
282
+ "total": 0.05979127399996287,
283
  "count": 1,
284
  "is_parallel": true,
285
+ "self": 0.0013965059999918594,
286
  "children": {
287
  "UnityEnvironment._generate_step_input": {
288
+ "total": 0.0007554509998044523,
289
  "count": 1,
290
  "is_parallel": true,
291
+ "self": 0.0007554509998044523
292
  },
293
  "communicator.exchange": {
294
+ "total": 0.04217132100006893,
295
  "count": 1,
296
  "is_parallel": true,
297
+ "self": 0.04217132100006893
298
  },
299
  "steps_from_proto": {
300
+ "total": 0.015467996000097628,
301
  "count": 2,
302
  "is_parallel": true,
303
+ "self": 0.0008975469997949403,
304
  "children": {
305
  "_process_rank_one_or_two_observation": {
306
+ "total": 0.014570449000302688,
307
  "count": 8,
308
  "is_parallel": true,
309
+ "self": 0.014570449000302688
310
  }
311
  }
312
  }
 
314
  }
315
  }
316
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  "UnityEnvironment.step": {
318
+ "total": 738.5539974580145,
319
+ "count": 32814,
320
  "is_parallel": true,
321
+ "self": 44.08710844193433,
322
  "children": {
323
  "UnityEnvironment._generate_step_input": {
324
+ "total": 22.847336305016825,
325
+ "count": 32814,
326
  "is_parallel": true,
327
+ "self": 22.847336305016825
328
  },
329
  "communicator.exchange": {
330
+ "total": 529.7087338390243,
331
+ "count": 32814,
332
  "is_parallel": true,
333
+ "self": 529.7087338390243
334
  },
335
  "steps_from_proto": {
336
+ "total": 141.91081887203904,
337
+ "count": 65628,
338
  "is_parallel": true,
339
+ "self": 24.357934929080784,
340
  "children": {
341
  "_process_rank_one_or_two_observation": {
342
+ "total": 117.55288394295826,
343
+ "count": 262512,
344
  "is_parallel": true,
345
+ "self": 117.55288394295826
346
  }
347
  }
348
  }
349
  }
350
+ },
351
+ "steps_from_proto": {
352
+ "total": 0.006208055000115564,
353
+ "count": 4,
354
+ "is_parallel": true,
355
+ "self": 0.0010749359998953878,
356
+ "children": {
357
+ "_process_rank_one_or_two_observation": {
358
+ "total": 0.0051331190002201765,
359
+ "count": 16,
360
+ "is_parallel": true,
361
+ "self": 0.0051331190002201765
362
+ }
363
+ }
364
  }
365
  }
366
  }
 
369
  }
370
  },
371
  "trainer_advance": {
372
+ "total": 808.4401676620187,
373
+ "count": 32815,
374
+ "self": 10.116855313013275,
375
  "children": {
376
  "process_trajectory": {
377
+ "total": 119.80808097500494,
378
+ "count": 32815,
379
+ "self": 119.57963060100519,
380
  "children": {
381
  "RLTrainer._checkpoint": {
382
+ "total": 0.228450373999749,
383
  "count": 1,
384
+ "self": 0.228450373999749
385
  }
386
  }
387
  },
388
  "_update_policy": {
389
+ "total": 678.5152313740005,
390
  "count": 23,
391
+ "self": 133.32459764600367,
392
  "children": {
393
  "TorchPOCAOptimizer.update": {
394
+ "total": 545.1906337279968,
395
+ "count": 690,
396
+ "self": 545.1906337279968
397
  }
398
  }
399
  }
 
402
  }
403
  },
404
  "trainer_threads": {
405
+ "total": 1.0369999472459313e-06,
406
  "count": 1,
407
+ "self": 1.0369999472459313e-06
408
  },
409
  "TrainerController._save_models": {
410
+ "total": 0.2155746119997275,
411
  "count": 1,
412
+ "self": 0.0015714729997853283,
413
  "children": {
414
  "RLTrainer._checkpoint": {
415
+ "total": 0.21400313899994217,
416
  "count": 1,
417
+ "self": 0.21400313899994217
418
  }
419
  }
420
  }
run_logs/training_status.json CHANGED
@@ -2,59 +2,32 @@
2
  "SoccerTwos": {
3
  "checkpoints": [
4
  {
5
- "steps": 1001682,
6
- "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-1001682.onnx",
7
  "reward": 0.0,
8
- "creation_time": 1690802601.1996052,
9
  "auxillary_file_paths": [
10
- "results/SoccerTwos/SoccerTwos/SoccerTwos-1001682.pt"
11
  ]
12
  },
13
  {
14
- "steps": 1499348,
15
- "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-1499348.onnx",
16
  "reward": 0.0,
17
- "creation_time": 1690803798.3821926,
18
  "auxillary_file_paths": [
19
- "results/SoccerTwos/SoccerTwos/SoccerTwos-1499348.pt"
20
- ]
21
- },
22
- {
23
- "steps": 1751370,
24
- "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-1751370.onnx",
25
- "reward": 0.0,
26
- "creation_time": 1690804337.4087615,
27
- "auxillary_file_paths": [
28
- "results/SoccerTwos/SoccerTwos/SoccerTwos-1751370.pt"
29
- ]
30
- },
31
- {
32
- "steps": 1999160,
33
- "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-1999160.onnx",
34
- "reward": 0.0,
35
- "creation_time": 1690804996.4361818,
36
- "auxillary_file_paths": [
37
- "results/SoccerTwos/SoccerTwos/SoccerTwos-1999160.pt"
38
- ]
39
- },
40
- {
41
- "steps": 2251936,
42
- "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-2251936.onnx",
43
- "reward": 0.0,
44
- "creation_time": 1690805540.2085571,
45
- "auxillary_file_paths": [
46
- "results/SoccerTwos/SoccerTwos/SoccerTwos-2251936.pt"
47
  ]
48
  }
49
  ],
50
- "elo": 1175.6017727005901,
51
  "final_checkpoint": {
52
- "steps": 2251936,
53
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",
54
  "reward": 0.0,
55
- "creation_time": 1690805540.2085571,
56
  "auxillary_file_paths": [
57
- "results/SoccerTwos/SoccerTwos/SoccerTwos-2251936.pt"
58
  ]
59
  }
60
  },
 
2
  "SoccerTwos": {
3
  "checkpoints": [
4
  {
5
+ "steps": 499284,
6
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-499284.onnx",
7
  "reward": 0.0,
8
+ "creation_time": 1690833772.087084,
9
  "auxillary_file_paths": [
10
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-499284.pt"
11
  ]
12
  },
13
  {
14
+ "steps": 500284,
15
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-500284.onnx",
16
  "reward": 0.0,
17
+ "creation_time": 1690833772.489504,
18
  "auxillary_file_paths": [
19
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-500284.pt"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ]
21
  }
22
  ],
23
+ "elo": 1203.5182823775556,
24
  "final_checkpoint": {
25
+ "steps": 500284,
26
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",
27
  "reward": 0.0,
28
+ "creation_time": 1690833772.489504,
29
  "auxillary_file_paths": [
30
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-500284.pt"
31
  ]
32
  }
33
  },