jofrank commited on
Commit
25dcf10
·
verified ·
1 Parent(s): c379f82

First Push

Browse files
SnowballTarget/SnowballTarget-128.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61fa9775e43c52fa00cef6fe8f4c3e76b3e1b44fd0814f15ca007c25e34d0fe7
3
+ size 649740
SnowballTarget/SnowballTarget-128.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685af99028c89d8729c77f235857d4568f77b231eb56030109995d1491911961
3
+ size 1286685
SnowballTarget/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01056359fc12249b4f5aa56da391065ffb648f6333f57bcbd741e1803f0d59ac
3
  size 1286389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e9e75476921ec50bb5fd54812659fa487a00688b6db788f2df93d954c208db5
3
  size 1286389
SnowballTarget/events.out.tfevents.1751391139.941e8fde8427.8501.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc29ef47afaf8301b09c3a7d4ea1c09d5545ce4b1bb99a6ca367d33a865a286
3
+ size 1114
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 50000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 10, "even_checkpoints": false, "max_steps": 20, "time_horizon": 64, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SnowballTarget/SnowballTarget", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "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, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SnowballTarget1", "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": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 50000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 10, "even_checkpoints": false, "max_steps": 200000, "time_horizon": 64, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SnowballTarget/SnowballTarget", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "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, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SnowballTarget1", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml CHANGED
@@ -38,7 +38,7 @@ behaviors:
38
  init_path: null
39
  keep_checkpoints: 10
40
  even_checkpoints: false
41
- max_steps: 20
42
  time_horizon: 64
43
  summary_freq: 10000
44
  threaded: true
 
38
  init_path: null
39
  keep_checkpoints: 10
40
  even_checkpoints: false
41
+ max_steps: 200000
42
  time_horizon: 64
43
  summary_freq: 10000
44
  threaded: true
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.080 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)
@@ -42,7 +42,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
42
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
43
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
- UnloadTime: 0.624743 ms
46
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
  requesting resize 84 x 84
48
  Setting up 1 worker threads for Enlighten.
@@ -50,7 +50,7 @@ Memory Statistics:
50
  [ALLOC_TEMP_TLS] TLS Allocator
51
  StackAllocators :
52
  [ALLOC_TEMP_MAIN]
53
- Peak usage frame count: [8.0 KB-16.0 KB]: 19 frames, [2.0 MB-4.0 MB]: 1 frames
54
  Initial Block Size 4.0 MB
55
  Current Block Size 4.0 MB
56
  Peak Allocated Bytes 2.0 MB
@@ -172,16 +172,16 @@ Memory Statistics:
172
  Used Block count 1
173
  Peak Allocated bytes 1.0 MB
174
  [ALLOC_DEFAULT_MAIN]
175
- Peak usage frame count: [4.0 MB-8.0 MB]: 20 frames
176
  Requested Block Size 16.0 MB
177
  Peak Block count 1
178
- Peak Allocated memory 5.2 MB
179
  Peak Large allocation bytes 0 B
180
  [ALLOC_DEFAULT_THREAD]
181
- Peak usage frame count: [16.0 MB-32.0 MB]: 20 frames
182
  Requested Block Size 16.0 MB
183
  Peak Block count 1
184
- Peak Allocated memory 17.3 MB
185
  Peak Large allocation bytes 16.0 MB
186
  [ALLOC_TEMP_JOB_1_FRAME]
187
  Initial Block Size 2.0 MB
@@ -195,7 +195,7 @@ Memory Statistics:
195
  Overflow Count (full) 0
