manuu01 commited on
Commit
16ec44c
1 Parent(s): eaa40f6

Update_agent

Browse files
SoccerTwos/SoccerTwos-12999992.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93b6669593f49c412135b23198e6d658c6c97e02c6b7b5293e313cd9b5e35b3
3
+ size 886472
SoccerTwos/SoccerTwos-12999992.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda3347955b883fed4d1fa5ca1722187aec70d6589706dc8c24e66c27c984612
3
+ size 10303217
SoccerTwos/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b11adee6bf39e673617f454e397dd59a5db227b67574367d546436c086cec006
3
  size 10303217
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda3347955b883fed4d1fa5ca1722187aec70d6589706dc8c24e66c27c984612
3
  size 10303217
SoccerTwos/events.out.tfevents.1691410109.d33d669e7b9d.1474.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513664ebb34374666706c3031df5a23358466f84fa7fc01c9d55d0ea54f777b1
3
+ size 905454
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.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.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": 12500000, "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.0003, "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.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": 15000000, "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: 12500000
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: 15000000
41
  time_horizon: 1000
42
  summary_freq: 10000
43
  threaded: false
run_logs/Player-0.log CHANGED
@@ -2,6 +2,9 @@ Mono path[0] = '/content/ml-agents/training-envs-executables/SoccerTwos_Data/Man
2
  Mono config path = '/content/ml-agents/training-envs-executables/SoccerTwos_Data/MonoBleedingEdge/etc'
3
  Preloaded 'lib_burst_generated.so'
4
  Preloaded 'libgrpc_csharp_ext.x64.so'
 
 
 
5
  Initialize engine version: 2021.3.14f1 (eee1884e7226)
6
  [Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/SoccerTwos_Data/UnitySubsystems
7
  Forcing GfxDevice: Null
@@ -31,7 +34,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.136 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 +59,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.028111 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 +68,7 @@ Memory Statistics:
65
  [ALLOC_TEMP_TLS] TLS Allocator
66
  StackAllocators :
67
  [ALLOC_TEMP_MAIN]
68
- Peak usage frame count: [8.0 KB-16.0 KB]: 20725 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
@@ -93,7 +96,7 @@ Memory Statistics:
93
  [ALLOC_TEMP_Job.Worker 0]
94
  Initial Block Size 256.0 KB
95
  Current Block Size 256.0 KB
96
- Peak Allocated Bytes 0 B
97
  Overflow Count 0
98
  [ALLOC_TEMP_Background Job.Worker 10]
99
  Initial Block Size 32.0 KB
@@ -187,16 +190,16 @@ Memory Statistics:
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]: 20726 frames
191
  Requested Block Size 16.0 MB
192
  Peak Block count 1
193
- Peak Allocated memory 4.9 MB
194
  Peak Large allocation bytes 0 B
195
  [ALLOC_DEFAULT_THREAD]
196
- Peak usage frame count: [16.0 MB-32.0 MB]: 20726 frames
197
  Requested Block Size 16.0 MB
198
  Peak Block count 1
199
- Peak Allocated memory 17.4 MB
200
  Peak Large allocation bytes 16.0 MB
201
  [ALLOC_TEMP_JOB_1_FRAME]
202
  Initial Block Size 2.0 MB
@@ -225,13 +228,13 @@ Memory Statistics:
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]: 20725 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]: 20726 frames
235
  Requested Block Size 16.0 MB
236
  Peak Block count 1
237
  Peak Allocated memory 173.5 KB
@@ -243,16 +246,16 @@ 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]: 20726 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]: 20725 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.1 MB
256
  Peak Large allocation bytes 0 B
257
  [ALLOC_TYPETREE] Dual Thread Allocator
258
  Peak main deferred allocation count 0
@@ -261,13 +264,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]: 20726 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]: 20725 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
 
2
  Mono config path = '/content/ml-agents/training-envs-executables/SoccerTwos_Data/MonoBleedingEdge/etc'
3
  Preloaded 'lib_burst_generated.so'
4
  Preloaded 'libgrpc_csharp_ext.x64.so'
5
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
6
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
7
+ Unable to load player prefs
8
  Initialize engine version: 2021.3.14f1 (eee1884e7226)
