rguntz commited on
Commit
9e8ef5f
Β·
verified Β·
1 Parent(s): 9693504

Upload folder using huggingface_hub

Browse files
Files changed (28) hide show
  1. checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/config.json +92 -0
  2. checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/model.safetensors +3 -0
  3. checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_postprocessor.json +32 -0
  4. checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  5. checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_preprocessor.json +56 -0
  6. checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  7. checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/train_config.json +302 -0
  8. checkpoints/dagger/1iter/checkpoints/014000/training_state/optimizer_param_groups.json +396 -0
  9. checkpoints/dagger/1iter/checkpoints/014000/training_state/optimizer_state.safetensors +3 -0
  10. checkpoints/dagger/1iter/checkpoints/014000/training_state/rng_state.safetensors +3 -0
  11. checkpoints/dagger/1iter/checkpoints/014000/training_state/scheduler_state.json +15 -0
  12. checkpoints/dagger/1iter/checkpoints/014000/training_state/training_step.json +3 -0
  13. checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/config.json +92 -0
  14. checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/model.safetensors +3 -0
  15. checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_postprocessor.json +32 -0
  16. checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  17. checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_preprocessor.json +56 -0
  18. checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  19. checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/train_config.json +302 -0
  20. checkpoints/dagger/1iter/checkpoints/016000/training_state/optimizer_param_groups.json +396 -0
  21. checkpoints/dagger/1iter/checkpoints/016000/training_state/optimizer_state.safetensors +3 -0
  22. checkpoints/dagger/1iter/checkpoints/016000/training_state/rng_state.safetensors +3 -0
  23. checkpoints/dagger/1iter/checkpoints/016000/training_state/scheduler_state.json +15 -0
  24. checkpoints/dagger/1iter/checkpoints/016000/training_state/training_step.json +3 -0
  25. checkpoints/dagger/1iter/wandb/debug-internal.log +52 -0
  26. checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/files/output.log +187 -1
  27. checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/logs/debug-internal.log +52 -0
  28. checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/run-ql0pvhal.wandb +2 -2
checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": false,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model",
37
+ "horizon": 16,
38
+ "n_action_steps": 8,
39
+ "normalization_mapping": {
40
+ "VISUAL": "MEAN_STD",
41
+ "STATE": "MIN_MAX",
42
+ "ACTION": "MIN_MAX"
43
+ },
44
+ "drop_n_last_frames": 7,
45
+ "vision_backbone_type": "dinov2",
46
+ "vision_encoder_name": "facebook/dinov2-small",
47
+ "freeze_vision_encoder": true,
48
+ "vision_backbone": "resnet18",
49
+ "resize_shape": [
50
+ 224,
51
+ 224
52
+ ],
53
+ "crop_ratio": 1.0,
54
+ "crop_shape": null,
55
+ "crop_is_random": true,
56
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
57
+ "use_group_norm": false,
58
+ "spatial_softmax_num_keypoints": 32,
59
+ "vit_pool_type": "spatial_softmax",
60
+ "vit_feature_dim": 512,
61
+ "use_separate_rgb_encoder_per_camera": true,
62
+ "down_dims": [
63
+ 512,
64
+ 1024,
65
+ 2048
66
+ ],
67
+ "kernel_size": 5,
68
+ "n_groups": 8,
69
+ "diffusion_step_embed_dim": 128,
70
+ "use_film_scale_modulation": true,
71
+ "noise_scheduler_type": "DDPM",
72
+ "num_train_timesteps": 100,
73
+ "beta_schedule": "squaredcos_cap_v2",
74
+ "beta_start": 0.0001,
75
+ "beta_end": 0.02,
76
+ "prediction_type": "epsilon",
77
+ "clip_sample": true,
78
+ "clip_sample_range": 1.0,
79
+ "num_inference_steps": 100,
80
+ "compile_model": false,
81
+ "compile_mode": "reduce-overhead",
82
+ "do_mask_loss_for_padding": false,
83
+ "optimizer_lr": 5e-05,
84
+ "optimizer_betas": [
85
+ 0.95,
86
+ 0.999
87
+ ],
88
+ "optimizer_eps": 1e-08,
89
+ "optimizer_weight_decay": 1e-06,
90
+ "scheduler_name": "cosine",
91
+ "scheduler_warmup_steps": 100
92
+ }
checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53737127558409137030ddbb8666a4f496c2cc59c9bffd98279c72761a45f2b1
3
+ size 1095367712
checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cffd05b8fcb092f386f0047017f12099a576aa260612cfb4a12f36d9746bfa
3
+ size 6560
checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 6
30
+ ]
31
+ },
32
+ "observation.images.front": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 6
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MIN_MAX",
50
+ "ACTION": "MIN_MAX"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
+ }
55
+ ]
56
+ }
checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cffd05b8fcb092f386f0047017f12099a576aa260612cfb4a12f36d9746bfa
3
+ size 6560
checkpoints/dagger/1iter/checkpoints/014000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/dagger_episodes",
4
+ "root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_dagger_628",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "same_cloth_color": false,
11
+ "tfs": {
12
+ "color_jitter": {
13
+ "weight": 1.5,
14
+ "type": "ColorJitter",
15
+ "kwargs": {
16
+ "brightness": [
17
+ 0.7,
18
+ 1.3
19
+ ],
20
+ "contrast": [
21
+ 0.7,
22
+ 1.3
23
+ ],
24
+ "saturation": [
25
+ 0.4,
26
+ 1.6
27
+ ],
28
+ "hue": [
29
+ -0.5,
30
+ 0.5
31
+ ]
32
+ }
33
+ },
34
+ "grayscale": {
35
+ "weight": 0.5,
36
+ "type": "RandomGrayscale",
37
+ "kwargs": {
38
+ "p": 1.0
39
+ }
40
+ },
41
+ "shadow": {
42
+ "weight": 0.8,
43
+ "type": "RandomShadow",
44
+ "kwargs": {
45
+ "num_shadows": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "intensity": [
50
+ 0.4,
51
+ 0.7
52
+ ],
53
+ "blur_sigma": [
54
+ 4.0,
55
+ 20.0
56
+ ]
57
+ }
58
+ },
59
+ "highlight": {
60
+ "weight": 0.5,
61
+ "type": "RandomHighlight",
62
+ "kwargs": {
63
+ "num_highlights": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "intensity": [
68
+ 0.2,
69
+ 0.5
70
+ ],
71
+ "sigma": [
72
+ 20.0,
73
+ 60.0
74
+ ]
75
+ }
76
+ },
77
+ "gamma": {
78
+ "weight": 0.7,
79
+ "type": "RandomGamma",
80
+ "kwargs": {
81
+ "gamma": [
82
+ 0.6,
83
+ 1.4
84
+ ]
85
+ }
86
+ },
87
+ "blur": {
88
+ "weight": 0.0,
89
+ "type": "GaussianBlur",
90
+ "kwargs": {
91
+ "kernel_size": [
92
+ 3,
93
+ 3
94
+ ],
95
+ "sigma": [
96
+ 0.1,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "jpeg": {
102
+ "weight": 0.0,
103
+ "type": "RandomJPEG",
104
+ "kwargs": {
105
+ "quality": [
106
+ 60,
107
+ 95
108
+ ]
109
+ }
110
+ },
111
+ "crop": {
112
+ "weight": 0.5,
113
+ "type": "RandomCropPreserveSize",
114
+ "kwargs": {
115
+ "scale": [
116
+ 0.97,
117
+ 1.0
118
+ ],
119
+ "ratio": [
120
+ 0.99,
121
+ 1.01
122
+ ]
123
+ }
124
+ },
125
+ "affine": {
126
+ "weight": 0.0,
127
+ "type": "RandomAffine",
128
+ "kwargs": {
129
+ "degrees": [
130
+ -5.0,
131
+ 5.0
132
+ ],
133
+ "translate": [
134
+ 0.05,
135
+ 0.05
136
+ ]
137
+ }
138
+ },
139
+ "sharpness": {
140
+ "weight": 1.0,
141
+ "type": "SharpnessJitter",
142
+ "kwargs": {
143
+ "sharpness": [
144
+ 0.5,
145
+ 1.5
146
+ ]
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "revision": null,
152
+ "use_imagenet_stats": true,
153
+ "video_backend": "pyav",
154
+ "return_uint8": false,
155
+ "streaming": false
156
+ },
157
+ "env": null,
158
+ "policy": {
159
+ "type": "diffusion",
160
+ "n_obs_steps": 2,
161
+ "input_features": {
162
+ "observation.state": {
163
+ "type": "STATE",
164
+ "shape": [
165
+ 6
166
+ ]
167
+ },
168
+ "observation.images.front": {
169
+ "type": "VISUAL",
170
+ "shape": [
171
+ 3,
172
+ 480,
173
+ 640
174
+ ]
175
+ }
176
+ },
177
+ "output_features": {
178
+ "action": {
179
+ "type": "ACTION",
180
+ "shape": [
181
+ 6
182
+ ]
183
+ }
184
+ },
185
+ "device": "cuda",
186
+ "use_amp": false,
187
+ "use_peft": false,
188
+ "push_to_hub": false,
189
+ "repo_id": null,
190
+ "private": null,
191
+ "tags": null,
192
+ "license": null,
193
+ "pretrained_path": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model",
194
+ "horizon": 16,
195
+ "n_action_steps": 8,
196
+ "normalization_mapping": {
197
+ "VISUAL": "MEAN_STD",
198
+ "STATE": "MIN_MAX",
199
+ "ACTION": "MIN_MAX"
200
+ },
201
+ "drop_n_last_frames": 7,
202
+ "vision_backbone_type": "dinov2",
203
+ "vision_encoder_name": "facebook/dinov2-small",
204
+ "freeze_vision_encoder": true,
205
+ "vision_backbone": "resnet18",
206
+ "resize_shape": [
207
+ 224,
208
+ 224
209
+ ],
210
+ "crop_ratio": 1.0,
211
+ "crop_shape": null,
212
+ "crop_is_random": true,
213
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
214
+ "use_group_norm": false,
215
+ "spatial_softmax_num_keypoints": 32,
216
+ "vit_pool_type": "spatial_softmax",
217
+ "vit_feature_dim": 512,
218
+ "use_separate_rgb_encoder_per_camera": true,
219
+ "down_dims": [
220
+ 512,
221
+ 1024,
222
+ 2048
223
+ ],
224
+ "kernel_size": 5,
225
+ "n_groups": 8,
226
+ "diffusion_step_embed_dim": 128,
227
+ "use_film_scale_modulation": true,
228
+ "noise_scheduler_type": "DDPM",
229
+ "num_train_timesteps": 100,
230
+ "beta_schedule": "squaredcos_cap_v2",
231
+ "beta_start": 0.0001,
232
+ "beta_end": 0.02,
233
+ "prediction_type": "epsilon",
234
+ "clip_sample": true,
235
+ "clip_sample_range": 1.0,
236
+ "num_inference_steps": 100,
237
+ "compile_model": false,
238
+ "compile_mode": "reduce-overhead",
239
+ "do_mask_loss_for_padding": false,
240
+ "optimizer_lr": 5e-05,
241
+ "optimizer_betas": [
242
+ 0.95,
243
+ 0.999
244
+ ],
245
+ "optimizer_eps": 1e-08,
246
+ "optimizer_weight_decay": 1e-06,
247
+ "scheduler_name": "cosine",
248
+ "scheduler_warmup_steps": 100
249
+ },
250
+ "reward_model": null,
251
+ "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_dagger_iter1_25000steps_20260520_173844",
252
+ "job_name": "diffusion_dagger_iter1_25000steps_20260520_173844",
253
+ "resume": false,
254
+ "seed": 1000,
255
+ "cudnn_deterministic": false,
256
+ "num_workers": 16,
257
+ "batch_size": 64,
258
+ "prefetch_factor": 4,
259
+ "persistent_workers": true,
260
+ "steps": 25000,
261
+ "eval_freq": 0,
262
+ "log_freq": 20,
263
+ "tolerance_s": 0.0001,
264
+ "save_checkpoint": true,
265
+ "save_freq": 2000,
266
+ "use_policy_training_preset": true,
267
+ "optimizer": {
268
+ "type": "adam",
269
+ "lr": 5e-05,
270
+ "weight_decay": 1e-06,
271
+ "grad_clip_norm": 10.0,
272
+ "betas": [
273
+ 0.95,
274
+ 0.999
275
+ ],
276
+ "eps": 1e-08
277
+ },
278
+ "scheduler": {
279
+ "type": "diffuser",
280
+ "num_warmup_steps": 100,
281
+ "name": "cosine"
282
+ },
283
+ "eval": {
284
+ "n_episodes": 50,
285
+ "batch_size": 19,
286
+ "use_async_envs": true
287
+ },
288
+ "wandb": {
289
+ "enable": true,
290
+ "disable_artifact": false,
291
+ "project": "lerobot",
292
+ "entity": null,
293
+ "notes": null,
294
+ "run_id": "ql0pvhal",
295
+ "mode": null,
296
+ "add_tags": true
297
+ },
298
+ "peft": null,
299
+ "sample_weighting": null,
300
+ "rename_map": {},
301
+ "checkpoint_path": null
302
+ }
checkpoints/dagger/1iter/checkpoints/014000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.0451865569106405e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 5e-05,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374
394
+ ]
395
+ }
396
+ ]
checkpoints/dagger/1iter/checkpoints/014000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb654971909d9cdd79275aff8ff9f48798ed70ab5367d1e316aac949f9d9ac96
3
+ size 2014217744
checkpoints/dagger/1iter/checkpoints/014000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d49eaf856a6cf883a27a6a602864966bfa3eba854eae51fc5467a90369dc133
3
+ size 15708
checkpoints/dagger/1iter/checkpoints/014000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 5e-05
4
+ ],
5
+ "last_epoch": 14000,
6
+ "_step_count": 14001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.0451865569106405e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/dagger/1iter/checkpoints/014000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 14000
3
+ }
checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": false,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model",
37
+ "horizon": 16,
38
+ "n_action_steps": 8,
39
+ "normalization_mapping": {
40
+ "VISUAL": "MEAN_STD",
41
+ "STATE": "MIN_MAX",
42
+ "ACTION": "MIN_MAX"
43
+ },
44
+ "drop_n_last_frames": 7,
45
+ "vision_backbone_type": "dinov2",
46
+ "vision_encoder_name": "facebook/dinov2-small",
47
+ "freeze_vision_encoder": true,
48
+ "vision_backbone": "resnet18",
49
+ "resize_shape": [
50
+ 224,
51
+ 224
52
+ ],
53
+ "crop_ratio": 1.0,
54
+ "crop_shape": null,
55
+ "crop_is_random": true,
56
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
57
+ "use_group_norm": false,
58
+ "spatial_softmax_num_keypoints": 32,
59
+ "vit_pool_type": "spatial_softmax",
60
+ "vit_feature_dim": 512,
61
+ "use_separate_rgb_encoder_per_camera": true,
62
+ "down_dims": [
63
+ 512,
64
+ 1024,
65
+ 2048
66
+ ],
67
+ "kernel_size": 5,
68
+ "n_groups": 8,
69
+ "diffusion_step_embed_dim": 128,
70
+ "use_film_scale_modulation": true,
71
+ "noise_scheduler_type": "DDPM",
72
+ "num_train_timesteps": 100,
73
+ "beta_schedule": "squaredcos_cap_v2",
74
+ "beta_start": 0.0001,
75
+ "beta_end": 0.02,
76
+ "prediction_type": "epsilon",
77
+ "clip_sample": true,
78
+ "clip_sample_range": 1.0,
79
+ "num_inference_steps": 100,
80
+ "compile_model": false,
81
+ "compile_mode": "reduce-overhead",
82
+ "do_mask_loss_for_padding": false,
83
+ "optimizer_lr": 5e-05,
84
+ "optimizer_betas": [
85
+ 0.95,
86
+ 0.999
87
+ ],
88
+ "optimizer_eps": 1e-08,
89
+ "optimizer_weight_decay": 1e-06,
90
+ "scheduler_name": "cosine",
91
+ "scheduler_warmup_steps": 100
92
+ }
checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b949586e69e4a4f55b9f4b32368113b1c1960aac70925e7924f0eba8f5ec56ac
3
+ size 1095367712
checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cffd05b8fcb092f386f0047017f12099a576aa260612cfb4a12f36d9746bfa
3
+ size 6560
checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 6
30
+ ]
31
+ },
32
+ "observation.images.front": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 6
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MIN_MAX",
50
+ "ACTION": "MIN_MAX"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
+ }
55
+ ]
56
+ }
checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cffd05b8fcb092f386f0047017f12099a576aa260612cfb4a12f36d9746bfa
3
+ size 6560
checkpoints/dagger/1iter/checkpoints/016000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/dagger_episodes",
4
+ "root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_dagger_628",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "same_cloth_color": false,
11
+ "tfs": {
12
+ "color_jitter": {
13
+ "weight": 1.5,
14
+ "type": "ColorJitter",
15
+ "kwargs": {
16
+ "brightness": [
17
+ 0.7,
18
+ 1.3
19
+ ],
20
+ "contrast": [
21
+ 0.7,
22
+ 1.3
23
+ ],
24
+ "saturation": [
25
+ 0.4,
26
+ 1.6
27
+ ],
28
+ "hue": [
29
+ -0.5,
30
+ 0.5
31
+ ]
32
+ }
33
+ },
34
+ "grayscale": {
35
+ "weight": 0.5,
36
+ "type": "RandomGrayscale",
37
+ "kwargs": {
38
+ "p": 1.0
39
+ }
40
+ },
41
+ "shadow": {
42
+ "weight": 0.8,
43
+ "type": "RandomShadow",
44
+ "kwargs": {
45
+ "num_shadows": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "intensity": [
50
+ 0.4,
51
+ 0.7
52
+ ],
53
+ "blur_sigma": [
54
+ 4.0,
55
+ 20.0
56
+ ]
57
+ }
58
+ },
59
+ "highlight": {
60
+ "weight": 0.5,
61
+ "type": "RandomHighlight",
62
+ "kwargs": {
63
+ "num_highlights": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "intensity": [
68
+ 0.2,
69
+ 0.5
70
+ ],
71
+ "sigma": [
72
+ 20.0,
73
+ 60.0
74
+ ]
75
+ }
76
+ },
77
+ "gamma": {
78
+ "weight": 0.7,
79
+ "type": "RandomGamma",
80
+ "kwargs": {
81
+ "gamma": [
82
+ 0.6,
83
+ 1.4
84
+ ]
85
+ }
86
+ },
87
+ "blur": {
88
+ "weight": 0.0,
89
+ "type": "GaussianBlur",
90
+ "kwargs": {
91
+ "kernel_size": [
92
+ 3,
93
+ 3
94
+ ],
95
+ "sigma": [
96
+ 0.1,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "jpeg": {
102
+ "weight": 0.0,
103
+ "type": "RandomJPEG",
104
+ "kwargs": {
105
+ "quality": [
106
+ 60,
107
+ 95
108
+ ]
109
+ }
110
+ },
111
+ "crop": {
112
+ "weight": 0.5,
113
+ "type": "RandomCropPreserveSize",
114
+ "kwargs": {
115
+ "scale": [
116
+ 0.97,
117
+ 1.0
118
+ ],
119
+ "ratio": [
120
+ 0.99,
121
+ 1.01
122
+ ]
123
+ }
124
+ },
125
+ "affine": {
126
+ "weight": 0.0,
127
+ "type": "RandomAffine",
128
+ "kwargs": {
129
+ "degrees": [
130
+ -5.0,
131
+ 5.0
132
+ ],
133
+ "translate": [
134
+ 0.05,
135
+ 0.05
136
+ ]
137
+ }
138
+ },
139
+ "sharpness": {
140
+ "weight": 1.0,
141
+ "type": "SharpnessJitter",
142
+ "kwargs": {
143
+ "sharpness": [
144
+ 0.5,
145
+ 1.5
146
+ ]
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "revision": null,
152
+ "use_imagenet_stats": true,
153
+ "video_backend": "pyav",
154
+ "return_uint8": false,
155
+ "streaming": false
156
+ },
157
+ "env": null,
158
+ "policy": {
159
+ "type": "diffusion",
160
+ "n_obs_steps": 2,
161
+ "input_features": {
162
+ "observation.state": {
163
+ "type": "STATE",
164
+ "shape": [
165
+ 6
166
+ ]
167
+ },
168
+ "observation.images.front": {
169
+ "type": "VISUAL",
170
+ "shape": [
171
+ 3,
172
+ 480,
173
+ 640
174
+ ]
175
+ }
176
+ },
177
+ "output_features": {
178
+ "action": {
179
+ "type": "ACTION",
180
+ "shape": [
181
+ 6
182
+ ]
183
+ }
184
+ },
185
+ "device": "cuda",
186
+ "use_amp": false,
187
+ "use_peft": false,
188
+ "push_to_hub": false,
189
+ "repo_id": null,
190
+ "private": null,
191
+ "tags": null,
192
+ "license": null,
193
+ "pretrained_path": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model",
194
+ "horizon": 16,
195
+ "n_action_steps": 8,
196
+ "normalization_mapping": {
197
+ "VISUAL": "MEAN_STD",
198
+ "STATE": "MIN_MAX",
199
+ "ACTION": "MIN_MAX"
200
+ },
201
+ "drop_n_last_frames": 7,
202
+ "vision_backbone_type": "dinov2",
203
+ "vision_encoder_name": "facebook/dinov2-small",
204
+ "freeze_vision_encoder": true,
205
+ "vision_backbone": "resnet18",
206
+ "resize_shape": [
207
+ 224,
208
+ 224
209
+ ],
210
+ "crop_ratio": 1.0,
211
+ "crop_shape": null,
212
+ "crop_is_random": true,
213
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
214
+ "use_group_norm": false,
215
+ "spatial_softmax_num_keypoints": 32,
216
+ "vit_pool_type": "spatial_softmax",
217
+ "vit_feature_dim": 512,
218
+ "use_separate_rgb_encoder_per_camera": true,
219
+ "down_dims": [
220
+ 512,
221
+ 1024,
222
+ 2048
223
+ ],
224
+ "kernel_size": 5,
225
+ "n_groups": 8,
226
+ "diffusion_step_embed_dim": 128,
227
+ "use_film_scale_modulation": true,
228
+ "noise_scheduler_type": "DDPM",
229
+ "num_train_timesteps": 100,
230
+ "beta_schedule": "squaredcos_cap_v2",
231
+ "beta_start": 0.0001,
232
+ "beta_end": 0.02,
233
+ "prediction_type": "epsilon",
234
+ "clip_sample": true,
235
+ "clip_sample_range": 1.0,
236
+ "num_inference_steps": 100,
237
+ "compile_model": false,
238
+ "compile_mode": "reduce-overhead",
239
+ "do_mask_loss_for_padding": false,
240
+ "optimizer_lr": 5e-05,
241
+ "optimizer_betas": [
242
+ 0.95,
243
+ 0.999
244
+ ],
245
+ "optimizer_eps": 1e-08,
246
+ "optimizer_weight_decay": 1e-06,
247
+ "scheduler_name": "cosine",
248
+ "scheduler_warmup_steps": 100
249
+ },
250
+ "reward_model": null,
251
+ "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_dagger_iter1_25000steps_20260520_173844",
252
+ "job_name": "diffusion_dagger_iter1_25000steps_20260520_173844",
253
+ "resume": false,
254
+ "seed": 1000,
255
+ "cudnn_deterministic": false,
256
+ "num_workers": 16,
257
+ "batch_size": 64,
258
+ "prefetch_factor": 4,
259
+ "persistent_workers": true,
260
+ "steps": 25000,
261
+ "eval_freq": 0,
262
+ "log_freq": 20,
263
+ "tolerance_s": 0.0001,
264
+ "save_checkpoint": true,
265
+ "save_freq": 2000,
266
+ "use_policy_training_preset": true,
267
+ "optimizer": {
268
+ "type": "adam",
269
+ "lr": 5e-05,
270
+ "weight_decay": 1e-06,
271
+ "grad_clip_norm": 10.0,
272
+ "betas": [
273
+ 0.95,
274
+ 0.999
275
+ ],
276
+ "eps": 1e-08
277
+ },
278
+ "scheduler": {
279
+ "type": "diffuser",
280
+ "num_warmup_steps": 100,
281
+ "name": "cosine"
282
+ },
283
+ "eval": {
284
+ "n_episodes": 50,
285
+ "batch_size": 19,
286
+ "use_async_envs": true
287
+ },
288
+ "wandb": {
289
+ "enable": true,
290
+ "disable_artifact": false,
291
+ "project": "lerobot",
292
+ "entity": null,
293
+ "notes": null,
294
+ "run_id": "ql0pvhal",
295
+ "mode": null,
296
+ "add_tags": true
297
+ },
298
+ "peft": null,
299
+ "sample_weighting": null,
300
+ "rename_map": {},
301
+ "checkpoint_path": null
302
+ }
checkpoints/dagger/1iter/checkpoints/016000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.4458371663745401e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 5e-05,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374
394
+ ]
395
+ }
396
+ ]
checkpoints/dagger/1iter/checkpoints/016000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e714593f3564fc23005d29de852bbe1167c6a7e335aa81b9ed2dfdd2b996c3
3
+ size 2014217744
checkpoints/dagger/1iter/checkpoints/016000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c50857f887e6e409a3b3df48f77fdf8627fbac95c0638ff6a19ae42a31befe
3
+ size 15708
checkpoints/dagger/1iter/checkpoints/016000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 5e-05
4
+ ],
5
+ "last_epoch": 16000,
6
+ "_step_count": 16001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 1.4458371663745401e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/dagger/1iter/checkpoints/016000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 16000
3
+ }
checkpoints/dagger/1iter/wandb/debug-internal.log CHANGED
@@ -193,3 +193,55 @@
193
  {"time":"2026-05-20T18:01:54.857843579Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
194
  {"time":"2026-05-20T18:02:09.720008155Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":654,"history_lines":8,"events_offset":183,"events_lines":2,"console_offset":677,"console_lines":9}
195
  {"time":"2026-05-20T18:02:09.890451443Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  {"time":"2026-05-20T18:01:54.857843579Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
194
  {"time":"2026-05-20T18:02:09.720008155Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":654,"history_lines":8,"events_offset":183,"events_lines":2,"console_offset":677,"console_lines":9}
195
  {"time":"2026-05-20T18:02:09.890451443Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
196
+ {"time":"2026-05-20T18:02:24.717058234Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":662,"history_lines":7,"events_offset":185,"events_lines":2,"console_offset":685,"console_lines":8}
197
+ {"time":"2026-05-20T18:02:24.890099671Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
198
+ {"time":"2026-05-20T18:02:39.717174623Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":669,"history_lines":8,"events_offset":187,"events_lines":2,"console_offset":692,"console_lines":9}
199
+ {"time":"2026-05-20T18:02:39.888733129Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
200
+ {"time":"2026-05-20T18:02:54.717287845Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":677,"history_lines":7,"events_offset":189,"events_lines":2,"console_offset":700,"console_lines":8}
201
+ {"time":"2026-05-20T18:02:54.964901339Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
202
+ {"time":"2026-05-20T18:03:09.717146712Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":684,"history_lines":8,"events_offset":191,"events_lines":2,"console_offset":707,"console_lines":9}
203
+ {"time":"2026-05-20T18:03:09.836440029Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
204
+ {"time":"2026-05-20T18:03:24.717233078Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":692,"history_lines":7,"events_offset":193,"events_lines":2,"console_offset":715,"console_lines":8}
205
+ {"time":"2026-05-20T18:03:24.886892527Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
206
+ {"time":"2026-05-20T18:03:39.719311599Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":699,"history_lines":4,"events_offset":195,"events_lines":2,"console_offset":723,"console_lines":5}
207
+ {"time":"2026-05-20T18:03:39.889847447Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
208
+ {"time":"2026-05-20T18:03:54.716968034Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":703,"history_lines":7,"events_offset":197,"events_lines":2,"console_offset":727,"console_lines":8}
209
+ {"time":"2026-05-20T18:03:54.908460419Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
210
+ {"time":"2026-05-20T18:04:09.716910725Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":710,"history_lines":8,"events_offset":199,"events_lines":2,"console_offset":734,"console_lines":9}
211
+ {"time":"2026-05-20T18:04:09.931324223Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
212
+ {"time":"2026-05-20T18:04:24.717248346Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":718,"history_lines":7,"events_offset":201,"events_lines":2,"console_offset":742,"console_lines":8}
213
+ {"time":"2026-05-20T18:04:25.006789509Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
214
+ {"time":"2026-05-20T18:04:39.71657933Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":725,"history_lines":8,"events_offset":203,"events_lines":2,"console_offset":749,"console_lines":9}
215
+ {"time":"2026-05-20T18:04:39.990548785Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
216
+ {"time":"2026-05-20T18:04:54.716792747Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":733,"history_lines":7,"events_offset":205,"events_lines":2,"console_offset":757,"console_lines":8}
217
+ {"time":"2026-05-20T18:04:54.955294535Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
218
+ {"time":"2026-05-20T18:05:09.716555032Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":740,"history_lines":8,"events_offset":207,"events_lines":2,"console_offset":764,"console_lines":9}
219
+ {"time":"2026-05-20T18:05:09.904312628Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
220
+ {"time":"2026-05-20T18:05:24.71756572Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":748,"history_lines":7,"events_offset":209,"events_lines":2,"console_offset":772,"console_lines":8}
221
+ {"time":"2026-05-20T18:05:24.887887836Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
222
+ {"time":"2026-05-20T18:05:39.716922465Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":755,"history_lines":8,"events_offset":211,"events_lines":2,"console_offset":779,"console_lines":9}
223
+ {"time":"2026-05-20T18:05:39.849028038Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
224
+ {"time":"2026-05-20T18:05:54.717846154Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":763,"history_lines":8,"events_offset":213,"events_lines":2,"console_offset":787,"console_lines":8}
225
+ {"time":"2026-05-20T18:05:54.882486273Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
226
+ {"time":"2026-05-20T18:06:09.716973445Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":771,"history_lines":7,"events_offset":215,"events_lines":2,"console_offset":795,"console_lines":8}
227
+ {"time":"2026-05-20T18:06:09.870791813Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
228
+ {"time":"2026-05-20T18:06:24.716815717Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":778,"history_lines":8,"events_offset":217,"events_lines":2,"console_offset":802,"console_lines":9}
229
+ {"time":"2026-05-20T18:06:24.980686931Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
230
+ {"time":"2026-05-20T18:06:39.716871525Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":786,"history_lines":7,"events_offset":219,"events_lines":2,"console_offset":810,"console_lines":8}
231
+ {"time":"2026-05-20T18:06:39.896360712Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
232
+ {"time":"2026-05-20T18:06:54.71730804Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":793,"history_lines":6,"events_offset":221,"events_lines":2,"console_offset":817,"console_lines":7}
233
+ {"time":"2026-05-20T18:06:54.908890853Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
234
+ {"time":"2026-05-20T18:07:09.716528411Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":799,"history_lines":5,"events_offset":223,"events_lines":2,"console_offset":824,"console_lines":6}
235
+ {"time":"2026-05-20T18:07:09.899100087Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
236
+ {"time":"2026-05-20T18:07:24.716478986Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":804,"history_lines":8,"events_offset":225,"events_lines":2,"console_offset":829,"console_lines":8}
237
+ {"time":"2026-05-20T18:07:24.936145657Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
238
+ {"time":"2026-05-20T18:07:39.717254996Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":812,"history_lines":7,"events_offset":227,"events_lines":2,"console_offset":837,"console_lines":8}
239
+ {"time":"2026-05-20T18:07:39.884757471Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
240
+ {"time":"2026-05-20T18:07:54.717230234Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":819,"history_lines":7,"events_offset":229,"events_lines":2,"console_offset":844,"console_lines":8}
241
+ {"time":"2026-05-20T18:07:54.891402815Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
242
+ {"time":"2026-05-20T18:08:09.717469586Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":826,"history_lines":7,"events_offset":231,"events_lines":2,"console_offset":851,"console_lines":8}
243
+ {"time":"2026-05-20T18:08:09.83559681Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
244
+ {"time":"2026-05-20T18:08:24.716718992Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":833,"history_lines":7,"events_offset":233,"events_lines":2,"console_offset":858,"console_lines":8}
245
+ {"time":"2026-05-20T18:08:24.975880521Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
246
+ {"time":"2026-05-20T18:08:39.716535976Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":840,"history_lines":8,"events_offset":235,"events_lines":2,"console_offset":865,"console_lines":9}
247
+ {"time":"2026-05-20T18:08:39.877448628Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/files/output.log CHANGED
@@ -685,4 +685,190 @@ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
685
  Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13259/25000 [23:12<18:48, 10.40step/s]INFO 2026-05-20 18:02:09 ot_train.py:488 step:13K smpl:849K ep:2K epch:3.17 loss:0.007 grdn:0.153 lr:2.3e-05 updt_s:0.094 data_s:0.006
686
  Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13280/25000 [23:14<20:11, 9.67step/s]INFO 2026-05-20 18:02:11 ot_train.py:488 step:13K smpl:850K ep:2K epch:3.17 loss:0.008 grdn:0.165 lr:2.3e-05 updt_s:0.092 data_s:0.008
687
  Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13300/25000 [23:16<19:44, 9.88step/s]INFO 2026-05-20 18:02:13 ot_train.py:488 step:13K smpl:851K ep:2K epch:3.18 loss:0.008 grdn:0.164 lr:2.3e-05 updt_s:0.092 data_s:0.010
688
- Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13314/25000 [23:17<19:58, 9.75step/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13259/25000 [23:12<18:48, 10.40step/s]INFO 2026-05-20 18:02:09 ot_train.py:488 step:13K smpl:849K ep:2K epch:3.17 loss:0.007 grdn:0.153 lr:2.3e-05 updt_s:0.094 data_s:0.006
686
  Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13280/25000 [23:14<20:11, 9.67step/s]INFO 2026-05-20 18:02:11 ot_train.py:488 step:13K smpl:850K ep:2K epch:3.17 loss:0.008 grdn:0.165 lr:2.3e-05 updt_s:0.092 data_s:0.008
687
  Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13300/25000 [23:16<19:44, 9.88step/s]INFO 2026-05-20 18:02:13 ot_train.py:488 step:13K smpl:851K ep:2K epch:3.18 loss:0.008 grdn:0.164 lr:2.3e-05 updt_s:0.092 data_s:0.010
688
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13319/25000 [23:18<21:31, 9.05step/s]INFO 2026-05-20 18:02:15 ot_train.py:488 step:13K smpl:852K ep:2K epch:3.18 loss:0.008 grdn:0.185 lr:2.3e-05 updt_s:0.092 data_s:0.010
689
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 13340/25000 [23:20<18:52, 10.30step/s]INFO 2026-05-20 18:02:17 ot_train.py:488 step:13K smpl:854K ep:2K epch:3.19 loss:0.009 grdn:0.189 lr:2.3e-05 updt_s:0.089 data_s:0.008
690
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 13359/25000 [23:22<20:20, 9.54step/s]INFO 2026-05-20 18:02:19 ot_train.py:488 step:13K smpl:855K ep:2K epch:3.19 loss:0.009 grdn:0.178 lr:2.2e-05 updt_s:0.087 data_s:0.009
691
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 13380/25000 [23:24<20:16, 9.55step/s]INFO 2026-05-20 18:02:21 ot_train.py:488 step:13K smpl:856K ep:2K epch:3.20 loss:0.009 grdn:0.186 lr:2.2e-05 updt_s:0.089 data_s:0.012
692
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 13399/25000 [23:26<19:32, 9.89step/s]INFO 2026-05-20 18:02:23 ot_train.py:488 step:13K smpl:858K ep:2K epch:3.20 loss:0.008 grdn:0.180 lr:2.2e-05 updt_s:0.088 data_s:0.010
693
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13419/25000 [23:28<19:01, 10.15step/s]INFO 2026-05-20 18:02:25 ot_train.py:488 step:13K smpl:859K ep:2K epch:3.21 loss:0.008 grdn:0.166 lr:2.2e-05 updt_s:0.090 data_s:0.006
694
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13440/25000 [23:30<18:05, 10.65step/s]INFO 2026-05-20 18:02:27 ot_train.py:488 step:13K smpl:860K ep:2K epch:3.21 loss:0.008 grdn:0.169 lr:2.2e-05 updt_s:0.092 data_s:0.007
695
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13460/25000 [23:32<20:42, 9.29step/s]INFO 2026-05-20 18:02:29 ot_train.py:488 step:13K smpl:861K ep:2K epch:3.22 loss:0.009 grdn:0.164 lr:2.2e-05 updt_s:0.093 data_s:0.009
696
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13480/25000 [23:34<19:31, 9.83step/s]INFO 2026-05-20 18:02:31 ot_train.py:488 step:13K smpl:863K ep:2K epch:3.22 loss:0.008 grdn:0.188 lr:2.2e-05 updt_s:0.085 data_s:0.012
697
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 13499/25000 [23:36<19:32, 9.81step/s]INFO 2026-05-20 18:02:33 ot_train.py:488 step:14K smpl:864K ep:2K epch:3.23 loss:0.008 grdn:0.182 lr:2.2e-05 updt_s:0.090 data_s:0.008
698
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 13520/25000 [23:38<18:49, 10.17step/s]INFO 2026-05-20 18:02:35 ot_train.py:488 step:14K smpl:865K ep:2K epch:3.23 loss:0.007 grdn:0.172 lr:2.2e-05 updt_s:0.086 data_s:0.011
699
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 13540/25000 [23:40<19:18, 9.89step/s]INFO 2026-05-20 18:02:37 ot_train.py:488 step:14K smpl:867K ep:2K epch:3.23 loss:0.008 grdn:0.166 lr:2.2e-05 updt_s:0.092 data_s:0.008
700
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 13560/25000 [23:42<18:05, 10.54step/s]INFO 2026-05-20 18:02:39 ot_train.py:488 step:14K smpl:868K ep:2K epch:3.24 loss:0.008 grdn:0.164 lr:2.2e-05 updt_s:0.086 data_s:0.008
701
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 13579/25000 [23:44<17:25, 10.92step/s]INFO 2026-05-20 18:02:41 ot_train.py:488 step:14K smpl:869K ep:2K epch:3.24 loss:0.009 grdn:0.178 lr:2.2e-05 updt_s:0.089 data_s:0.008
702
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 13600/25000 [23:46<20:42, 9.18step/s]INFO 2026-05-20 18:02:43 ot_train.py:488 step:14K smpl:870K ep:2K epch:3.25 loss:0.008 grdn:0.172 lr:2.2e-05 updt_s:0.091 data_s:0.011
703
+ Training: 54%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 13620/25000 [23:48<17:40, 10.73step/s]INFO 2026-05-20 18:02:45 ot_train.py:488 step:14K smpl:872K ep:2K epch:3.25 loss:0.009 grdn:0.185 lr:2.2e-05 updt_s:0.087 data_s:0.006
704
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 13639/25000 [23:50<18:16, 10.36step/s]INFO 2026-05-20 18:02:47 ot_train.py:488 step:14K smpl:873K ep:2K epch:3.26 loss:0.009 grdn:0.192 lr:2.2e-05 updt_s:0.092 data_s:0.009
705
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13660/25000 [23:52<19:57, 9.47step/s]INFO 2026-05-20 18:02:49 ot_train.py:488 step:14K smpl:874K ep:2K epch:3.26 loss:0.008 grdn:0.178 lr:2.2e-05 updt_s:0.089 data_s:0.009
706
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13680/25000 [23:54<18:05, 10.43step/s]INFO 2026-05-20 18:02:51 ot_train.py:488 step:14K smpl:876K ep:2K epch:3.27 loss:0.008 grdn:0.172 lr:2.1e-05 updt_s:0.090 data_s:0.006
707
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13699/25000 [23:56<17:46, 10.60step/s]INFO 2026-05-20 18:02:53 ot_train.py:488 step:14K smpl:877K ep:2K epch:3.27 loss:0.008 grdn:0.175 lr:2.1e-05 updt_s:0.091 data_s:0.008
708
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13720/25000 [23:58<18:29, 10.17step/s]INFO 2026-05-20 18:02:55 ot_train.py:488 step:14K smpl:878K ep:2K epch:3.28 loss:0.008 grdn:0.161 lr:2.1e-05 updt_s:0.093 data_s:0.007
709
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13739/25000 [24:00<19:56, 9.41step/s]INFO 2026-05-20 18:02:57 ot_train.py:488 step:14K smpl:879K ep:2K epch:3.28 loss:0.007 grdn:0.164 lr:2.1e-05 updt_s:0.088 data_s:0.012
710
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13759/25000 [24:02<19:38, 9.54step/s]INFO 2026-05-20 18:02:59 ot_train.py:488 step:14K smpl:881K ep:2K epch:3.29 loss:0.009 grdn:0.173 lr:2.1e-05 updt_s:0.091 data_s:0.008
711
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13779/25000 [24:04<18:21, 10.19step/s]INFO 2026-05-20 18:03:01 ot_train.py:488 step:14K smpl:882K ep:2K epch:3.29 loss:0.009 grdn:0.171 lr:2.1e-05 updt_s:0.088 data_s:0.007
712
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13799/25000 [24:06<17:57, 10.40step/s]INFO 2026-05-20 18:03:03 ot_train.py:488 step:14K smpl:883K ep:2K epch:3.30 loss:0.009 grdn:0.179 lr:2.1e-05 updt_s:0.093 data_s:0.007
713
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13820/25000 [24:08<20:14, 9.20step/s]INFO 2026-05-20 18:03:05 ot_train.py:488 step:14K smpl:884K ep:2K epch:3.30 loss:0.009 grdn:0.166 lr:2.1e-05 updt_s:0.094 data_s:0.007
714
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13840/25000 [24:10<18:11, 10.23step/s]INFO 2026-05-20 18:03:07 ot_train.py:488 step:14K smpl:886K ep:2K epch:3.31 loss:0.009 grdn:0.184 lr:2.1e-05 updt_s:0.088 data_s:0.006
715
+ Training: 55%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13860/25000 [24:12<18:23, 10.09step/s]INFO 2026-05-20 18:03:09 ot_train.py:488 step:14K smpl:887K ep:2K epch:3.31 loss:0.009 grdn:0.179 lr:2.1e-05 updt_s:0.090 data_s:0.010
716
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13879/25000 [24:14<17:54, 10.35step/s]INFO 2026-05-20 18:03:11 ot_train.py:488 step:14K smpl:888K ep:2K epch:3.32 loss:0.008 grdn:0.170 lr:2.1e-05 updt_s:0.091 data_s:0.009
717
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13900/25000 [24:16<19:12, 9.63step/s]INFO 2026-05-20 18:03:13 ot_train.py:488 step:14K smpl:890K ep:2K epch:3.32 loss:0.008 grdn:0.171 lr:2.1e-05 updt_s:0.089 data_s:0.010
718
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13919/25000 [24:18<19:02, 9.70step/s]INFO 2026-05-20 18:03:15 ot_train.py:488 step:14K smpl:891K ep:2K epch:3.33 loss:0.009 grdn:0.176 lr:2.1e-05 updt_s:0.091 data_s:0.008
719
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13939/25000 [24:20<18:00, 10.23step/s]INFO 2026-05-20 18:03:17 ot_train.py:488 step:14K smpl:892K ep:2K epch:3.33 loss:0.008 grdn:0.175 lr:2.1e-05 updt_s:0.089 data_s:0.006
720
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13959/25000 [24:22<17:06, 10.75step/s]INFO 2026-05-20 18:03:19 ot_train.py:488 step:14K smpl:893K ep:2K epch:3.34 loss:0.009 grdn:0.180 lr:2.1e-05 updt_s:0.091 data_s:0.010
721
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 13980/25000 [24:24<19:35, 9.38step/s]INFO 2026-05-20 18:03:21 ot_train.py:488 step:14K smpl:895K ep:2K epch:3.34 loss:0.007 grdn:0.160 lr:2.1e-05 updt_s:0.091 data_s:0.011
722
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14000/25000 [24:26<18:06, 10.12step/s]INFO 2026-05-20 18:03:23 ot_train.py:488 step:14K smpl:896K ep:2K epch:3.34 loss:0.008 grdn:0.165 lr:2.0e-05 updt_s:0.091 data_s:0.006
723
+ INFO 2026-05-20 18:03:23 ot_train.py:502 Checkpoint policy after step 14000
724
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14020/25000 [24:36<27:08, 6.74step/s]INFO 2026-05-20 18:03:33 ot_train.py:488 step:14K smpl:897K ep:2K epch:3.35 loss:0.007 grdn:0.147 lr:2.0e-05 updt_s:0.074 data_s:0.008
725
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14040/25000 [24:38<18:48, 9.72step/s]INFO 2026-05-20 18:03:35 ot_train.py:488 step:14K smpl:899K ep:2K epch:3.35 loss:0.009 grdn:0.182 lr:2.0e-05 updt_s:0.094 data_s:0.008
726
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14060/25000 [24:40<18:14, 10.00step/s]INFO 2026-05-20 18:03:37 ot_train.py:488 step:14K smpl:900K ep:2K epch:3.36 loss:0.008 grdn:0.181 lr:2.0e-05 updt_s:0.085 data_s:0.010
727
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14079/25000 [24:42<16:36, 10.96step/s]INFO 2026-05-20 18:03:39 ot_train.py:488 step:14K smpl:901K ep:2K epch:3.36 loss:0.008 grdn:0.176 lr:2.0e-05 updt_s:0.089 data_s:0.008
728
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14099/25000 [24:44<17:06, 10.62step/s]INFO 2026-05-20 18:03:41 ot_train.py:488 step:14K smpl:902K ep:2K epch:3.37 loss:0.008 grdn:0.171 lr:2.0e-05 updt_s:0.085 data_s:0.011
729
+ Training: 56%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14119/25000 [24:46<16:42, 10.86step/s]INFO 2026-05-20 18:03:43 ot_train.py:488 step:14K smpl:904K ep:2K epch:3.37 loss:0.008 grdn:0.164 lr:2.0e-05 updt_s:0.088 data_s:0.008
730
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14139/25000 [24:48<17:20, 10.44step/s]INFO 2026-05-20 18:03:45 ot_train.py:488 step:14K smpl:905K ep:2K epch:3.38 loss:0.007 grdn:0.162 lr:2.0e-05 updt_s:0.088 data_s:0.009
731
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14160/25000 [24:50<18:51, 9.58step/s]INFO 2026-05-20 18:03:47 ot_train.py:488 step:14K smpl:906K ep:2K epch:3.38 loss:0.008 grdn:0.162 lr:2.0e-05 updt_s:0.091 data_s:0.009
732
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14180/25000 [24:52<17:52, 10.09step/s]INFO 2026-05-20 18:03:49 ot_train.py:488 step:14K smpl:908K ep:2K epch:3.39 loss:0.008 grdn:0.178 lr:2.0e-05 updt_s:0.085 data_s:0.012
733
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14200/25000 [24:54<17:47, 10.12step/s]INFO 2026-05-20 18:03:51 ot_train.py:488 step:14K smpl:909K ep:2K epch:3.39 loss:0.008 grdn:0.171 lr:2.0e-05 updt_s:0.084 data_s:0.011
734
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14220/25000 [24:56<18:28, 9.72step/s]INFO 2026-05-20 18:03:53 ot_train.py:488 step:14K smpl:910K ep:2K epch:3.40 loss:0.009 grdn:0.175 lr:2.0e-05 updt_s:0.094 data_s:0.007
735
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14240/25000 [24:58<18:33, 9.67step/s]INFO 2026-05-20 18:03:55 ot_train.py:488 step:14K smpl:911K ep:2K epch:3.40 loss:0.007 grdn:0.153 lr:2.0e-05 updt_s:0.091 data_s:0.008
736
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14260/25000 [25:00<17:33, 10.19step/s]INFO 2026-05-20 18:03:57 ot_train.py:488 step:14K smpl:913K ep:2K epch:3.41 loss:0.008 grdn:0.159 lr:2.0e-05 updt_s:0.090 data_s:0.006
737
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14280/25000 [25:02<16:37, 10.75step/s]INFO 2026-05-20 18:03:59 ot_train.py:488 step:14K smpl:914K ep:2K epch:3.41 loss:0.008 grdn:0.174 lr:2.0e-05 updt_s:0.089 data_s:0.007
738
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14299/25000 [25:04<16:30, 10.80step/s]INFO 2026-05-20 18:04:01 ot_train.py:488 step:14K smpl:915K ep:2K epch:3.42 loss:0.008 grdn:0.170 lr:2.0e-05 updt_s:0.089 data_s:0.008
739
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 14320/25000 [25:06<17:32, 10.15step/s]INFO 2026-05-20 18:04:03 ot_train.py:488 step:14K smpl:916K ep:2K epch:3.42 loss:0.008 grdn:0.165 lr:1.9e-05 updt_s:0.091 data_s:0.006
740
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 14340/25000 [25:08<19:03, 9.32step/s]INFO 2026-05-20 18:04:05 ot_train.py:488 step:14K smpl:918K ep:2K epch:3.43 loss:0.008 grdn:0.174 lr:1.9e-05 updt_s:0.096 data_s:0.006
741
+ Training: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 14359/25000 [25:10<16:57, 10.46step/s]INFO 2026-05-20 18:04:07 ot_train.py:488 step:14K smpl:919K ep:2K epch:3.43 loss:0.009 grdn:0.194 lr:1.9e-05 updt_s:0.088 data_s:0.008
742
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 14379/25000 [25:12<17:21, 10.20step/s]INFO 2026-05-20 18:04:09 ot_train.py:488 step:14K smpl:920K ep:2K epch:3.44 loss:0.008 grdn:0.170 lr:1.9e-05 updt_s:0.087 data_s:0.013
743
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 14400/25000 [25:14<17:49, 9.91step/s]INFO 2026-05-20 18:04:11 ot_train.py:488 step:14K smpl:922K ep:2K epch:3.44 loss:0.009 grdn:0.172 lr:1.9e-05 updt_s:0.093 data_s:0.006
744
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 14419/25000 [25:16<17:22, 10.15step/s]INFO 2026-05-20 18:04:13 ot_train.py:488 step:14K smpl:923K ep:2K epch:3.44 loss:0.007 grdn:0.159 lr:1.9e-05 updt_s:0.085 data_s:0.009
745
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 14439/25000 [25:18<17:04, 10.31step/s]INFO 2026-05-20 18:04:15 ot_train.py:488 step:14K smpl:924K ep:2K epch:3.45 loss:0.008 grdn:0.166 lr:1.9e-05 updt_s:0.090 data_s:0.008
746
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 14459/25000 [25:20<16:37, 10.56step/s]INFO 2026-05-20 18:04:17 ot_train.py:488 step:14K smpl:925K ep:2K epch:3.45 loss:0.009 grdn:0.182 lr:1.9e-05 updt_s:0.084 data_s:0.010
747
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 14479/25000 [25:22<17:22, 10.09step/s]INFO 2026-05-20 18:04:19 ot_train.py:488 step:14K smpl:927K ep:2K epch:3.46 loss:0.009 grdn:0.202 lr:1.9e-05 updt_s:0.086 data_s:0.011
748
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 14500/25000 [25:24<18:01, 9.71step/s]INFO 2026-05-20 18:04:21 ot_train.py:488 step:14K smpl:928K ep:2K epch:3.46 loss:0.008 grdn:0.169 lr:1.9e-05 updt_s:0.096 data_s:0.008
749
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 14520/25000 [25:26<17:44, 9.85step/s]INFO 2026-05-20 18:04:23 ot_train.py:488 step:15K smpl:929K ep:2K epch:3.47 loss:0.009 grdn:0.198 lr:1.9e-05 updt_s:0.088 data_s:0.008
750
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 14539/25000 [25:28<17:50, 9.77step/s]INFO 2026-05-20 18:04:25 ot_train.py:488 step:15K smpl:931K ep:2K epch:3.47 loss:0.007 grdn:0.169 lr:1.9e-05 updt_s:0.090 data_s:0.008
751
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14560/25000 [25:30<17:16, 10.08step/s]INFO 2026-05-20 18:04:27 ot_train.py:488 step:15K smpl:932K ep:2K epch:3.48 loss:0.007 grdn:0.162 lr:1.9e-05 updt_s:0.089 data_s:0.008
752
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14580/25000 [25:32<16:35, 10.47step/s]INFO 2026-05-20 18:04:29 ot_train.py:488 step:15K smpl:933K ep:2K epch:3.48 loss:0.008 grdn:0.171 lr:1.9e-05 updt_s:0.092 data_s:0.008
753
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14600/25000 [25:34<17:39, 9.82step/s]INFO 2026-05-20 18:04:31 ot_train.py:488 step:15K smpl:934K ep:2K epch:3.49 loss:0.009 grdn:0.173 lr:1.9e-05 updt_s:0.087 data_s:0.010
754
+ Training: 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14619/25000 [25:36<17:55, 9.65step/s]INFO 2026-05-20 18:04:33 ot_train.py:488 step:15K smpl:936K ep:2K epch:3.49 loss:0.008 grdn:0.160 lr:1.9e-05 updt_s:0.089 data_s:0.008
755
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14639/25000 [25:38<17:12, 10.04step/s]INFO 2026-05-20 18:04:35 ot_train.py:488 step:15K smpl:937K ep:2K epch:3.50 loss:0.008 grdn:0.159 lr:1.9e-05 updt_s:0.087 data_s:0.012
756
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14659/25000 [25:40<16:24, 10.51step/s]INFO 2026-05-20 18:04:37 ot_train.py:488 step:15K smpl:938K ep:2K epch:3.50 loss:0.007 grdn:0.160 lr:1.8e-05 updt_s:0.095 data_s:0.008
757
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14679/25000 [25:42<16:15, 10.58step/s]INFO 2026-05-20 18:04:39 ot_train.py:488 step:15K smpl:940K ep:2K epch:3.51 loss:0.008 grdn:0.159 lr:1.8e-05 updt_s:0.086 data_s:0.011
758
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14700/25000 [25:44<16:29, 10.41step/s]INFO 2026-05-20 18:04:41 ot_train.py:488 step:15K smpl:941K ep:2K epch:3.51 loss:0.009 grdn:0.185 lr:1.8e-05 updt_s:0.087 data_s:0.011
759
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 14720/25000 [25:46<19:08, 8.95step/s]INFO 2026-05-20 18:04:43 ot_train.py:488 step:15K smpl:942K ep:2K epch:3.52 loss:0.009 grdn:0.174 lr:1.8e-05 updt_s:0.091 data_s:0.009
760
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14739/25000 [25:48<16:56, 10.10step/s]INFO 2026-05-20 18:04:45 ot_train.py:488 step:15K smpl:943K ep:2K epch:3.52 loss:0.007 grdn:0.170 lr:1.8e-05 updt_s:0.090 data_s:0.011
761
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14760/25000 [25:50<16:21, 10.43step/s]INFO 2026-05-20 18:04:47 ot_train.py:488 step:15K smpl:945K ep:2K epch:3.53 loss:0.008 grdn:0.164 lr:1.8e-05 updt_s:0.087 data_s:0.008
762
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14780/25000 [25:52<17:54, 9.51step/s]INFO 2026-05-20 18:04:49 ot_train.py:488 step:15K smpl:946K ep:2K epch:3.53 loss:0.007 grdn:0.157 lr:1.8e-05 updt_s:0.092 data_s:0.008
763
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 14800/25000 [25:54<17:14, 9.86step/s]INFO 2026-05-20 18:04:51 ot_train.py:488 step:15K smpl:947K ep:2K epch:3.54 loss:0.008 grdn:0.165 lr:1.8e-05 updt_s:0.088 data_s:0.010
764
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14820/25000 [25:56<16:36, 10.22step/s]INFO 2026-05-20 18:04:53 ot_train.py:488 step:15K smpl:948K ep:2K epch:3.54 loss:0.008 grdn:0.165 lr:1.8e-05 updt_s:0.085 data_s:0.010
765
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14840/25000 [25:58<16:08, 10.49step/s]INFO 2026-05-20 18:04:55 ot_train.py:488 step:15K smpl:950K ep:2K epch:3.55 loss:0.007 grdn:0.157 lr:1.8e-05 updt_s:0.094 data_s:0.006
766
+ Training: 59%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14860/25000 [26:00<16:38, 10.16step/s]INFO 2026-05-20 18:04:57 ot_train.py:488 step:15K smpl:951K ep:2K epch:3.55 loss:0.008 grdn:0.171 lr:1.8e-05 updt_s:0.088 data_s:0.008
767
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 14880/25000 [26:02<16:30, 10.22step/s]INFO 2026-05-20 18:04:59 ot_train.py:488 step:15K smpl:952K ep:2K epch:3.55 loss:0.007 grdn:0.170 lr:1.8e-05 updt_s:0.086 data_s:0.013
768
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14899/25000 [26:04<15:31, 10.85step/s]INFO 2026-05-20 18:05:01 ot_train.py:488 step:15K smpl:954K ep:2K epch:3.56 loss:0.007 grdn:0.148 lr:1.8e-05 updt_s:0.089 data_s:0.008
769
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14919/25000 [26:06<16:38, 10.10step/s]INFO 2026-05-20 18:05:03 ot_train.py:488 step:15K smpl:955K ep:2K epch:3.56 loss:0.008 grdn:0.168 lr:1.8e-05 updt_s:0.092 data_s:0.006
770
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14939/25000 [26:08<16:18, 10.28step/s]INFO 2026-05-20 18:05:05 ot_train.py:488 step:15K smpl:956K ep:2K epch:3.57 loss:0.008 grdn:0.182 lr:1.8e-05 updt_s:0.086 data_s:0.009
771
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 14959/25000 [26:10<15:13, 10.99step/s]INFO 2026-05-20 18:05:07 ot_train.py:488 step:15K smpl:957K ep:2K epch:3.57 loss:0.008 grdn:0.184 lr:1.8e-05 updt_s:0.092 data_s:0.006
772
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 14979/25000 [26:12<16:31, 10.11step/s]INFO 2026-05-20 18:05:09 ot_train.py:488 step:15K smpl:959K ep:2K epch:3.58 loss:0.008 grdn:0.179 lr:1.7e-05 updt_s:0.092 data_s:0.008
773
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 15000/25000 [26:14<16:31, 10.08step/s]INFO 2026-05-20 18:05:11 ot_train.py:488 step:15K smpl:960K ep:2K epch:3.58 loss:0.008 grdn:0.173 lr:1.7e-05 updt_s:0.091 data_s:0.006
774
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 15020/25000 [26:16<14:55, 11.14step/s]INFO 2026-05-20 18:05:13 ot_train.py:488 step:15K smpl:961K ep:2K epch:3.59 loss:0.007 grdn:0.167 lr:1.7e-05 updt_s:0.082 data_s:0.011
775
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 15040/25000 [26:18<15:00, 11.06step/s]INFO 2026-05-20 18:05:14 ot_train.py:488 step:15K smpl:963K ep:2K epch:3.59 loss:0.007 grdn:0.151 lr:1.7e-05 updt_s:0.088 data_s:0.009
776
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15059/25000 [26:20<15:21, 10.79step/s]INFO 2026-05-20 18:05:16 ot_train.py:488 step:15K smpl:964K ep:2K epch:3.60 loss:0.007 grdn:0.169 lr:1.7e-05 updt_s:0.092 data_s:0.008
777
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15079/25000 [26:21<15:38, 10.58step/s]INFO 2026-05-20 18:05:18 ot_train.py:488 step:15K smpl:965K ep:2K epch:3.60 loss:0.008 grdn:0.179 lr:1.7e-05 updt_s:0.085 data_s:0.008
778
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15099/25000 [26:24<17:22, 9.50step/s]INFO 2026-05-20 18:05:20 ot_train.py:488 step:15K smpl:966K ep:2K epch:3.61 loss:0.008 grdn:0.190 lr:1.7e-05 updt_s:0.093 data_s:0.011
779
+ Training: 60%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15120/25000 [26:26<17:21, 9.49step/s]INFO 2026-05-20 18:05:23 ot_train.py:488 step:15K smpl:968K ep:2K epch:3.61 loss:0.007 grdn:0.153 lr:1.7e-05 updt_s:0.090 data_s:0.009
780
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15139/25000 [26:27<15:04, 10.90step/s]INFO 2026-05-20 18:05:24 ot_train.py:488 step:15K smpl:969K ep:2K epch:3.62 loss:0.007 grdn:0.159 lr:1.7e-05 updt_s:0.081 data_s:0.009
781
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15159/25000 [26:29<15:10, 10.80step/s]INFO 2026-05-20 18:05:26 ot_train.py:488 step:15K smpl:970K ep:2K epch:3.62 loss:0.008 grdn:0.165 lr:1.7e-05 updt_s:0.086 data_s:0.010
782
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15179/25000 [26:31<16:50, 9.72step/s]INFO 2026-05-20 18:05:28 ot_train.py:488 step:15K smpl:972K ep:2K epch:3.63 loss:0.008 grdn:0.174 lr:1.7e-05 updt_s:0.087 data_s:0.013
783
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15199/25000 [26:33<17:38, 9.26step/s]INFO 2026-05-20 18:05:30 ot_train.py:488 step:15K smpl:973K ep:2K epch:3.63 loss:0.009 grdn:0.183 lr:1.7e-05 updt_s:0.089 data_s:0.009
784
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15219/25000 [26:35<16:19, 9.98step/s]INFO 2026-05-20 18:05:32 ot_train.py:488 step:15K smpl:974K ep:2K epch:3.64 loss:0.008 grdn:0.168 lr:1.7e-05 updt_s:0.085 data_s:0.012
785
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15240/25000 [26:37<16:25, 9.90step/s]INFO 2026-05-20 18:05:34 ot_train.py:488 step:15K smpl:975K ep:2K epch:3.64 loss:0.008 grdn:0.164 lr:1.7e-05 updt_s:0.088 data_s:0.008
786
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15259/25000 [26:39<15:45, 10.30step/s]INFO 2026-05-20 18:05:36 ot_train.py:488 step:15K smpl:977K ep:2K epch:3.65 loss:0.008 grdn:0.164 lr:1.7e-05 updt_s:0.091 data_s:0.008
787
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15279/25000 [26:41<16:48, 9.64step/s]INFO 2026-05-20 18:05:38 ot_train.py:488 step:15K smpl:978K ep:2K epch:3.65 loss:0.008 grdn:0.173 lr:1.7e-05 updt_s:0.092 data_s:0.008
788
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 15299/25000 [26:43<15:16, 10.59step/s]INFO 2026-05-20 18:05:40 ot_train.py:488 step:15K smpl:979K ep:2K epch:3.66 loss:0.008 grdn:0.167 lr:1.7e-05 updt_s:0.087 data_s:0.009
789
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 15320/25000 [26:45<14:47, 10.90step/s]INFO 2026-05-20 18:05:42 ot_train.py:488 step:15K smpl:980K ep:2K epch:3.66 loss:0.008 grdn:0.176 lr:1.6e-05 updt_s:0.091 data_s:0.006
790
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 15340/25000 [26:47<15:27, 10.42step/s]INFO 2026-05-20 18:05:44 ot_train.py:488 step:15K smpl:982K ep:2K epch:3.66 loss:0.008 grdn:0.162 lr:1.6e-05 updt_s:0.090 data_s:0.006
791
+ Training: 61%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 15360/25000 [26:49<16:09, 9.94step/s]INFO 2026-05-20 18:05:46 ot_train.py:488 step:15K smpl:983K ep:2K epch:3.67 loss:0.008 grdn:0.176 lr:1.6e-05 updt_s:0.089 data_s:0.011
792
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15379/25000 [26:51<16:18, 9.83step/s]INFO 2026-05-20 18:05:48 ot_train.py:488 step:15K smpl:984K ep:2K epch:3.67 loss:0.008 grdn:0.158 lr:1.6e-05 updt_s:0.090 data_s:0.008
793
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15399/25000 [26:53<15:50, 10.10step/s]INFO 2026-05-20 18:05:50 ot_train.py:488 step:15K smpl:986K ep:2K epch:3.68 loss:0.007 grdn:0.166 lr:1.6e-05 updt_s:0.086 data_s:0.011
794
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15420/25000 [26:55<14:55, 10.70step/s]INFO 2026-05-20 18:05:52 ot_train.py:488 step:15K smpl:987K ep:2K epch:3.68 loss:0.011 grdn:0.196 lr:1.6e-05 updt_s:0.089 data_s:0.006
795
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15440/25000 [26:57<15:57, 9.98step/s]INFO 2026-05-20 18:05:54 ot_train.py:488 step:15K smpl:988K ep:2K epch:3.69 loss:0.010 grdn:0.187 lr:1.6e-05 updt_s:0.090 data_s:0.009
796
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15459/25000 [26:59<14:22, 11.06step/s]INFO 2026-05-20 18:05:56 ot_train.py:488 step:15K smpl:989K ep:2K epch:3.69 loss:0.007 grdn:0.171 lr:1.6e-05 updt_s:0.087 data_s:0.008
797
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆοΏ½οΏ½β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 15480/25000 [27:01<15:27, 10.26step/s]INFO 2026-05-20 18:05:58 ot_train.py:488 step:15K smpl:991K ep:2K epch:3.70 loss:0.008 grdn:0.173 lr:1.6e-05 updt_s:0.092 data_s:0.008
798
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 15500/25000 [27:03<16:31, 9.58step/s]INFO 2026-05-20 18:06:00 ot_train.py:488 step:16K smpl:992K ep:2K epch:3.70 loss:0.009 grdn:0.174 lr:1.6e-05 updt_s:0.087 data_s:0.011
799
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 15520/25000 [27:05<15:45, 10.03step/s]INFO 2026-05-20 18:06:02 ot_train.py:488 step:16K smpl:993K ep:2K epch:3.71 loss:0.009 grdn:0.181 lr:1.6e-05 updt_s:0.088 data_s:0.009
800
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 15540/25000 [27:07<16:19, 9.65step/s]INFO 2026-05-20 18:06:04 ot_train.py:488 step:16K smpl:995K ep:2K epch:3.71 loss:0.008 grdn:0.169 lr:1.6e-05 updt_s:0.087 data_s:0.010
801
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 15559/25000 [27:09<15:12, 10.35step/s]INFO 2026-05-20 18:06:06 ot_train.py:488 step:16K smpl:996K ep:2K epch:3.72 loss:0.008 grdn:0.170 lr:1.6e-05 updt_s:0.083 data_s:0.011
802
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 15579/25000 [27:11<15:40, 10.02step/s]INFO 2026-05-20 18:06:08 ot_train.py:488 step:16K smpl:997K ep:2K epch:3.72 loss:0.007 grdn:0.167 lr:1.6e-05 updt_s:0.091 data_s:0.008
803
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 15599/25000 [27:13<15:04, 10.40step/s]INFO 2026-05-20 18:06:10 ot_train.py:488 step:16K smpl:998K ep:2K epch:3.73 loss:0.008 grdn:0.158 lr:1.6e-05 updt_s:0.087 data_s:0.010
804
+ Training: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 15619/25000 [27:15<14:50, 10.54step/s]INFO 2026-05-20 18:06:12 ot_train.py:488 step:16K smpl:1000K ep:2K epch:3.73 loss:0.008 grdn:0.168 lr:1.6e-05 updt_s:0.086 data_s:0.008
805
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 15639/25000 [27:17<15:29, 10.07step/s]INFO 2026-05-20 18:06:14 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.74 loss:0.007 grdn:0.153 lr:1.6e-05 updt_s:0.091 data_s:0.010
806
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 15660/25000 [27:19<16:46, 9.28step/s]INFO 2026-05-20 18:06:16 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.74 loss:0.008 grdn:0.170 lr:1.5e-05 updt_s:0.092 data_s:0.006
807
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 15680/25000 [27:21<15:08, 10.26step/s]INFO 2026-05-20 18:06:18 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.75 loss:0.008 grdn:0.178 lr:1.5e-05 updt_s:0.091 data_s:0.007
808
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 15700/25000 [27:23<14:56, 10.38step/s]INFO 2026-05-20 18:06:20 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.75 loss:0.008 grdn:0.176 lr:1.5e-05 updt_s:0.088 data_s:0.006
809
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15719/25000 [27:25<16:45, 9.23step/s]INFO 2026-05-20 18:06:22 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.76 loss:0.007 grdn:0.167 lr:1.5e-05 updt_s:0.088 data_s:0.011
810
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15740/25000 [27:27<14:23, 10.73step/s]INFO 2026-05-20 18:06:24 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.76 loss:0.007 grdn:0.160 lr:1.5e-05 updt_s:0.085 data_s:0.010
811
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15760/25000 [27:29<15:52, 9.70step/s]INFO 2026-05-20 18:06:26 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.77 loss:0.009 grdn:0.178 lr:1.5e-05 updt_s:0.091 data_s:0.011
812
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 15780/25000 [27:31<16:39, 9.22step/s]INFO 2026-05-20 18:06:28 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.77 loss:0.008 grdn:0.177 lr:1.5e-05 updt_s:0.092 data_s:0.008
813
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15800/25000 [27:33<14:19, 10.70step/s]INFO 2026-05-20 18:06:30 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.77 loss:0.008 grdn:0.169 lr:1.5e-05 updt_s:0.087 data_s:0.006
814
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15820/25000 [27:35<14:09, 10.80step/s]INFO 2026-05-20 18:06:32 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.78 loss:0.009 grdn:0.176 lr:1.5e-05 updt_s:0.089 data_s:0.006
815
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15840/25000 [27:37<15:55, 9.59step/s]INFO 2026-05-20 18:06:34 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.78 loss:0.008 grdn:0.182 lr:1.5e-05 updt_s:0.097 data_s:0.006
816
+ Training: 63%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 15860/25000 [27:39<13:37, 11.18step/s]INFO 2026-05-20 18:06:36 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.79 loss:0.008 grdn:0.171 lr:1.5e-05 updt_s:0.083 data_s:0.007
817
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15879/25000 [27:41<15:15, 9.97step/s]INFO 2026-05-20 18:06:38 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.79 loss:0.009 grdn:0.189 lr:1.5e-05 updt_s:0.089 data_s:0.010
818
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15900/25000 [27:43<14:29, 10.46step/s]INFO 2026-05-20 18:06:40 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.80 loss:0.008 grdn:0.186 lr:1.5e-05 updt_s:0.089 data_s:0.006
819
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15920/25000 [27:45<15:29, 9.77step/s]INFO 2026-05-20 18:06:42 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.80 loss:0.009 grdn:0.185 lr:1.5e-05 updt_s:0.092 data_s:0.008
820
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 15940/25000 [27:47<14:27, 10.44step/s]INFO 2026-05-20 18:06:43 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.81 loss:0.007 grdn:0.157 lr:1.5e-05 updt_s:0.087 data_s:0.007
821
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 15960/25000 [27:49<14:35, 10.32step/s]INFO 2026-05-20 18:06:45 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.81 loss:0.008 grdn:0.173 lr:1.5e-05 updt_s:0.088 data_s:0.010
822
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 15980/25000 [27:51<14:08, 10.63step/s]INFO 2026-05-20 18:06:47 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.82 loss:0.008 grdn:0.167 lr:1.5e-05 updt_s:0.088 data_s:0.006
823
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 15999/25000 [27:52<14:19, 10.47step/s]INFO 2026-05-20 18:06:49 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.82 loss:0.007 grdn:0.169 lr:1.4e-05 updt_s:0.089 data_s:0.010
824
+ INFO 2026-05-20 18:06:49 ot_train.py:502 Checkpoint policy after step 16000
825
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 16019/25000 [28:03<21:06, 7.09step/s]INFO 2026-05-20 18:07:00 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.83 loss:0.008 grdn:0.174 lr:1.4e-05 updt_s:0.071 data_s:0.006
826
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16039/25000 [28:05<15:04, 9.91step/s]INFO 2026-05-20 18:07:02 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.83 loss:0.008 grdn:0.162 lr:1.4e-05 updt_s:0.090 data_s:0.011
827
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16059/25000 [28:07<13:43, 10.86step/s]INFO 2026-05-20 18:07:04 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.84 loss:0.008 grdn:0.182 lr:1.4e-05 updt_s:0.088 data_s:0.006
828
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16079/25000 [28:09<14:52, 10.00step/s]INFO 2026-05-20 18:07:06 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.84 loss:0.008 grdn:0.176 lr:1.4e-05 updt_s:0.091 data_s:0.008
829
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16099/25000 [28:11<13:34, 10.93step/s]INFO 2026-05-20 18:07:08 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.85 loss:0.008 grdn:0.161 lr:1.4e-05 updt_s:0.083 data_s:0.007
830
+ Training: 64%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16119/25000 [28:13<14:08, 10.47step/s]INFO 2026-05-20 18:07:10 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.85 loss:0.007 grdn:0.151 lr:1.4e-05 updt_s:0.093 data_s:0.008
831
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16140/25000 [28:15<14:50, 9.95step/s]INFO 2026-05-20 18:07:12 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.86 loss:0.008 grdn:0.178 lr:1.4e-05 updt_s:0.084 data_s:0.012
832
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16160/25000 [28:17<14:29, 10.16step/s]INFO 2026-05-20 18:07:14 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.86 loss:0.007 grdn:0.155 lr:1.4e-05 updt_s:0.086 data_s:0.014
833
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16180/25000 [28:19<14:45, 9.96step/s]INFO 2026-05-20 18:07:16 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.87 loss:0.008 grdn:0.163 lr:1.4e-05 updt_s:0.091 data_s:0.008
834
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16199/25000 [28:21<14:12, 10.32step/s]INFO 2026-05-20 18:07:18 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.87 loss:0.008 grdn:0.178 lr:1.4e-05 updt_s:0.087 data_s:0.011
835
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16219/25000 [28:23<14:10, 10.32step/s]INFO 2026-05-20 18:07:20 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.87 loss:0.008 grdn:0.182 lr:1.4e-05 updt_s:0.092 data_s:0.006
836
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16240/25000 [28:25<15:26, 9.45step/s]INFO 2026-05-20 18:07:22 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.88 loss:0.008 grdn:0.171 lr:1.4e-05 updt_s:0.092 data_s:0.006
837
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16260/25000 [28:27<14:22, 10.13step/s]INFO 2026-05-20 18:07:24 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.88 loss:0.008 grdn:0.176 lr:1.4e-05 updt_s:0.088 data_s:0.006
838
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16280/25000 [28:29<13:11, 11.02step/s]INFO 2026-05-20 18:07:26 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.89 loss:0.008 grdn:0.168 lr:1.4e-05 updt_s:0.088 data_s:0.007
839
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 16300/25000 [28:31<14:39, 9.89step/s]INFO 2026-05-20 18:07:28 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.89 loss:0.008 grdn:0.162 lr:1.4e-05 updt_s:0.091 data_s:0.008
840
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 16319/25000 [28:33<13:44, 10.53step/s]INFO 2026-05-20 18:07:30 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.90 loss:0.008 grdn:0.172 lr:1.4e-05 updt_s:0.085 data_s:0.010
841
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 16339/25000 [28:35<13:14, 10.90step/s]INFO 2026-05-20 18:07:32 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.90 loss:0.006 grdn:0.151 lr:1.4e-05 updt_s:0.087 data_s:0.010
842
+ Training: 65%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 16359/25000 [28:37<15:23, 9.35step/s]INFO 2026-05-20 18:07:34 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.91 loss:0.008 grdn:0.159 lr:1.3e-05 updt_s:0.090 data_s:0.009
843
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 16380/25000 [28:39<13:45, 10.44step/s]INFO 2026-05-20 18:07:36 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.91 loss:0.007 grdn:0.163 lr:1.3e-05 updt_s:0.089 data_s:0.006
844
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 16400/25000 [28:41<12:47, 11.20step/s]INFO 2026-05-20 18:07:38 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.92 loss:0.008 grdn:0.174 lr:1.3e-05 updt_s:0.086 data_s:0.008
845
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 16419/25000 [28:43<12:15, 11.66step/s]INFO 2026-05-20 18:07:40 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.92 loss:0.008 grdn:0.163 lr:1.3e-05 updt_s:0.082 data_s:0.020
846
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 16439/25000 [28:44<10:15, 13.92step/s]INFO 2026-05-20 18:07:41 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.93 loss:0.008 grdn:0.192 lr:1.3e-05 updt_s:0.066 data_s:0.005
847
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 16459/25000 [28:46<10:11, 13.97step/s]INFO 2026-05-20 18:07:43 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.93 loss:0.007 grdn:0.170 lr:1.3e-05 updt_s:0.066 data_s:0.005
848
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 16480/25000 [28:50<25:34, 5.55step/s]INFO 2026-05-20 18:07:47 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.94 loss:0.008 grdn:0.184 lr:1.3e-05 updt_s:0.071 data_s:0.126
849
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 16500/25000 [28:52<15:09, 9.34step/s]INFO 2026-05-20 18:07:49 ot_train.py:488 step:16K smpl:1M ep:2K epch:3.94 loss:0.009 grdn:0.187 lr:1.3e-05 updt_s:0.095 data_s:0.008
850
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 16520/25000 [28:54<14:48, 9.55step/s]INFO 2026-05-20 18:07:51 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.95 loss:0.008 grdn:0.162 lr:1.3e-05 updt_s:0.096 data_s:0.009
851
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16539/25000 [28:56<15:28, 9.11step/s]INFO 2026-05-20 18:07:53 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.95 loss:0.009 grdn:0.194 lr:1.3e-05 updt_s:0.098 data_s:0.011
852
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16560/25000 [28:59<13:24, 10.49step/s]INFO 2026-05-20 18:07:55 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.96 loss:0.009 grdn:0.180 lr:1.3e-05 updt_s:0.103 data_s:0.011
853
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16580/25000 [29:01<14:34, 9.63step/s]INFO 2026-05-20 18:07:58 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.96 loss:0.008 grdn:0.161 lr:1.3e-05 updt_s:0.094 data_s:0.011
854
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16600/25000 [29:03<13:35, 10.30step/s]INFO 2026-05-20 18:08:00 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.97 loss:0.008 grdn:0.179 lr:1.3e-05 updt_s:0.093 data_s:0.011
855
+ Training: 66%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 16620/25000 [29:05<15:58, 8.75step/s]INFO 2026-05-20 18:08:02 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.97 loss:0.008 grdn:0.169 lr:1.3e-05 updt_s:0.098 data_s:0.013
856
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 16640/25000 [29:07<13:14, 10.52step/s]INFO 2026-05-20 18:08:04 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.98 loss:0.008 grdn:0.182 lr:1.3e-05 updt_s:0.095 data_s:0.008
857
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 16660/25000 [29:09<14:26, 9.63step/s]INFO 2026-05-20 18:08:06 ot_train.py:488 step:17K smpl:1M ep:2K epch:3.98 loss:0.007 grdn:0.176 lr:1.3e-05 updt_s:0.095 data_s:0.009
858
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 16680/25000 [29:11<14:17, 9.70step/s]INFO 2026-05-20 18:08:08 ot_train.py:488 step:17K smpl:1M ep:3K epch:3.98 loss:0.009 grdn:0.179 lr:1.3e-05 updt_s:0.089 data_s:0.011
859
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16699/25000 [29:13<13:17, 10.40step/s]INFO 2026-05-20 18:08:10 ot_train.py:488 step:17K smpl:1M ep:3K epch:3.99 loss:0.008 grdn:0.187 lr:1.3e-05 updt_s:0.091 data_s:0.007
860
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16719/25000 [29:15<13:37, 10.13step/s]INFO 2026-05-20 18:08:12 ot_train.py:488 step:17K smpl:1M ep:3K epch:3.99 loss:0.008 grdn:0.161 lr:1.2e-05 updt_s:0.092 data_s:0.009
861
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16740/25000 [29:17<14:58, 9.19step/s]INFO 2026-05-20 18:08:14 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.00 loss:0.008 grdn:0.167 lr:1.2e-05 updt_s:0.092 data_s:0.010
862
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 16760/25000 [29:19<14:09, 9.70step/s]INFO 2026-05-20 18:08:16 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.00 loss:0.008 grdn:0.167 lr:1.2e-05 updt_s:0.089 data_s:0.006
863
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16780/25000 [29:21<13:12, 10.37step/s]INFO 2026-05-20 18:08:18 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.01 loss:0.008 grdn:0.172 lr:1.2e-05 updt_s:0.087 data_s:0.012
864
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16800/25000 [29:23<13:52, 9.85step/s]INFO 2026-05-20 18:08:20 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.01 loss:0.007 grdn:0.159 lr:1.2e-05 updt_s:0.089 data_s:0.006
865
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16820/25000 [29:26<15:17, 8.91step/s]INFO 2026-05-20 18:08:22 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.02 loss:0.008 grdn:0.164 lr:1.2e-05 updt_s:0.097 data_s:0.008
866
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 16839/25000 [29:27<14:16, 9.53step/s]INFO 2026-05-20 18:08:24 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.02 loss:0.007 grdn:0.169 lr:1.2e-05 updt_s:0.088 data_s:0.008
867
+ Training: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16860/25000 [29:29<12:47, 10.61step/s]INFO 2026-05-20 18:08:26 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.03 loss:0.009 grdn:0.183 lr:1.2e-05 updt_s:0.093 data_s:0.006
868
+ Training: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16880/25000 [29:31<13:50, 9.78step/s]INFO 2026-05-20 18:08:28 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.03 loss:0.007 grdn:0.169 lr:1.2e-05 updt_s:0.093 data_s:0.006
869
+ Training: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16900/25000 [29:33<13:31, 9.98step/s]INFO 2026-05-20 18:08:30 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.04 loss:0.009 grdn:0.186 lr:1.2e-05 updt_s:0.086 data_s:0.009
870
+ Training: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16919/25000 [29:35<13:10, 10.23step/s]INFO 2026-05-20 18:08:32 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.04 loss:0.008 grdn:0.181 lr:1.2e-05 updt_s:0.088 data_s:0.011
871
+ Training: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 16940/25000 [29:37<13:13, 10.16step/s]INFO 2026-05-20 18:08:34 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.05 loss:0.008 grdn:0.197 lr:1.2e-05 updt_s:0.094 data_s:0.006
872
+ Training: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 16960/25000 [29:40<14:37, 9.16step/s]INFO 2026-05-20 18:08:36 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.05 loss:0.008 grdn:0.186 lr:1.2e-05 updt_s:0.093 data_s:0.014
873
+ Training: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 16979/25000 [29:42<13:33, 9.86step/s]INFO 2026-05-20 18:08:39 ot_train.py:488 step:17K smpl:1M ep:3K epch:4.06 loss:0.008 grdn:0.168 lr:1.2e-05 updt_s:0.093 data_s:0.007
874
+ Training: 68%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 16986/25000 [29:42<13:13, 10.09step/s]
checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/logs/debug-internal.log CHANGED
@@ -193,3 +193,55 @@
193
  {"time":"2026-05-20T18:01:54.857843579Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
194
  {"time":"2026-05-20T18:02:09.720008155Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":654,"history_lines":8,"events_offset":183,"events_lines":2,"console_offset":677,"console_lines":9}
195
  {"time":"2026-05-20T18:02:09.890451443Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  {"time":"2026-05-20T18:01:54.857843579Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
194
  {"time":"2026-05-20T18:02:09.720008155Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":654,"history_lines":8,"events_offset":183,"events_lines":2,"console_offset":677,"console_lines":9}
195
  {"time":"2026-05-20T18:02:09.890451443Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
196
+ {"time":"2026-05-20T18:02:24.717058234Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":662,"history_lines":7,"events_offset":185,"events_lines":2,"console_offset":685,"console_lines":8}
197
+ {"time":"2026-05-20T18:02:24.890099671Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
198
+ {"time":"2026-05-20T18:02:39.717174623Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":669,"history_lines":8,"events_offset":187,"events_lines":2,"console_offset":692,"console_lines":9}
199
+ {"time":"2026-05-20T18:02:39.888733129Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
200
+ {"time":"2026-05-20T18:02:54.717287845Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":677,"history_lines":7,"events_offset":189,"events_lines":2,"console_offset":700,"console_lines":8}
201
+ {"time":"2026-05-20T18:02:54.964901339Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
202
+ {"time":"2026-05-20T18:03:09.717146712Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":684,"history_lines":8,"events_offset":191,"events_lines":2,"console_offset":707,"console_lines":9}
203
+ {"time":"2026-05-20T18:03:09.836440029Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
204
+ {"time":"2026-05-20T18:03:24.717233078Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":692,"history_lines":7,"events_offset":193,"events_lines":2,"console_offset":715,"console_lines":8}
205
+ {"time":"2026-05-20T18:03:24.886892527Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
206
+ {"time":"2026-05-20T18:03:39.719311599Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":699,"history_lines":4,"events_offset":195,"events_lines":2,"console_offset":723,"console_lines":5}
207
+ {"time":"2026-05-20T18:03:39.889847447Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
208
+ {"time":"2026-05-20T18:03:54.716968034Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":703,"history_lines":7,"events_offset":197,"events_lines":2,"console_offset":727,"console_lines":8}
209
+ {"time":"2026-05-20T18:03:54.908460419Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
210
+ {"time":"2026-05-20T18:04:09.716910725Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":710,"history_lines":8,"events_offset":199,"events_lines":2,"console_offset":734,"console_lines":9}
211
+ {"time":"2026-05-20T18:04:09.931324223Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
212
+ {"time":"2026-05-20T18:04:24.717248346Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":718,"history_lines":7,"events_offset":201,"events_lines":2,"console_offset":742,"console_lines":8}
213
+ {"time":"2026-05-20T18:04:25.006789509Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
214
+ {"time":"2026-05-20T18:04:39.71657933Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":725,"history_lines":8,"events_offset":203,"events_lines":2,"console_offset":749,"console_lines":9}
215
+ {"time":"2026-05-20T18:04:39.990548785Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
216
+ {"time":"2026-05-20T18:04:54.716792747Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":733,"history_lines":7,"events_offset":205,"events_lines":2,"console_offset":757,"console_lines":8}
217
+ {"time":"2026-05-20T18:04:54.955294535Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
218
+ {"time":"2026-05-20T18:05:09.716555032Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":740,"history_lines":8,"events_offset":207,"events_lines":2,"console_offset":764,"console_lines":9}
219
+ {"time":"2026-05-20T18:05:09.904312628Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
220
+ {"time":"2026-05-20T18:05:24.71756572Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":748,"history_lines":7,"events_offset":209,"events_lines":2,"console_offset":772,"console_lines":8}
221
+ {"time":"2026-05-20T18:05:24.887887836Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
222
+ {"time":"2026-05-20T18:05:39.716922465Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":755,"history_lines":8,"events_offset":211,"events_lines":2,"console_offset":779,"console_lines":9}
223
+ {"time":"2026-05-20T18:05:39.849028038Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
224
+ {"time":"2026-05-20T18:05:54.717846154Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":763,"history_lines":8,"events_offset":213,"events_lines":2,"console_offset":787,"console_lines":8}
225
+ {"time":"2026-05-20T18:05:54.882486273Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
226
+ {"time":"2026-05-20T18:06:09.716973445Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":771,"history_lines":7,"events_offset":215,"events_lines":2,"console_offset":795,"console_lines":8}
227
+ {"time":"2026-05-20T18:06:09.870791813Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
228
+ {"time":"2026-05-20T18:06:24.716815717Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":778,"history_lines":8,"events_offset":217,"events_lines":2,"console_offset":802,"console_lines":9}
229
+ {"time":"2026-05-20T18:06:24.980686931Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
230
+ {"time":"2026-05-20T18:06:39.716871525Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":786,"history_lines":7,"events_offset":219,"events_lines":2,"console_offset":810,"console_lines":8}
231
+ {"time":"2026-05-20T18:06:39.896360712Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
232
+ {"time":"2026-05-20T18:06:54.71730804Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":793,"history_lines":6,"events_offset":221,"events_lines":2,"console_offset":817,"console_lines":7}
233
+ {"time":"2026-05-20T18:06:54.908890853Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
234
+ {"time":"2026-05-20T18:07:09.716528411Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":799,"history_lines":5,"events_offset":223,"events_lines":2,"console_offset":824,"console_lines":6}
235
+ {"time":"2026-05-20T18:07:09.899100087Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
236
+ {"time":"2026-05-20T18:07:24.716478986Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":804,"history_lines":8,"events_offset":225,"events_lines":2,"console_offset":829,"console_lines":8}
237
+ {"time":"2026-05-20T18:07:24.936145657Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
238
+ {"time":"2026-05-20T18:07:39.717254996Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":812,"history_lines":7,"events_offset":227,"events_lines":2,"console_offset":837,"console_lines":8}
239
+ {"time":"2026-05-20T18:07:39.884757471Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
240
+ {"time":"2026-05-20T18:07:54.717230234Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":819,"history_lines":7,"events_offset":229,"events_lines":2,"console_offset":844,"console_lines":8}
241
+ {"time":"2026-05-20T18:07:54.891402815Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
242
+ {"time":"2026-05-20T18:08:09.717469586Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":826,"history_lines":7,"events_offset":231,"events_lines":2,"console_offset":851,"console_lines":8}
243
+ {"time":"2026-05-20T18:08:09.83559681Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
244
+ {"time":"2026-05-20T18:08:24.716718992Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":833,"history_lines":7,"events_offset":233,"events_lines":2,"console_offset":858,"console_lines":8}
245
+ {"time":"2026-05-20T18:08:24.975880521Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
246
+ {"time":"2026-05-20T18:08:39.716535976Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":840,"history_lines":8,"events_offset":235,"events_lines":2,"console_offset":865,"console_lines":9}
247
+ {"time":"2026-05-20T18:08:39.877448628Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/run-ql0pvhal.wandb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7039262dd1882dfbee37ff8514adf7f0a1d3c0718844b4f00e9d3f765a11cd48
3
- size 1933312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced62d248847cb8629a2196cf2042e9f55bb2c785441d01b2893109ea7f0395c
3
+ size 2523136