196
  [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
197
  Initial Block Size 2.0 MB
198
- Used Block Count 1
199
  Overflow Count (too large) 0
200
  Overflow Count (full) 0
201
  [ALLOC_TEMP_JOB_ASYNC (Background)]
@@ -210,13 +210,13 @@ Memory Statistics:
210
  Used Block count 1
211
  Peak Allocated bytes 1.0 MB
212
  [ALLOC_GFX_MAIN]
213
- Peak usage frame count: [32.0 KB-64.0 KB]: 18 frames, [64.0 KB-128.0 KB]: 2 frames
214
  Requested Block Size 16.0 MB
215
  Peak Block count 1
216
  Peak Allocated memory 65.6 KB
217
  Peak Large allocation bytes 0 B
218
  [ALLOC_GFX_THREAD]
219
- Peak usage frame count: [32.0 KB-64.0 KB]: 20 frames
220
  Requested Block Size 16.0 MB
221
  Peak Block count 1
222
  Peak Allocated memory 39.6 KB
@@ -228,13 +228,13 @@ Memory Statistics:
228
  Used Block count 1
229
  Peak Allocated bytes 1.0 MB
230
  [ALLOC_CACHEOBJECTS_MAIN]
231
- Peak usage frame count: [0.5 MB-1.0 MB]: 20 frames
232
  Requested Block Size 4.0 MB
233
  Peak Block count 1
234
  Peak Allocated memory 0.6 MB
235
  Peak Large allocation bytes 0 B
236
  [ALLOC_CACHEOBJECTS_THREAD]
237
- Peak usage frame count: [0.5 MB-1.0 MB]: 19 frames, [2.0 MB-4.0 MB]: 1 frames
238
  Requested Block Size 4.0 MB
239
  Peak Block count 1
240
  Peak Allocated memory 2.2 MB
@@ -246,13 +246,13 @@ Memory Statistics:
246
  Used Block count 1
247
  Peak Allocated bytes 1.0 MB
248
  [ALLOC_TYPETREE_MAIN]
249
- Peak usage frame count: [0-1.0 KB]: 20 frames
250
  Requested Block Size 2.0 MB
251
  Peak Block count 1
252
  Peak Allocated memory 1.0 KB
253
  Peak Large allocation bytes 0 B
254
  [ALLOC_TYPETREE_THREAD]
255
- Peak usage frame count: [1.0 KB-2.0 KB]: 20 frames
256
  Requested Block Size 2.0 MB
257
  Peak Block count 1
258
  Peak Allocated memory 1.7 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.077 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)
 
42
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
43
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ UnloadTime: 0.626748 ms
46
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
  requesting resize 84 x 84
48
  Setting up 1 worker threads for Enlighten.
 
50
  [ALLOC_TEMP_TLS] TLS Allocator
51
  StackAllocators :
52
  [ALLOC_TEMP_MAIN]
53
+ Peak usage frame count: [8.0 KB-16.0 KB]: 38 frames, [2.0 MB-4.0 MB]: 1 frames
54
  Initial Block Size 4.0 MB
55
  Current Block Size 4.0 MB
56
  Peak Allocated Bytes 2.0 MB
 
172
  Used Block count 1
173
  Peak Allocated bytes 1.0 MB
174
  [ALLOC_DEFAULT_MAIN]
175
+ Peak usage frame count: [4.0 MB-8.0 MB]: 39 frames
176
  Requested Block Size 16.0 MB
177
  Peak Block count 1
178
+ Peak Allocated memory 4.7 MB
179
  Peak Large allocation bytes 0 B
180
  [ALLOC_DEFAULT_THREAD]
181
+ Peak usage frame count: [16.0 MB-32.0 MB]: 39 frames
182
  Requested Block Size 16.0 MB
183
  Peak Block count 1
184
+ Peak Allocated memory 17.8 MB
185
  Peak Large allocation bytes 16.0 MB
186
  [ALLOC_TEMP_JOB_1_FRAME]
187
  Initial Block Size 2.0 MB
 
195
  Overflow Count (full) 0