9
  [Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/SoccerTwos_Data/UnitySubsystems
10
  Forcing GfxDevice: Null
 
34
  FMOD failed to initialize the output device.: "Error initializing output device. " (60)
35
  FMOD initialized on nosound output
36
  Begin MonoManager ReloadAssembly
37
+ - Completed reload, in 0.093 seconds
38
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
 
59
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
60
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
61
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
62
+ UnloadTime: 0.662542 ms
63
  Registered Communicator in Agent.
64
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
65
  requesting resize 84 x 84
 
68
  [ALLOC_TEMP_TLS] TLS Allocator
69
  StackAllocators :
70
  [ALLOC_TEMP_MAIN]
71
+ Peak usage frame count: [8.0 KB-16.0 KB]: 16672 frames, [2.0 MB-4.0 MB]: 1 frames
72
  Initial Block Size 4.0 MB
73
  Current Block Size 4.0 MB
74
  Peak Allocated Bytes 2.1 MB
 
96
  [ALLOC_TEMP_Job.Worker 0]
97
  Initial Block Size 256.0 KB
98
  Current Block Size 256.0 KB
99
+ Peak Allocated Bytes 0.7 KB
100
  Overflow Count 0
101
  [ALLOC_TEMP_Background Job.Worker 10]
102
  Initial Block Size 32.0 KB
 
190
  Used Block count 1
191
  Peak Allocated bytes 1.0 MB
192
  [ALLOC_DEFAULT_MAIN]
193
+ Peak usage frame count: [4.0 MB-8.0 MB]: 16673 frames
194
  Requested Block Size 16.0 MB
195
  Peak Block count 1
196
+ Peak Allocated memory 4.6 MB
197
  Peak Large allocation bytes 0 B
198
  [ALLOC_DEFAULT_THREAD]
199
+ Peak usage frame count: [16.0 MB-32.0 MB]: 16673 frames
200
  Requested Block Size 16.0 MB
201
  Peak Block count 1
202
+ Peak Allocated memory 17.5 MB
203
  Peak Large allocation bytes 16.0 MB
204
  [ALLOC_TEMP_JOB_1_FRAME]
205
  Initial Block Size 2.0 MB
 
228
  Used Block count 1
229
  Peak Allocated bytes 1.0 MB
230
  [ALLOC_GFX_MAIN]
231
+ Peak usage frame count: [32.0 KB-64.0 KB]: 16672 frames, [64.0 KB-128.0 KB]: 1 frames
232
  Requested Block Size 16.0 MB
233
  Peak Block count 1
234
  Peak Allocated memory 65.6 KB
235
  Peak Large allocation bytes 0 B
236
  [ALLOC_GFX_THREAD]
237
+ Peak usage frame count: [128.0 KB-256.0 KB]: 16673 frames
238
  Requested Block Size 16.0 MB
239
  Peak Block count 1
240
  Peak Allocated memory 173.5 KB
 
246
  Used Block count 1
247
  Peak Allocated bytes 1.0 MB
248
  [ALLOC_CACHEOBJECTS_MAIN]
249
+ Peak usage frame count: [0.5 MB-1.0 MB]: 16673 frames
250
  Requested Block Size 4.0 MB
251
  Peak Block count 1
252
  Peak Allocated memory 0.6 MB
253
  Peak Large allocation bytes 0 B
254
  [ALLOC_CACHEOBJECTS_THREAD]
255
+ Peak usage frame count: [0.5 MB-1.0 MB]: 16672 frames, [4.0 MB-8.0 MB]: 1 frames
256
  Requested Block Size 4.0 MB
257
  Peak Block count 2
258
+ Peak Allocated memory 4.3 MB
259
  Peak Large allocation bytes 0 B
260
  [ALLOC_TYPETREE] Dual Thread Allocator
261
  Peak main deferred allocation count 0
 
264
  Used Block count 1
265
  Peak Allocated bytes 1.0 MB
266
  [ALLOC_TYPETREE_MAIN]
267
+ Peak usage frame count: [0-1.0 KB]: 16673 frames
268
  Requested Block Size 2.0 MB
269
  Peak Block count 1
270
  Peak Allocated memory 1.0 KB
271
  Peak Large allocation bytes 0 B
272
  [ALLOC_TYPETREE_THREAD]
273
+ Peak usage frame count: [1.0 KB-2.0 KB]: 16672 frames, [2.0 KB-4.0 KB]: 1 frames
274
  Requested Block Size 2.0 MB
275
  Peak Block count 1
276
  Peak Allocated memory 2.2 KB
run_logs/timers.json CHANGED
@@ -2,201 +2,201 @@
2
  "name": "root",
3
  "gauges": {
4
  "SoccerTwos.Policy.Entropy.mean": {
5
- "value": 2.1975553035736084,
6
- "min": 2.0373876094818115,
7
- "max": 2.252624750137329,
8
- "count": 111
9
  },
10
  "SoccerTwos.Policy.Entropy.sum": {
11
- "value": 43388.53125,
12
- "min": 11539.763671875,
13
- "max": 48319.01953125,
14
- "count": 111
15
  },
16
  "SoccerTwos.Environment.EpisodeLength.mean": {
17
- "value": 47.13592233009709,
18
- "min": 37.827586206896555,
19
- "max": 59.72839506172839,
20
- "count": 111
21
  },
22
  "SoccerTwos.Environment.EpisodeLength.sum": {
23
- "value": 19420.0,
24
- "min": 4388.0,
25
- "max": 20112.0,
26
- "count": 111
27
  },
28
  "SoccerTwos.Self-play.ELO.mean": {
29
- "value": 1504.6784948269735,
30
- "min": 1478.8434240860017,
31
- "max": 1547.558003128173,
32
- "count": 111
33
  },
34
  "SoccerTwos.Self-play.ELO.sum": {
35
- "value": 309963.76993435656,
36
- "min": 87170.94541634181,
37
- "max": 381647.0484520141,
38
- "count": 111
39
  },
40
  "SoccerTwos.Step.mean": {
41
- "value": 12499998.0,
42
- "min": 11399968.0,
43
- "max": 12499998.0,
44
- "count": 111
45
  },
46
  "SoccerTwos.Step.sum": {
47
- "value": 12499998.0,
48
- "min": 11399968.0,
49
- "max": 12499998.0,
50
- "count": 111
51
  },
52
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
- "value": -0.034507688134908676,
54
- "min": -0.09850272536277771,
55
- "max": 0.10206205397844315,
56
- "count": 111
57
  },
58
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
- "value": -7.143091201782227,
60
- "min": -20.685571670532227,
61
- "max": 19.595914840698242,
62
- "count": 111
63
  },
