manuu01 commited on
Commit
e06ab6a
1 Parent(s): b0c494b

Corrected_agent

Browse files
SoccerTwos/events.out.tfevents.1691587294.5d3260be6dee.5217.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7afdcf8a9c0c501b70310b180515e3c0e31cb3466456e85c00bc16cc2d2b52e6
3
+ size 83161
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0002, "beta": 0.005, "epsilon": 0.2, "lambd": 0.99, "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.975, "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": 17000000, "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": "cpu"}, "debug": false}
 
1
+ {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0002, "beta": 0.005, "epsilon": 0.2, "lambd": 0.99, "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.975, "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": 20000000, "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": "cpu"}, "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: 17000000
41
  time_horizon: 1000
42
  summary_freq: 10000
43
  threaded: false
 
37
  init_path: null
38
  keep_checkpoints: 5
39
  even_checkpoints: false
40
+ max_steps: 20000000
41
  time_horizon: 1000
42
  summary_freq: 10000
43
  threaded: 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.164 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: 1.113635 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
@@ -65,7 +65,7 @@ Memory Statistics:
65
  [ALLOC_TEMP_TLS] TLS Allocator
66
  StackAllocators :
67
  [ALLOC_TEMP_MAIN]
68
- Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
69
  Initial Block Size 4.0 MB
70
  Current Block Size 4.0 MB
71
  Peak Allocated Bytes 2.1 MB
@@ -181,19 +181,19 @@ Memory Statistics:
181
  Peak Allocated Bytes 0 B
182
  Overflow Count 0
183
  [ALLOC_DEFAULT] Dual Thread Allocator
184
- Peak main deferred allocation count 3
185
  [ALLOC_BUCKET]
186
  Large Block size 4.0 MB
187
  Used Block count 1
188
  Peak Allocated bytes 1.0 MB
189
  [ALLOC_DEFAULT_MAIN]
190
- Peak usage frame count: [4.0 MB-8.0 MB]: 1 frames
191
  Requested Block Size 16.0 MB
192
  Peak Block count 1
193
- Peak Allocated memory 4.5 MB
194
  Peak Large allocation bytes 0 B
195
  [ALLOC_DEFAULT_THREAD]
196
- Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
197
  Requested Block Size 16.0 MB
198
  Peak Block count 1
199
  Peak Allocated memory 17.6 MB
@@ -210,7 +210,7 @@ Memory Statistics:
210
  Overflow Count (full) 0
211
  [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
212
  Initial Block Size 2.0 MB
213
- Used Block Count 1
214
  Overflow Count (too large) 0
215
  Overflow Count (full) 0
216
  [ALLOC_TEMP_JOB_ASYNC (Background)]
@@ -225,13 +225,13 @@ Memory Statistics:
225
  Used Block count 1
226
  Peak Allocated bytes 1.0 MB
227
  [ALLOC_GFX_MAIN]
228
- Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
229
  Requested Block Size 16.0 MB
230
  Peak Block count 1
231
  Peak Allocated memory 65.6 KB
232
  Peak Large allocation bytes 0 B
233
  [ALLOC_GFX_THREAD]
234
- Peak usage frame count: [128.0 KB-256.0 KB]: 1 frames
235
  Requested Block Size 16.0 MB
236
  Peak Block count 1
237
  Peak Allocated memory 173.5 KB
@@ -243,13 +243,13 @@ Memory Statistics:
243
  Used Block count 1
244
  Peak Allocated bytes 1.0 MB
245
  [ALLOC_CACHEOBJECTS_MAIN]
246
- Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
247
  Requested Block Size 4.0 MB
248
  Peak Block count 1
249
  Peak Allocated memory 0.6 MB
250
  Peak Large allocation bytes 0 B
251
  [ALLOC_CACHEOBJECTS_THREAD]
252
- Peak usage frame count: [4.0 MB-8.0 MB]: 1 frames
253
  Requested Block Size 4.0 MB
254
  Peak Block count 2
255
  Peak Allocated memory 4.5 MB
@@ -261,13 +261,13 @@ Memory Statistics:
261
  Used Block count 1
262
  Peak Allocated bytes 1.0 MB
263
  [ALLOC_TYPETREE_MAIN]
264
- Peak usage frame count: [0-1.0 KB]: 1 frames
265
  Requested Block Size 2.0 MB
266
  Peak Block count 1
267
  Peak Allocated memory 1.0 KB
268
  Peak Large allocation bytes 0 B
269
  [ALLOC_TYPETREE_THREAD]
270
- Peak usage frame count: [2.0 KB-4.0 KB]: 1 frames
271
  Requested Block Size 2.0 MB
272
  Peak Block count 1
273
  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.110 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: 1.021965 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
 
65
  [ALLOC_TEMP_TLS] TLS Allocator
66
  StackAllocators :
67
  [ALLOC_TEMP_MAIN]
68
+ Peak usage frame count: [8.0 KB-16.0 KB]: 1569 frames, [2.0 MB-4.0 MB]: 1 frames
69
  Initial Block Size 4.0 MB
70
  Current Block Size 4.0 MB
71
  Peak Allocated Bytes 2.1 MB
 
181
  Peak Allocated Bytes 0 B
182
  Overflow Count 0
183
  [ALLOC_DEFAULT] Dual Thread Allocator
184
+ Peak main deferred allocation count 2
185
  [ALLOC_BUCKET]
186
  Large Block size 4.0 MB
187
  Used Block count 1
188
  Peak Allocated bytes 1.0 MB
189
  [ALLOC_DEFAULT_MAIN]
190
+ Peak usage frame count: [4.0 MB-8.0 MB]: 1570 frames
191
  Requested Block Size 16.0 MB
192
  Peak Block count 1
193
+ Peak Allocated memory 4.6 MB
194
  Peak Large allocation bytes 0 B
195
  [ALLOC_DEFAULT_THREAD]
196
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1570 frames
197
  Requested Block Size 16.0 MB
198
  Peak Block count 1
199
  Peak Allocated memory 17.6 MB
 
210
  Overflow Count (full) 0
211
  [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
212
  Initial Block Size 2.0 MB
213
+ Used Block Count 2
214
  Overflow Count (too large) 0
215
  Overflow Count (full) 0
216
  [ALLOC_TEMP_JOB_ASYNC (Background)]
 
225
  Used Block count 1
226
  Peak Allocated bytes 1.0 MB
227
  [ALLOC_GFX_MAIN]
228
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1569 frames, [64.0 KB-128.0 KB]: 1 frames
229
  Requested Block Size 16.0 MB
230
  Peak Block count 1
231
  Peak Allocated memory 65.6 KB
232
  Peak Large allocation bytes 0 B
233
  [ALLOC_GFX_THREAD]
234
+ Peak usage frame count: [128.0 KB-256.0 KB]: 1570 frames
235
  Requested Block Size 16.0 MB
236
  Peak Block count 1
237
  Peak Allocated memory 173.5 KB
 
243
  Used Block count 1
244
  Peak Allocated bytes 1.0 MB
245
  [ALLOC_CACHEOBJECTS_MAIN]
246
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1570 frames
247
  Requested Block Size 4.0 MB
248
  Peak Block count 1
249
  Peak Allocated memory 0.6 MB
250
  Peak Large allocation bytes 0 B
251
  [ALLOC_CACHEOBJECTS_THREAD]
252
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1569 frames, [4.0 MB-8.0 MB]: 1 frames
253
  Requested Block Size 4.0 MB
254
  Peak Block count 2
255
  Peak Allocated memory 4.5 MB
 
261
  Used Block count 1
262
  Peak Allocated bytes 1.0 MB
263
  [ALLOC_TYPETREE_MAIN]
264
+ Peak usage frame count: [0-1.0 KB]: 1570 frames
265
  Requested Block Size 2.0 MB
266
  Peak Block count 1
267
  Peak Allocated memory 1.0 KB
268
  Peak Large allocation bytes 0 B
269
  [ALLOC_TYPETREE_THREAD]
270
+ Peak usage frame count: [1.0 KB-2.0 KB]: 1569 frames, [2.0 KB-4.0 KB]: 1 frames
271
  Requested Block Size 2.0 MB
272
  Peak Block count 1
273
  Peak Allocated memory 2.2 KB
run_logs/timers.json CHANGED
@@ -1,8 +1,202 @@
1
  {
2
  "name": "root",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
- "start_time_seconds": "1691502651",
6
  "python_version": "3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]",
7
  "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 --torch-device=cpu",
8
  "mlagents_version": "0.31.0.dev0",
@@ -10,41 +204,210 @@
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "1.11.0+cu102",
12
  "numpy_version": "1.21.2",
13
- "end_time_seconds": "1691502653"
14
  },
15
- "total": 2.346567974000209,
16
  "count": 1,
17
- "self": 0.591593690000991,
18
  "children": {
19
  "run_training.setup": {
20
- "total": 0.088049349999892,
21
  "count": 1,
22
- "self": 0.088049349999892
23
  },
24
  "TrainerController.start_learning": {
25
- "total": 1.6669249339993257,
26
  "count": 1,
27
- "self": 0.000251513999501185,
28
  "children": {
29
  "TrainerController._reset_env": {
30
- "total": 1.415294059000189,
31
- "count": 1,
32
- "self": 1.415294059000189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  },
34
  "trainer_threads": {
35
- "total": 1.258999873243738e-06,
36
  "count": 1,
37
- "self": 1.258999873243738e-06
38
  },
39
  "TrainerController._save_models": {
40
- "total": 0.2513781019997623,
41
  "count": 1,
42
- "self": 0.0015739059999759775,
43
  "children": {
44
  "RLTrainer._checkpoint": {
45
- "total": 0.24980419599978632,
46
  "count": 1,
47
- "self": 0.24980419599978632
48
  }
49
  }
50
  }
 
1
  {
2
  "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 1.9658901691436768,
6
+ "min": 1.9507466554641724,
7
+ "max": 2.012911319732666,
8
+ "count": 8
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 41959.9609375,
12
+ "min": 35585.39453125,
13
+ "max": 42420.859375,
14
+ "count": 8
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 55.92045454545455,
18
+ "min": 52.40625,
19
+ "max": 69.42028985507247,
20
+ "count": 8
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 19684.0,
24
+ "min": 19124.0,
25
+ "max": 20124.0,
26
+ "count": 8
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1538.4805800913457,
30
+ "min": 1531.2502836486121,
31
+ "max": 1551.3227554528323,
32
+ "count": 8
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 270772.58209607686,
36
+ "min": 211814.58659889572,
37
+ "max": 294000.05446053355,
38
+ "count": 8
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 17079943.0,
42
+ "min": 17009908.0,
43
+ "max": 17079943.0,
44
+ "count": 8
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 17079943.0,
48
+ "min": 17009908.0,
49
+ "max": 17079943.0,
50
+ "count": 8
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.02461826801300049,
54
+ "min": -0.048662248998880386,
55
+ "max": 0.02817954123020172,
56
+ "count": 8
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -4.332815170288086,
60
+ "min": -6.764052391052246,
61
+ "max": 5.044137954711914,
62
+ "count": 8
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.026582615450024605,
66
+ "min": -0.04911984130740166,
67
+ "max": 0.029571032151579857,
68
+ "count": 8
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -4.678540229797363,
72
+ "min": -6.827658176422119,
73
+ "max": 5.293214797973633,
74
+ "count": 8
75
+ },
76
+ "SoccerTwos.Environment.CumulativeReward.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 8
81
+ },
82
+ "SoccerTwos.Environment.CumulativeReward.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 8
87
+ },
88
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": 0.10118636387315663,
90
+ "min": -0.2481161294444915,
91
+ "max": 0.14639768779622336,
92
+ "count": 8
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": 17.808800041675568,
96
+ "min": -38.45800006389618,
97
+ "max": 25.326799988746643,
98
+ "count": 8
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": 0.10118636387315663,
102
+ "min": -0.2481161294444915,
103
+ "max": 0.14639768779622336,
104
+ "count": 8
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": 17.808800041675568,
108
+ "min": -38.45800006389618,
109
+ "max": 25.326799988746643,
110
+ "count": 8
111
+ },
112
+ "SoccerTwos.IsTraining.mean": {
113
+ "value": 1.0,
114
+ "min": 1.0,
115
+ "max": 1.0,
116
+ "count": 8
117
+ },
118
+ "SoccerTwos.IsTraining.sum": {
119
+ "value": 1.0,
120
+ "min": 1.0,
121
+ "max": 1.0,
122
+ "count": 8
123
+ },
124
+ "SoccerTwos.Losses.PolicyLoss.mean": {
125
+ "value": 0.017275884848398468,
126
+ "min": 0.01401178379698346,
127
+ "max": 0.017275884848398468,
128
+ "count": 3
129
+ },
130
+ "SoccerTwos.Losses.PolicyLoss.sum": {
131
+ "value": 0.017275884848398468,
132
+ "min": 0.01401178379698346,
133
+ "max": 0.017275884848398468,
134
+ "count": 3
135
+ },
136
+ "SoccerTwos.Losses.ValueLoss.mean": {
137
+ "value": 0.1466987907886505,
138
+ "min": 0.1420595775047938,
139
+ "max": 0.14836741834878922,
140
+ "count": 3
141
+ },
142
+ "SoccerTwos.Losses.ValueLoss.sum": {
143
+ "value": 0.1466987907886505,
144
+ "min": 0.1420595775047938,
145
+ "max": 0.14836741834878922,
146
+ "count": 3
147
+ },
148
+ "SoccerTwos.Losses.BaselineLoss.mean": {
149
+ "value": 0.14792554477850597,
150
+ "min": 0.14344171136617662,
151
+ "max": 0.14968455731868743,
152
+ "count": 3
153
+ },
154
+ "SoccerTwos.Losses.BaselineLoss.sum": {
155
+ "value": 0.14792554477850597,
156
+ "min": 0.14344171136617662,
157
+ "max": 0.14968455731868743,
158
+ "count": 3
159
+ },
160
+ "SoccerTwos.Policy.LearningRate.mean": {
161
+ "value": 0.00019999999999999996,
162
+ "min": 0.00019999999999999996,
163
+ "max": 0.00019999999999999996,
164
+ "count": 3
165
+ },
166
+ "SoccerTwos.Policy.LearningRate.sum": {
167
+ "value": 0.00019999999999999996,
168
+ "min": 0.00019999999999999996,
169
+ "max": 0.00019999999999999996,
170
+ "count": 3
171
+ },
172
+ "SoccerTwos.Policy.Epsilon.mean": {
173
+ "value": 0.20000000000000007,
174
+ "min": 0.20000000000000007,
175
+ "max": 0.20000000000000007,
176
+ "count": 3
177
+ },
178
+ "SoccerTwos.Policy.Epsilon.sum": {
179
+ "value": 0.20000000000000007,
180
+ "min": 0.20000000000000007,
181
+ "max": 0.20000000000000007,
182
+ "count": 3
183
+ },
184
+ "SoccerTwos.Policy.Beta.mean": {
185
+ "value": 0.005000000000000001,
186
+ "min": 0.005000000000000001,
187
+ "max": 0.005000000000000001,
188
+ "count": 3
189
+ },
190
+ "SoccerTwos.Policy.Beta.sum": {
191
+ "value": 0.005000000000000001,
192
+ "min": 0.005000000000000001,
193
+ "max": 0.005000000000000001,
194
+ "count": 3
195
+ }
196
+ },
197
  "metadata": {
198
  "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1691587293",
200
  "python_version": "3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.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 --torch-device=cpu",
202
  "mlagents_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": "1691587671"
208
  },
209
+ "total": 377.5817969909999,
210
  "count": 1,
211
+ "self": 0.6829773079998631,
212
  "children": {
213
  "run_training.setup": {
214
+ "total": 0.050948197000025175,
215
  "count": 1,
216
+ "self": 0.050948197000025175
217
  },
218
  "TrainerController.start_learning": {
219
+ "total": 376.84787148600003,
220
  "count": 1,
221
+ "self": 0.2890012780030702,
222
  "children": {
223
  "TrainerController._reset_env": {
224
+ "total": 1.3325371700000233,
225
+ "count": 2,
226
+ "self": 1.3325371700000233
227
+ },
228
+ "TrainerController.advance": {
229
+ "total": 375.2259686049972,
230
+ "count": 5783,
231
+ "self": 0.3135287849904671,
232
+ "children": {
233
+ "env_step": {
234
+ "total": 211.60110524900642,
235
+ "count": 5783,
236
+ "self": 177.79245621000632,
237
+ "children": {
238
+ "SubprocessEnvManager._take_step": {
239
+ "total": 33.646761729993386,
240
+ "count": 5783,
241
+ "self": 1.7361510119956165,
242
+ "children": {
243
+ "TorchPolicy.evaluate": {
244
+ "total": 31.91061071799777,
245
+ "count": 10466,
246
+ "self": 31.91061071799777
247
+ }
248
+ }
249
+ },
250
+ "workers": {
251
+ "total": 0.16188730900671544,
252
+ "count": 5782,
253
+ "self": 0.0,
254
+ "children": {
255
+ "worker_root": {
256
+ "total": 374.13457776899304,
257
+ "count": 5782,
258
+ "is_parallel": true,
259
+ "self": 227.5943619929842,
260
+ "children": {
261
+ "run_training.setup": {
262
+ "total": 0.0,
263
+ "count": 0,
264
+ "is_parallel": true,
265
+ "self": 0.0,
266
+ "children": {
267
+ "steps_from_proto": {
268
+ "total": 0.0041112719998182,
269
+ "count": 2,
270
+ "is_parallel": true,
271
+ "self": 0.001114076999556346,
272
+ "children": {
273
+ "_process_rank_one_or_two_observation": {
274
+ "total": 0.002997195000261854,
275
+ "count": 8,
276
+ "is_parallel": true,
277
+ "self": 0.002997195000261854
278
+ }
279
+ }
280
+ },
281
+ "UnityEnvironment.step": {
282
+ "total": 0.04913036999982978,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.0015919759998723748,
286
+ "children": {
287
+ "UnityEnvironment._generate_step_input": {
288
+ "total": 0.001028115000053731,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.001028115000053731
292
+ },
293
+ "communicator.exchange": {
294
+ "total": 0.041588480999962485,
295
+ "count": 1,
296
+ "is_parallel": true,
297
+ "self": 0.041588480999962485
298
+ },
299
+ "steps_from_proto": {
300
+ "total": 0.004921797999941191,
301
+ "count": 2,
302
+ "is_parallel": true,
303
+ "self": 0.0009275249999518564,
304
+ "children": {
305
+ "_process_rank_one_or_two_observation": {
306
+ "total": 0.0039942729999893345,
307
+ "count": 8,
308
+ "is_parallel": true,
309
+ "self": 0.0039942729999893345
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ },
317
+ "steps_from_proto": {
318
+ "total": 0.0025606240001252445,
319
+ "count": 2,
320
+ "is_parallel": true,
321
+ "self": 0.0005008770003769314,
322
+ "children": {
323
+ "_process_rank_one_or_two_observation": {
324
+ "total": 0.002059746999748313,
325
+ "count": 8,
326
+ "is_parallel": true,
327
+ "self": 0.002059746999748313
328
+ }
329
+ }
330
+ },
331
+ "UnityEnvironment.step": {
332
+ "total": 146.5376551520087,
333
+ "count": 5781,
334
+ "is_parallel": true,
335
+ "self": 8.55501642400759,
336
+ "children": {
337
+ "UnityEnvironment._generate_step_input": {
338
+ "total": 4.43151189900118,
339
+ "count": 5781,
340
+ "is_parallel": true,
341
+ "self": 4.43151189900118
342
+ },
343
+ "communicator.exchange": {
344
+ "total": 106.6782809889994,
345
+ "count": 5781,
346
+ "is_parallel": true,
347
+ "self": 106.6782809889994
348
+ },
349
+ "steps_from_proto": {
350
+ "total": 26.872845840000537,
351
+ "count": 11562,
352
+ "is_parallel": true,
353
+ "self": 4.9421501299798365,
354
+ "children": {
355
+ "_process_rank_one_or_two_observation": {
356
+ "total": 21.9306957100207,
357
+ "count": 46248,
358
+ "is_parallel": true,
359
+ "self": 21.9306957100207
360
+ }
361
+ }
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
370
+ },
371
+ "trainer_advance": {
372
+ "total": 163.31133457100032,
373
+ "count": 5782,
374
+ "self": 2.0864497099976234,
375
+ "children": {
376
+ "process_trajectory": {
377
+ "total": 34.70503600100278,
378
+ "count": 5782,
379
+ "self": 34.70503600100278
380
+ },
381
+ "_update_policy": {
382
+ "total": 126.51984885999991,
383
+ "count": 4,
384
+ "self": 22.335070173997792,
385
+ "children": {
386
+ "TorchPOCAOptimizer.update": {
387
+ "total": 104.18477868600212,
388
+ "count": 120,
389
+ "self": 104.18477868600212
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
  },
397
  "trainer_threads": {
398
+ "total": 1.8829998680303106e-06,
399
  "count": 1,
400
+ "self": 1.8829998680303106e-06
401
  },
402
  "TrainerController._save_models": {
403
+ "total": 0.0003625499998634041,
404
  "count": 1,
405
+ "self": 7.700899982410192e-05,
406
  "children": {
407
  "RLTrainer._checkpoint": {
408
+ "total": 0.00028554100003930216,
409
  "count": 1,
410
+ "self": 0.00028554100003930216
411
  }
412
  }
413
  }
run_logs/training_status.json CHANGED
@@ -47,7 +47,7 @@
47
  ]
48
  }
49
  ],
50
- "elo": 1534.3333126847701,
51
  "final_checkpoint": {
52
  "steps": 17000414,
53
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",
 
47
  ]
48
  }
49
  ],
50
+ "elo": 1544.3301474540472,
51
  "final_checkpoint": {
52
  "steps": 17000414,
53
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",