196
  [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
197
  Initial Block Size 2.0 MB
198
+ Used Block Count 2
199
  Overflow Count (too large) 0
200
  Overflow Count (full) 0
201
  [ALLOC_TEMP_JOB_ASYNC (Background)]
 
210
  Used Block count 1
211
  Peak Allocated bytes 1.0 MB
212
  [ALLOC_GFX_MAIN]
213
+ Peak usage frame count: [32.0 KB-64.0 KB]: 36 frames, [64.0 KB-128.0 KB]: 3 frames
214
  Requested Block Size 16.0 MB
215
  Peak Block count 1
216
  Peak Allocated memory 65.6 KB
217
  Peak Large allocation bytes 0 B
218
  [ALLOC_GFX_THREAD]
219
+ Peak usage frame count: [32.0 KB-64.0 KB]: 39 frames
220
  Requested Block Size 16.0 MB
221
  Peak Block count 1
222
  Peak Allocated memory 39.6 KB
 
228
  Used Block count 1
229
  Peak Allocated bytes 1.0 MB
230
  [ALLOC_CACHEOBJECTS_MAIN]
231
+ Peak usage frame count: [0.5 MB-1.0 MB]: 39 frames
232
  Requested Block Size 4.0 MB
233
  Peak Block count 1
234
  Peak Allocated memory 0.6 MB
235
  Peak Large allocation bytes 0 B
236
  [ALLOC_CACHEOBJECTS_THREAD]
237
+ Peak usage frame count: [0.5 MB-1.0 MB]: 38 frames, [2.0 MB-4.0 MB]: 1 frames
238
  Requested Block Size 4.0 MB
239
  Peak Block count 1
240
  Peak Allocated memory 2.2 MB
 
246
  Used Block count 1
247
  Peak Allocated bytes 1.0 MB
248
  [ALLOC_TYPETREE_MAIN]
249
+ Peak usage frame count: [0-1.0 KB]: 39 frames
250
  Requested Block Size 2.0 MB
251
  Peak Block count 1
252
  Peak Allocated memory 1.0 KB
253
  Peak Large allocation bytes 0 B
254
  [ALLOC_TYPETREE_THREAD]
255
+ Peak usage frame count: [1.0 KB-2.0 KB]: 39 frames
256
  Requested Block Size 2.0 MB
257
  Peak Block count 1
258
  Peak Allocated memory 1.7 KB
run_logs/timers.json CHANGED
@@ -2,7 +2,7 @@
2
  "name": "root",
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
- "start_time_seconds": "1751391025",
6
  "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
7
  "command_line_arguments": "/usr/local/bin/mlagents-learn /content/ml-agents/config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics --resume",
8
  "mlagents_version": "1.2.0.dev0",
@@ -10,59 +10,59 @@
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "2.7.1+cu126",
12
  "numpy_version": "1.23.5",
13
- "end_time_seconds": "1751391028"
14
  },
15
- "total": 3.969384375000118,
16
  "count": 1,