64
  "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
- "value": -0.042147111147642136,
66
- "min": -0.09934258460998535,
67
- "max": 0.09995047003030777,
68
- "count": 111
69
  },
70
  "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
- "value": -8.724452018737793,
72
- "min": -20.861942291259766,
73
- "max": 19.19049072265625,
74
- "count": 111
75
  },
76
  "SoccerTwos.Environment.CumulativeReward.mean": {
77
  "value": 0.0,
78
  "min": 0.0,
79
  "max": 0.0,
80
- "count": 111
81
  },
82
  "SoccerTwos.Environment.CumulativeReward.sum": {
83
  "value": 0.0,
84
  "min": 0.0,
85
  "max": 0.0,
86
- "count": 111
87
  },
88
  "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
- "value": -0.1782685987615355,
90
- "min": -0.28665177834215505,
91
- "max": 0.25223191336114353,
92
- "count": 111
93
  },
94
  "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
- "value": -36.90159994363785,
96
- "min": -59.35199987888336,
97
- "max": 47.41959971189499,
98
- "count": 111
99
  },
100
  "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
- "value": -0.1782685987615355,
102
- "min": -0.28665177834215505,
103
- "max": 0.25223191336114353,
104
- "count": 111
105
  },
106
  "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
- "value": -36.90159994363785,
108
- "min": -59.35199987888336,
109
- "max": 47.41959971189499,
110
- "count": 111
111
  },
112
  "SoccerTwos.IsTraining.mean": {
113
  "value": 1.0,
114
  "min": 1.0,
115
  "max": 1.0,
116
- "count": 111
117
  },
118
  "SoccerTwos.IsTraining.sum": {
119
  "value": 1.0,
120
  "min": 1.0,
121
  "max": 1.0,
122
- "count": 111
123
  },
124
  "SoccerTwos.Losses.PolicyLoss.mean": {
125
- "value": 0.016760872232650097,
126
- "min": 0.012540093262214214,
127
- "max": 0.021946661923235904,
128
- "count": 53
129
  },
130
  "SoccerTwos.Losses.PolicyLoss.sum": {
131
- "value": 0.016760872232650097,
132
- "min": 0.012540093262214214,
133
- "max": 0.021946661923235904,
134
- "count": 53
135
  },
136
  "SoccerTwos.Losses.ValueLoss.mean": {
137
- "value": 0.08545334686835607,
138
- "min": 0.07352821032206218,
139
- "max": 0.08939586058259011,
140
- "count": 53
141
  },
142
  "SoccerTwos.Losses.ValueLoss.sum": {
143
- "value": 0.08545334686835607,
144
- "min": 0.07352821032206218,
145
- "max": 0.08939586058259011,
146
- "count": 53
147
  },