17
- "self": 0.42481842400025016,
18
  "children": {
19
  "run_training.setup": {
20
- "total": 0.01992875699988872,
21
  "count": 1,
22
- "self": 0.01992875699988872
23
  },
24
  "TrainerController.start_learning": {
25
- "total": 3.524637193999979,
26
  "count": 1,
27
- "self": 0.0021188020004956343,
28
  "children": {
29
  "TrainerController._reset_env": {
30
- "total": 1.9826891149998573,
31
  "count": 1,
32
- "self": 1.9826891149998573
33
  },
34
  "TrainerController.advance": {
35
- "total": 1.4338200819995564,
36
- "count": 65,
37
- "self": 0.0009278570000788022,
38
  "children": {
39
  "env_step": {
40
- "total": 1.4328922249994775,
41
- "count": 65,
42
- "self": 0.9404604699986976,
43
  "children": {
44
  "SubprocessEnvManager._take_step": {
45
- "total": 0.4915118700005223,
46
- "count": 65,
47
- "self": 0.004804723001598177,
48
  "children": {
49
  "TorchPolicy.evaluate": {
50
- "total": 0.48670714699892415,
51
- "count": 65,
52
- "self": 0.48670714699892415
53
  }
54
  }
55
  },
56
  "workers": {
57
- "total": 0.0009198850002576364,
58
- "count": 65,
59
  "self": 0.0,
60
  "children": {
61
  "worker_root": {
62
- "total": 3.432074438000882,
63
- "count": 65,
64
  "is_parallel": true,
65
- "self": 2.6493574890014315,
66
  "children": {
67
  "run_training.setup": {
68
  "total": 0.0,
@@ -71,48 +71,48 @@
71
  "self": 0.0,
72
  "children": {
73
  "steps_from_proto": {
74
- "total": 0.0019012400000519847,
75
  "count": 1,
76
  "is_parallel": true,
77
- "self": 0.0005703740002900304,
78
  "children": {
79
  "_process_rank_one_or_two_observation": {
80
- "total": 0.0013308659997619543,
81
  "count": 10,
82
  "is_parallel": true,
83
- "self": 0.0013308659997619543
84
  }
85
  }
86
  },
87
  "UnityEnvironment.step": {
88
- "total": 0.040666491000138194,
89
  "count": 1,
90
  "is_parallel": true,
91
- "self": 0.0006086940004479402,
92
  "children": {
93
  "UnityEnvironment._generate_step_input": {
94
- "total": 0.0003837219999240915,
95
  "count": 1,
96
  "is_parallel": true,
97
- "self": 0.0003837219999240915
98
  },
99
  "communicator.exchange": {
100
- "total": 0.03763418699986687,
101
  "count": 1,
102
  "is_parallel": true,
103
- "self": 0.03763418699986687
104
  },
105
  "steps_from_proto": {
106
- "total": 0.0020398879998992925,
107
  "count": 1,
108
  "is_parallel": true,
109
- "self": 0.00041045800003303157,
110
  "children": {
111
  "_process_rank_one_or_two_observation": {
112
- "total": 0.001629429999866261,
113
  "count": 10,
114
  "is_parallel": true,
115
- "self": 0.001629429999866261
116
  }
117
  }
118
  }
@@ -121,34 +121,34 @@
121
  }
122
  },
123
  "UnityEnvironment.step": {
124
- "total": 0.7827169489994503,
125
- "count": 64,
126
  "is_parallel": true,
127
- "self": 0.03292605999808984,
128
  "children": {
129
  "UnityEnvironment._generate_step_input": {
130
- "total": 0.0188688670002648,
131
- "count": 64,
132
  "is_parallel": true,
133
- "self": 0.0188688670002648
134
  },
135
  "communicator.exchange": {
136
- "total": 0.6220937480002249,
137
- "count": 64,
138
  "is_parallel": true,
139
- "self": 0.6220937480002249
140
  },
141
  "steps_from_proto": {
142
- "total": 0.1088282740008708,
143
- "count": 64,
144
  "is_parallel": true,
145
- "self": 0.020436070996311173,
146
  "children": {
147
  "_process_rank_one_or_two_observation": {
148
- "total": 0.08839220300455963,
149
- "count": 640,
150
  "is_parallel": true,
151
- "self": 0.08839220300455963
152
  }
153
  }
154
  }
@@ -163,9 +163,9 @@
163
  }
164
  },
165
  "trainer_threads": {
166
- "total": 1.2345000186542165e-05,
167
  "count": 1,
168
- "self": 1.2345000186542165e-05,
169
  "children": {
170
  "thread_root": {
171
  "total": 0.0,
@@ -174,16 +174,16 @@
174
  "self": 0.0,
175
  "children": {
176
  "trainer_advance": {
177
- "total": 1.3712360410097517,
178
- "count": 5164,
179
  "is_parallel": true,
180
- "self": 0.0712169009993886,
181
  "children": {
182
  "process_trajectory": {
183
- "total": 1.3000191400103631,
184
- "count": 5164,
185
  "is_parallel": true,
186
- "self": 1.3000191400103631
187
  }
188
  }
189
  }
@@ -192,14 +192,14 @@
192
  }
193
  },
194
  "TrainerController._save_models": {
195
- "total": 0.10599684999988312,
196
  "count": 1,
197
- "self": 0.0009554189998652873,
198
  "children": {
199
  "RLTrainer._checkpoint": {
200
- "total": 0.10504143100001784,
201
  "count": 1,
202
- "self": 0.10504143100001784
203
  }
204
  }
205
  }
 
2
  "name": "root",
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1751391139",
6
  "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
7
  "command_line_arguments": "/usr/local/bin/mlagents-learn /content/ml-agents/config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics --resume",
8
  "mlagents_version": "1.2.0.dev0",
 
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "2.7.1+cu126",
12
  "numpy_version": "1.23.5",
13
+ "end_time_seconds": "1751393476"
14
  },
15
+ "total": 2337.0437180909994,
16
  "count": 1,
17
+ "self": 0.24333804499929101,
18
  "children": {
19
  "run_training.setup": {
20
+ "total": 0.020721111000057135,
21
  "count": 1,
22
+ "self": 0.020721111000057135
23
  },
24
  "TrainerController.start_learning": {
25
+ "total": 2336.779658935,
26
  "count": 1,
27
+ "self": 0.004203290000987181,
28
  "children": {
29
  "TrainerController._reset_env": {
30
+ "total": 2.0132647939999515,
31
  "count": 1,
32
+ "self": 2.0132647939999515
33
  },
34
  "TrainerController.advance": {
35
+ "total": 2334.578434446,
36
+ "count": 128,
37
+ "self": 0.0018182819985668175,
38
  "children": {
39
  "env_step": {
40
+ "total": 2334.5766161640013,
41
+ "count": 128,
42
+ "self": 2333.8681802739998,
43
  "children": {
44
  "SubprocessEnvManager._take_step": {
45
+ "total": 0.7067999310008872,
46
+ "count": 128,
47
+ "self": 0.008926452001787766,
48
  "children": {
49
  "TorchPolicy.evaluate": {
50
+ "total": 0.6978734789990995,
51
+ "count": 128,
52
+ "self": 0.6978734789990995
53
  }
54
  }
55
  },
56
  "workers": {
57
+ "total": 0.0016359590006231883,
58
+ "count": 128,
59
  "self": 0.0,
60
  "children": {
61
  "worker_root": {
62
+ "total": 4.431392354001218,
63
+ "count": 128,
64
  "is_parallel": true,
65
+ "self": 3.0071472290003385,
66
  "children": {
67
  "run_training.setup": {
68
  "total": 0.0,
 
71
  "self": 0.0,
72
  "children": {
73
  "steps_from_proto": {
74
+ "total": 0.002074404000040886,
75
  "count": 1,
76
  "is_parallel": true,
77
+ "self": 0.0006399750000127824,
78
  "children": {
79
  "_process_rank_one_or_two_observation": {
80
+ "total": 0.0014344290000281035,
81
  "count": 10,
82
  "is_parallel": true,
83
+ "self": 0.0014344290000281035
84
  }
85
  }
86
  },
87
  "UnityEnvironment.step": {
88
+ "total": 0.036056239000117785,
89
  "count": 1,
90
  "is_parallel": true,
91
+ "self": 0.0005636120001781819,
92
  "children": {
93
  "UnityEnvironment._generate_step_input": {
94
+ "total": 0.00041112999997494626,
95
  "count": 1,
96
  "is_parallel": true,
97
+ "self": 0.00041112999997494626
98
  },
99
  "communicator.exchange": {
100
+ "total": 0.03316627399999561,
101
  "count": 1,
102
  "is_parallel": true,
103
+ "self": 0.03316627399999561
104
  },
105
  "steps_from_proto": {
106
+ "total": 0.0019152229999690462,
107
  "count": 1,
108
  "is_parallel": true,
109
+ "self": 0.00036472500005402253,
110
  "children": {
111
  "_process_rank_one_or_two_observation": {
112
+ "total": 0.0015504979999150237,
113
  "count": 10,
114
  "is_parallel": true,
115
+ "self": 0.0015504979999150237
116
  }
117
  }
118
  }
 
121
  }
122
  },
123
  "UnityEnvironment.step": {
124
+ "total": 1.4242451250008799,
125
+ "count": 127,
126
  "is_parallel": true,
127
+ "self": 0.06565387100135922,
128
  "children": {
129
  "UnityEnvironment._generate_step_input": {
130
+ "total": 0.03739318899874888,
131
+ "count": 127,
132
  "is_parallel": true,
133
+ "self": 0.03739318899874888
134
  },
135
  "communicator.exchange": {
136
+ "total": 1.1028060820017345,
137
+ "count": 127,
138
  "is_parallel": true,
139
+ "self": 1.1028060820017345
140
  },
141
  "steps_from_proto": {
142
+ "total": 0.21839198299903728,
143
+ "count": 127,
144
  "is_parallel": true,
145
+ "self": 0.04156732599449242,
146
  "children": {
147
  "_process_rank_one_or_two_observation": {
148
+ "total": 0.17682465700454486,
149
+ "count": 1270,
150
  "is_parallel": true,
151
+ "self": 0.17682465700454486
152
  }
153
  }
154
  }
 
163
  }
164
  },
165
  "trainer_threads": {
166
+ "total": 2.8640999516937882e-05,
167
  "count": 1,
168
+ "self": 2.8640999516937882e-05,
169
  "children": {
170
  "thread_root": {
171
  "total": 0.0,
 
174
  "self": 0.0,
175
  "children": {
176
  "trainer_advance": {
177
+ "total": 1.3582814709998274,
178
+ "count": 5486,
179
  "is_parallel": true,
180
+ "self": 0.07505729698937103,
181
  "children": {
182
  "process_trajectory": {
183
+ "total": 1.2832241740104564,
184
+ "count": 5486,
185
  "is_parallel": true,
186
+ "self": 1.2832241740104564
187
  }
188
  }
189
  }
 
192
  }
193
  },
194
  "TrainerController._save_models": {
195
+ "total": 0.183727763999741,
196
  "count": 1,
197
+ "self": 0.001726135000353679,
198
  "children": {
199
  "RLTrainer._checkpoint": {
200
+ "total": 0.18200162899938732,
201
  "count": 1,
202
+ "self": 0.18200162899938732
203
  }
204
  }
205
  }
run_logs/training_status.json CHANGED
@@ -23,15 +23,24 @@
23
  "auxillary_file_paths": [
24
  "results/SnowballTarget1/SnowballTarget/SnowballTarget-64.pt"
25
  ]
 
 
 
 
 
 
 
 
 
26
  }
27
  ],
28
  "final_checkpoint": {
29
- "steps": 64,
30
  "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
31
  "reward": null,
32
- "creation_time": 1751391028.5468974,
33
  "auxillary_file_paths": [
34
- "results/SnowballTarget1/SnowballTarget/SnowballTarget-64.pt"
35
  ]
36
  }
37
  }
 
23
  "auxillary_file_paths": [
24
  "results/SnowballTarget1/SnowballTarget/SnowballTarget-64.pt"
25
  ]
26
+ },
27
+ {
28
+ "steps": 128,
29
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-128.onnx",
30
+ "reward": null,
31
+ "creation_time": 1751393476.2443502,
32
+ "auxillary_file_paths": [
33
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-128.pt"
34
+ ]
35
  }
36
  ],
37
  "final_checkpoint": {
38
+ "steps": 128,
39
  "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
40
  "reward": null,
41
+ "creation_time": 1751393476.2443502,
42
  "auxillary_file_paths": [
43
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-128.pt"
44
  ]
45
  }
46
  }