148
  "SoccerTwos.Losses.BaselineLoss.mean": {
149
- "value": 0.08727932895223299,
150
- "min": 0.07501178334156672,
151
- "max": 0.09038200850288074,
152
- "count": 53
153
  },
154
  "SoccerTwos.Losses.BaselineLoss.sum": {
155
- "value": 0.08727932895223299,
156
- "min": 0.07501178334156672,
157
- "max": 0.09038200850288074,
158
- "count": 53
159
  },
160
  "SoccerTwos.Policy.LearningRate.mean": {
161
  "value": 0.0003,
162
  "min": 0.0003,
163
  "max": 0.0003,
164
- "count": 53
165
  },
166
  "SoccerTwos.Policy.LearningRate.sum": {
167
  "value": 0.0003,
168
  "min": 0.0003,
169
  "max": 0.0003,
170
- "count": 53
171
  },
172
  "SoccerTwos.Policy.Epsilon.mean": {
173
  "value": 0.20000000000000007,
174
  "min": 0.20000000000000007,
175
  "max": 0.20000000000000007,
176
- "count": 53
177
  },
178
  "SoccerTwos.Policy.Epsilon.sum": {
179
  "value": 0.20000000000000007,
180
  "min": 0.20000000000000007,
181
  "max": 0.20000000000000007,
182
- "count": 53
183
  },
184
  "SoccerTwos.Policy.Beta.mean": {
185
  "value": 0.005000000000000001,
186
  "min": 0.005000000000000001,
187
  "max": 0.005000000000000001,
188
- "count": 53
189
  },
190
  "SoccerTwos.Policy.Beta.sum": {
191
  "value": 0.005000000000000001,
192
  "min": 0.005000000000000001,
193
  "max": 0.005000000000000001,
194
- "count": 53
195
  }
196
  },
197
  "metadata": {
198
  "timer_format_version": "0.1.0",
199
- "start_time_seconds": "1691333799",
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,59 +204,59 @@
204
  "communication_protocol_version": "1.5.0",
205
  "pytorch_version": "1.11.0+cu102",
206
  "numpy_version": "1.21.2",
207
- "end_time_seconds": "1691337965"
208
  },
209
- "total": 4166.746141003998,
210
  "count": 1,
211
- "self": 0.5836922629987384,
212
  "children": {
213
  "run_training.setup": {
214
- "total": 0.07324457199865719,
215
  "count": 1,
216
- "self": 0.07324457199865719
217
  },
218
  "TrainerController.start_learning": {
219
- "total": 4166.089204169,
220
  "count": 1,
221
- "self": 3.1761226611160964,
222
  "children": {
223
  "TrainerController._reset_env": {
224
- "total": 2.028336847997707,
225
- "count": 6,
226
- "self": 2.028336847997707
227
  },
228
  "TrainerController.advance": {
229
- "total": 4160.680842743883,
230
- "count": 77894,
231
- "self": 3.1256917527553014,
232
  "children": {
233
  "env_step": {
234
- "total": 2317.5797028738634,
235
- "count": 77894,
236
- "self": 1979.8674866570218,
237
  "children": {
238
  "SubprocessEnvManager._take_step": {
239
- "total": 335.9226087098323,
240
- "count": 77894,
241
- "self": 15.090959516541261,
242
  "children": {
243
  "TorchPolicy.evaluate": {
244
- "total": 320.831649193291,
245
- "count": 138170,
246
- "self": 320.831649193291
247
  }
248
  }
249
  },
250
  "workers": {
251
- "total": 1.7896075070093502,
252
- "count": 77894,
253
  "self": 0.0,
254
  "children": {
255
  "worker_root": {
256
- "total": 4150.210422646147,
257
- "count": 77894,
258
  "is_parallel": true,
259
- "self": 2503.58676581701,
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.005130403000293882,
269
  "count": 2,
270
  "is_parallel": true,
271
- "self": 0.0010273069983668393,
272
  "children": {
273
  "_process_rank_one_or_two_observation": {
274
- "total": 0.004103096001927042,
275
  "count": 8,
276
  "is_parallel": true,
277
- "self": 0.004103096001927042
278
  }
279
  }
280
  },
281
  "UnityEnvironment.step": {
282
- "total": 0.10228872500010766,
283
  "count": 1,
284
  "is_parallel": true,
285
- "self": 0.0013711459996557096,
286
  "children": {
287
  "UnityEnvironment._generate_step_input": {
288
- "total": 0.0009328020005341386,
289
  "count": 1,
290
  "is_parallel": true,
291
- "self": 0.0009328020005341386
292
  },
293
  "communicator.exchange": {
294
- "total": 0.09588967299896467,
295
  "count": 1,
296
  "is_parallel": true,
297
- "self": 0.09588967299896467
298
  },
299
  "steps_from_proto": {
300
- "total": 0.0040951040009531425,
301
  "count": 2,
302
  "is_parallel": true,
303
- "self": 0.0006900650005263742,
304
  "children": {
305
  "_process_rank_one_or_two_observation": {
306
- "total": 0.0034050390004267683,
307
  "count": 8,
308
  "is_parallel": true,
309
- "self": 0.0034050390004267683
310
  }
311
  }
312
  }
@@ -315,48 +315,48 @@
315
  }
316
  },
317
  "steps_from_proto": {
318
- "total": 0.01923490499939362,
319
- "count": 10,
320
  "is_parallel": true,
321
- "self": 0.003280105995145277,
322
  "children": {
323
  "_process_rank_one_or_two_observation": {
324
- "total": 0.015954799004248343,
325
- "count": 40,
326
  "is_parallel": true,
327
- "self": 0.015954799004248343
328
  }
329
  }
330
  },
331
  "UnityEnvironment.step": {
332
- "total": 1646.6044219241376,
333
- "count": 77893,
334
  "is_parallel": true,
335
- "self": 99.4243430186234,
336
  "children": {
337
  "UnityEnvironment._generate_step_input": {
338
- "total": 51.82752819974303,
339
- "count": 77893,
340
  "is_parallel": true,
341
- "self": 51.82752819974303
342
  },
343
  "communicator.exchange": {
344
- "total": 1174.5112396781096,
345
- "count": 77893,
346
  "is_parallel": true,
347
- "self": 1174.5112396781096
348
  },
349
  "steps_from_proto": {
350
- "total": 320.8413110276615,
351
- "count": 155786,
352
  "is_parallel": true,
353
- "self": 56.20767449019331,
354
  "children": {
355
  "_process_rank_one_or_two_observation": {
356
- "total": 264.6336365374682,
357
- "count": 623144,
358
  "is_parallel": true,
359
- "self": 264.6336365374682
360
  }
361
  }
362
  }
@@ -369,31 +369,31 @@
369
  }
370
  },
371
  "trainer_advance": {
372
- "total": 1839.975448117264,
373
- "count": 77894,
374
- "self": 20.360098037423086,
375
  "children": {
376
  "process_trajectory": {
377
- "total": 385.70859332684813,
378
- "count": 77894,
379
- "self": 385.09017827284515,
380
  "children": {
381
  "RLTrainer._checkpoint": {
382
- "total": 0.6184150540029805,
383
- "count": 3,
384
- "self": 0.6184150540029805
385
  }
386
  }
387
  },
388
  "_update_policy": {
389
- "total": 1433.9067567529928,
390
- "count": 53,
391
- "self": 273.3484064769691,
392
  "children": {
393
  "TorchPOCAOptimizer.update": {
394
- "total": 1160.5583502760237,
395
- "count": 1590,
396
- "self": 1160.5583502760237
397
  }
398
  }
399
  }
@@ -402,19 +402,19 @@
402
  }
403
  },
404
  "trainer_threads": {
405
- "total": 1.0690018825698644e-06,
406
  "count": 1,
407
- "self": 1.0690018825698644e-06
408
  },
409
  "TrainerController._save_models": {
410
- "total": 0.20390084700193256,
411
  "count": 1,
412
- "self": 0.002047485002549365,
413
  "children": {
414
  "RLTrainer._checkpoint": {
415
- "total": 0.2018533619993832,
416
  "count": 1,
417
- "self": 0.2018533619993832
418
  }
419
  }
420
  }
 
2
  "name": "root",
3
  "gauges": {
4
  "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 2.0170538425445557,
6
+ "min": 1.9972507953643799,
7
+ "max": 2.2256991863250732,
8
+ "count": 88
9
  },
10
  "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 40405.62109375,
12
+ "min": 37537.67578125,
13
+ "max": 46557.78515625,
14
+ "count": 88
15
  },
16
  "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 42.0,
18
+ "min": 39.12,
19
+ "max": 68.18055555555556,
20
+ "count": 88
21
  },
22
  "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 19320.0,
24
+ "min": 18824.0,
25
+ "max": 20548.0,
26
+ "count": 88
27
  },
28
  "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1498.7779997425816,
30
+ "min": 1471.804093027367,
31
+ "max": 1513.380500435241,
32
+ "count": 88
33
  },
34
  "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 344718.9399407938,
36
+ "min": 213823.54250999942,
37
+ "max": 371550.6815187331,
38
+ "count": 88
39
  },
40
  "SoccerTwos.Step.mean": {
41
+ "value": 13379974.0,
42
+ "min": 12509994.0,
43
+ "max": 13379974.0,
44
+ "count": 88
45
  },
46
  "SoccerTwos.Step.sum": {
47
+ "value": 13379974.0,
48
+ "min": 12509994.0,
49
+ "max": 13379974.0,
50
+ "count": 88
51
  },
52
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": 0.02328161522746086,
54
+ "min": -0.07533109933137894,
55
+ "max": 0.06940919160842896,
56
+ "count": 88
57
  },
58
  "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": 5.401334762573242,
60
+ "min": -15.442874908447266,
61
+ "max": 14.36770248413086,
62
+ "count": 88
63
  },
64
  "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": 0.023491045460104942,
66
+ "min": -0.07633703947067261,
67
+ "max": 0.07690165936946869,
68
+ "count": 88
69
  },
70
  "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": 5.449922561645508,
72
+ "min": -15.649093627929688,
73
+ "max": 15.9186429977417,
74
+ "count": 88
75
  },
76
  "SoccerTwos.Environment.CumulativeReward.mean": {
77
  "value": 0.0,
78
  "min": 0.0,
79
  "max": 0.0,
80
+ "count": 88
81
  },
82
  "SoccerTwos.Environment.CumulativeReward.sum": {
83
  "value": 0.0,
84
  "min": 0.0,
85
  "max": 0.0,
86
+ "count": 88
87
  },
88
  "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": 0.028268965667691725,
90
+ "min": -0.37212292857286405,
91
+ "max": 0.1393845412466261,
92
+ "count": 88
93
  },
94
  "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": 6.55840003490448,
96
+ "min": -76.28520035743713,
97
+ "max": 28.852600038051605,
98
+ "count": 88
99
  },
100
  "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": 0.028268965667691725,
102
+ "min": -0.37212292857286405,
103
+ "max": 0.1393845412466261,
104
+ "count": 88
105
  },
106
  "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": 6.55840003490448,
108
+ "min": -76.28520035743713,
109
+ "max": 28.852600038051605,
110
+ "count": 88
111
  },
112
  "SoccerTwos.IsTraining.mean": {
113
  "value": 1.0,
114
  "min": 1.0,
115
  "max": 1.0,
116
+ "count": 88
117
  },
118
  "SoccerTwos.IsTraining.sum": {
119
  "value": 1.0,
120
  "min": 1.0,
121
  "max": 1.0,
122
+ "count": 88
123
  },
124
  "SoccerTwos.Losses.PolicyLoss.mean": {
125
+ "value": 0.01801625022975107,
126
+ "min": 0.011879822385465862,
127
+ "max": 0.02180827030679211,
128
+ "count": 42
129
  },
130
  "SoccerTwos.Losses.PolicyLoss.sum": {
131
+ "value": 0.01801625022975107,
132
+ "min": 0.011879822385465862,
133
+ "max": 0.02180827030679211,
134
+ "count": 42
135
  },
136
  "SoccerTwos.Losses.ValueLoss.mean": {
137
+ "value": 0.08463414534926414,
138
+ "min": 0.07863207459449768,
139
+ "max": 0.09561808233459791,
140
+ "count": 42
141
  },
142
  "SoccerTwos.Losses.ValueLoss.sum": {
143
+ "value": 0.08463414534926414,
144
+ "min": 0.07863207459449768,
145
+ "max": 0.09561808233459791,
146
+ "count": 42
147
  },
148
  "SoccerTwos.Losses.BaselineLoss.mean": {
149
+ "value": 0.08579889833927154,
150
+ "min": 0.07998814011613528,
151
+ "max": 0.0967168872555097,
152
+ "count": 42
153
  },
154
  "SoccerTwos.Losses.BaselineLoss.sum": {
155
+ "value": 0.08579889833927154,
156
+ "min": 0.07998814011613528,
157
+ "max": 0.0967168872555097,
158
+ "count": 42
159
  },
160
  "SoccerTwos.Policy.LearningRate.mean": {
161
  "value": 0.0003,
162
  "min": 0.0003,
163
  "max": 0.0003,
164
+ "count": 42
165
  },
166
  "SoccerTwos.Policy.LearningRate.sum": {
167
  "value": 0.0003,
168
  "min": 0.0003,
169
  "max": 0.0003,
170
+ "count": 42
171
  },
172
  "SoccerTwos.Policy.Epsilon.mean": {
173
  "value": 0.20000000000000007,
174
  "min": 0.20000000000000007,
175
  "max": 0.20000000000000007,
176
+ "count": 42
177
  },
178
  "SoccerTwos.Policy.Epsilon.sum": {
179
  "value": 0.20000000000000007,
180
  "min": 0.20000000000000007,
181
  "max": 0.20000000000000007,
182
+ "count": 42
183
  },
184
  "SoccerTwos.Policy.Beta.mean": {
185
  "value": 0.005000000000000001,
186
  "min": 0.005000000000000001,
187
  "max": 0.005000000000000001,
188
+ "count": 42
189
  },
190
  "SoccerTwos.Policy.Beta.sum": {
191
  "value": 0.005000000000000001,
192
  "min": 0.005000000000000001,
193
  "max": 0.005000000000000001,
194
+ "count": 42
195
  }
196
  },
197
  "metadata": {
198
  "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1691410106",
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": "1691413365"
208
  },
209
+ "total": 3259.086342517,
210
  "count": 1,
211
+ "self": 0.7392523739999888,
212
  "children": {
213
  "run_training.setup": {
214
+ "total": 0.0587807919999932,
215
  "count": 1,
216
+ "self": 0.0587807919999932
217
  },
218
  "TrainerController.start_learning": {
219
+ "total": 3258.288309351,
220
  "count": 1,
221
+ "self": 1.7680477739754679,
222
  "children": {
223
  "TrainerController._reset_env": {
224
+ "total": 2.445354537000469,
225
+ "count": 5,
226
+ "self": 2.445354537000469
227
  },
228
  "TrainerController.advance": {
229
+ "total": 3254.074117151024,
230
+ "count": 62738,
231
+ "self": 1.533715553028287,
232
  "children": {
233
  "env_step": {
234
+ "total": 1273.310644220974,
235
+ "count": 62738,
236
+ "self": 1062.8171075409816,
237
  "children": {
238
  "SubprocessEnvManager._take_step": {
239
+ "total": 209.46814199198388,
240
+ "count": 62738,
241
+ "self": 7.206732080007555,
242
  "children": {
243
  "TorchPolicy.evaluate": {
244
+ "total": 202.26140991197633,
245
+ "count": 111152,
246
+ "self": 202.26140991197633
247
  }
248
  }
249
  },
250
  "workers": {
251
+ "total": 1.0253946880084754,
252
+ "count": 62737,
253
  "self": 0.0,
254
  "children": {
255
  "worker_root": {
256
+ "total": 3254.072856265011,
257
+ "count": 62737,
258
  "is_parallel": true,
259
+ "self": 2366.7271369250225,
260
  "children": {
261
  "run_training.setup": {
262
  "total": 0.0,
 
265
  "self": 0.0,
266
  "children": {
267
  "steps_from_proto": {
268
+ "total": 0.00983552799999643,
269
  "count": 2,
270
  "is_parallel": true,
271
+ "self": 0.00724677799996698,
272
  "children": {
273
  "_process_rank_one_or_two_observation": {
274
+ "total": 0.0025887500000294494,
275
  "count": 8,
276
  "is_parallel": true,
277
+ "self": 0.0025887500000294494
278
  }
279
  }
280
  },
281
  "UnityEnvironment.step": {
282
+ "total": 0.04980938699998205,
283
  "count": 1,
284
  "is_parallel": true,
285
+ "self": 0.0012535100000832244,
286
  "children": {
287
  "UnityEnvironment._generate_step_input": {
288
+ "total": 0.0007586599999740429,
289
  "count": 1,
290
  "is_parallel": true,
291
+ "self": 0.0007586599999740429
292
  },
293
  "communicator.exchange": {
294
+ "total": 0.044380516999979136,
295
  "count": 1,
296
  "is_parallel": true,
297
+ "self": 0.044380516999979136
298
  },
299
  "steps_from_proto": {
300
+ "total": 0.0034166999999456493,
301
  "count": 2,
302
  "is_parallel": true,
303
+ "self": 0.000673259999871334,
304
  "children": {
305
  "_process_rank_one_or_two_observation": {
306
+ "total": 0.0027434400000743153,
307
  "count": 8,
308
  "is_parallel": true,
309
+ "self": 0.0027434400000743153
310
  }
311
  }
312
  }
 
315
  }
316
  },
317
  "steps_from_proto": {
318
+ "total": 0.008660468999892146,
319
+ "count": 8,
320
  "is_parallel": true,
321
+ "self": 0.0016107209999631777,
322
  "children": {
323
  "_process_rank_one_or_two_observation": {
324
+ "total": 0.007049747999928968,
325
+ "count": 32,
326
  "is_parallel": true,
327
+ "self": 0.007049747999928968
328
  }
329
  }
330
  },
331
  "UnityEnvironment.step": {
332
+ "total": 887.3370588709888,
333
+ "count": 62736,
334
  "is_parallel": true,
335
+ "self": 55.339384674010375,
336
  "children": {
337
  "UnityEnvironment._generate_step_input": {
338
+ "total": 27.926248527957114,
339
+ "count": 62736,
340
  "is_parallel": true,
341
+ "self": 27.926248527957114
342
  },
343
  "communicator.exchange": {
344
+ "total": 637.3668925890175,
345
+ "count": 62736,
346
  "is_parallel": true,
347
+ "self": 637.3668925890175
348
  },
349
  "steps_from_proto": {
350
+ "total": 166.70453308000378,
351
+ "count": 125472,
352
  "is_parallel": true,
353
+ "self": 30.377168298046172,
354
  "children": {
355
  "_process_rank_one_or_two_observation": {
356
+ "total": 136.3273647819576,
357
+ "count": 501888,
358
  "is_parallel": true,
359
+ "self": 136.3273647819576
360
  }
361
  }
362
  }
 
369
  }
370
  },
371
  "trainer_advance": {
372
+ "total": 1979.2297573770218,
373
+ "count": 62737,
374
+ "self": 12.382054871022092,
375
  "children": {
376
  "process_trajectory": {
377
+ "total": 311.74384310800116,
378
+ "count": 62737,
379
+ "self": 311.2617028940011,
380
  "children": {
381
  "RLTrainer._checkpoint": {
382
+ "total": 0.4821402140000828,
383
+ "count": 1,
384
+ "self": 0.4821402140000828
385
  }
386
  }
387
  },
388
  "_update_policy": {
389
+ "total": 1655.1038593979986,
390
+ "count": 43,
391
+ "self": 144.60367413699691,
392
  "children": {
393
  "TorchPOCAOptimizer.update": {
394
+ "total": 1510.5001852610017,
395
+ "count": 1290,
396
+ "self": 1510.5001852610017
397
  }
398
  }
399
  }
 
402
  }
403
  },
404
  "trainer_threads": {
405
+ "total": 1.0690000635804608e-06,
406
  "count": 1,
407
+ "self": 1.0690000635804608e-06
408
  },
409
  "TrainerController._save_models": {
410
+ "total": 0.0007888199997978518,
411
  "count": 1,
412
+ "self": 3.7939999856462236e-05,
413
  "children": {
414
  "RLTrainer._checkpoint": {
415
+ "total": 0.0007508799999413895,
416
  "count": 1,
417
+ "self": 0.0007508799999413895
418
  }
419
  }
420
  }
run_logs/training_status.json CHANGED
@@ -1,15 +1,6 @@
1
  {
2
  "SoccerTwos": {
3
  "checkpoints": [
4
- {
5
- "steps": 11397816,
6
- "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-11397816.onnx",
7
- "reward": null,
8
- "creation_time": 1691333783.8306155,
9
- "auxillary_file_paths": [
10
- "results/SoccerTwos/SoccerTwos/SoccerTwos-11397816.pt"
11
- ]
12
- },
13
  {
14
  "steps": 11499962,
15
  "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-11499962.onnx",
@@ -45,9 +36,18 @@
45
  "auxillary_file_paths": [
46
  "results/SoccerTwos/SoccerTwos/SoccerTwos-12500022.pt"
47
  ]
 
 
 
 
 
 
 
 
 
48
  }
49
  ],
50
- "elo": 1501.2307928593602,
51
  "final_checkpoint": {
52
  "steps": 12500022,
53
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",
 
1
  {
2
  "SoccerTwos": {
3
  "checkpoints": [
 
 
 
 
 
 
 
 
 
4
  {
5
  "steps": 11499962,
6
  "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-11499962.onnx",
 
36
  "auxillary_file_paths": [
37
  "results/SoccerTwos/SoccerTwos/SoccerTwos-12500022.pt"
38
  ]
39
+ },
40
+ {
41
+ "steps": 12999992,
42
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-12999992.onnx",
43
+ "reward": 0.0,
44
+ "creation_time": 1691411948.116917,
45
+ "auxillary_file_paths": [
46
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-12999992.pt"
47
+ ]
48
  }
49
  ],
50
+ "elo": 1501.5317486329445,
51
  "final_checkpoint": {
52
  "steps": 12500022,
53
  "file_path": "results/SoccerTwos/SoccerTwos.onnx",