rguntz commited on
Commit
9693504
Β·
verified Β·
1 Parent(s): 87836c4

Upload folder using huggingface_hub

Browse files
Files changed (28) hide show
  1. checkpoints/dagger/1iter/checkpoints/010000/pretrained_model/config.json +92 -0
  2. checkpoints/dagger/1iter/checkpoints/010000/pretrained_model/model.safetensors +3 -0
  3. checkpoints/dagger/1iter/checkpoints/010000/pretrained_model/policy_postprocessor.json +32 -0
  4. checkpoints/dagger/1iter/checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  5. checkpoints/dagger/1iter/checkpoints/010000/pretrained_model/policy_preprocessor.json +56 -0
  6. checkpoints/dagger/1iter/checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  7. checkpoints/dagger/1iter/checkpoints/010000/pretrained_model/train_config.json +302 -0
  8. checkpoints/dagger/1iter/checkpoints/010000/training_state/optimizer_param_groups.json +396 -0
  9. checkpoints/dagger/1iter/checkpoints/010000/training_state/optimizer_state.safetensors +3 -0
  10. checkpoints/dagger/1iter/checkpoints/010000/training_state/rng_state.safetensors +3 -0
  11. checkpoints/dagger/1iter/checkpoints/010000/training_state/scheduler_state.json +15 -0
  12. checkpoints/dagger/1iter/checkpoints/010000/training_state/training_step.json +3 -0
  13. checkpoints/dagger/1iter/checkpoints/012000/pretrained_model/config.json +92 -0
  14. checkpoints/dagger/1iter/checkpoints/012000/pretrained_model/model.safetensors +3 -0
  15. checkpoints/dagger/1iter/checkpoints/012000/pretrained_model/policy_postprocessor.json +32 -0
  16. checkpoints/dagger/1iter/checkpoints/012000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  17. checkpoints/dagger/1iter/checkpoints/012000/pretrained_model/policy_preprocessor.json +56 -0
  18. checkpoints/dagger/1iter/checkpoints/012000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  19. checkpoints/dagger/1iter/checkpoints/012000/pretrained_model/train_config.json +302 -0
  20. checkpoints/dagger/1iter/checkpoints/012000/training_state/optimizer_param_groups.json +396 -0
  21. checkpoints/dagger/1iter/checkpoints/012000/training_state/optimizer_state.safetensors +3 -0
  22. checkpoints/dagger/1iter/checkpoints/012000/training_state/rng_state.safetensors +3 -0
  23. checkpoints/dagger/1iter/checkpoints/012000/training_state/scheduler_state.json +15 -0
  24. checkpoints/dagger/1iter/checkpoints/012000/training_state/training_step.json +3 -0
  25. checkpoints/dagger/1iter/wandb/debug-internal.log +50 -0
  26. checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/files/output.log +182 -1
  27. checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/logs/debug-internal.log +50 -0
  28. checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/run-ql0pvhal.wandb +2 -2
checkpoints/dagger/1iter/checkpoints/010000/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/010000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e3820749c79be542a89022cb151253819a1f10d07543469150a3080e4f8b6d
3
+ size 1095367712
checkpoints/dagger/1iter/checkpoints/010000/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/010000/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/010000/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/010000/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/010000/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/010000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 3.29051916724206e-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/010000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c45457313be927a02a1da2016ffc0a473baaffefba70b8e0e412cb8cfd2f415
3
+ size 2014217744
checkpoints/dagger/1iter/checkpoints/010000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880911f888bb166e6dd6806c53992ff8f48e4d6d62d1bcf43fc83f46c8ff6fc7
3
+ size 15708
checkpoints/dagger/1iter/checkpoints/010000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 5e-05
4
+ ],
5
+ "last_epoch": 10000,
6
+ "_step_count": 10001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 3.29051916724206e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/dagger/1iter/checkpoints/010000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 10000
3
+ }
checkpoints/dagger/1iter/checkpoints/012000/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/012000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:814c1887c0f0112627e8bb81991a5d8303bb0c076c7053e35bc9d335912a71e5
3
+ size 1095367712
checkpoints/dagger/1iter/checkpoints/012000/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/012000/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/012000/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/012000/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/012000/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/012000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.673342326970204e-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/012000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b186f742e4b154aa489fc58c08dde29de3ff1997b2af8a587d410a81873aef
3
+ size 2014217744
checkpoints/dagger/1iter/checkpoints/012000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3a630d8892403afb3f098cff886e89f038c3bae7ea0e984a0978e4a1dc24d4
3
+ size 15708
checkpoints/dagger/1iter/checkpoints/012000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 5e-05
4
+ ],
5
+ "last_epoch": 12000,
6
+ "_step_count": 12001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.673342326970204e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/dagger/1iter/checkpoints/012000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 12000
3
+ }
checkpoints/dagger/1iter/wandb/debug-internal.log CHANGED
@@ -143,3 +143,53 @@
143
  {"time":"2026-05-20T17:55:40.051665116Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
144
  {"time":"2026-05-20T17:55:54.716562981Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":476,"history_lines":7,"events_offset":133,"events_lines":2,"console_offset":497,"console_lines":8}
145
  {"time":"2026-05-20T17:55:54.937796735Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  {"time":"2026-05-20T17:55:40.051665116Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
144
  {"time":"2026-05-20T17:55:54.716562981Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":476,"history_lines":7,"events_offset":133,"events_lines":2,"console_offset":497,"console_lines":8}
145
  {"time":"2026-05-20T17:55:54.937796735Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
146
+ {"time":"2026-05-20T17:56:09.716718894Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":483,"history_lines":7,"events_offset":135,"events_lines":2,"console_offset":504,"console_lines":8}
147
+ {"time":"2026-05-20T17:56:09.949819209Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
148
+ {"time":"2026-05-20T17:56:24.716751839Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":490,"history_lines":8,"events_offset":137,"events_lines":2,"console_offset":511,"console_lines":9}
149
+ {"time":"2026-05-20T17:56:25.074497421Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
150
+ {"time":"2026-05-20T17:56:39.717041055Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":498,"history_lines":3,"events_offset":139,"events_lines":2,"console_offset":519,"console_lines":5}
151
+ {"time":"2026-05-20T17:56:39.875553992Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
152
+ {"time":"2026-05-20T17:56:54.716697285Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":501,"history_lines":8,"events_offset":141,"events_lines":2,"console_offset":523,"console_lines":9}
153
+ {"time":"2026-05-20T17:56:54.863933428Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
154
+ {"time":"2026-05-20T17:57:09.719711772Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":509,"history_lines":8,"events_offset":143,"events_lines":2,"console_offset":531,"console_lines":9}
155
+ {"time":"2026-05-20T17:57:09.861855954Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
156
+ {"time":"2026-05-20T17:57:24.717055553Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":517,"history_lines":7,"events_offset":145,"events_lines":2,"console_offset":539,"console_lines":8}
157
+ {"time":"2026-05-20T17:57:24.874516769Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
158
+ {"time":"2026-05-20T17:57:39.716761071Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":524,"history_lines":8,"events_offset":147,"events_lines":2,"console_offset":546,"console_lines":9}
159
+ {"time":"2026-05-20T17:57:39.894257848Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
160
+ {"time":"2026-05-20T17:57:54.717054017Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":532,"history_lines":7,"events_offset":149,"events_lines":2,"console_offset":554,"console_lines":8}
161
+ {"time":"2026-05-20T17:57:54.882381586Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
162
+ {"time":"2026-05-20T17:58:09.71687818Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":539,"history_lines":8,"events_offset":151,"events_lines":2,"console_offset":561,"console_lines":9}
163
+ {"time":"2026-05-20T17:58:09.952924019Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
164
+ {"time":"2026-05-20T17:58:24.716822979Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":547,"history_lines":7,"events_offset":153,"events_lines":2,"console_offset":569,"console_lines":8}
165
+ {"time":"2026-05-20T17:58:24.901707301Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
166
+ {"time":"2026-05-20T17:58:39.717152258Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":554,"history_lines":8,"events_offset":155,"events_lines":2,"console_offset":576,"console_lines":9}
167
+ {"time":"2026-05-20T17:58:39.9808448Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
168
+ {"time":"2026-05-20T17:58:54.716916857Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":562,"history_lines":8,"events_offset":157,"events_lines":2,"console_offset":584,"console_lines":9}
169
+ {"time":"2026-05-20T17:58:55.000261324Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
170
+ {"time":"2026-05-20T17:59:09.716707801Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":570,"history_lines":7,"events_offset":159,"events_lines":2,"console_offset":592,"console_lines":8}
171
+ {"time":"2026-05-20T17:59:09.917156008Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
172
+ {"time":"2026-05-20T17:59:24.716964146Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":577,"history_lines":8,"events_offset":161,"events_lines":2,"console_offset":599,"console_lines":9}
173
+ {"time":"2026-05-20T17:59:24.924244652Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
174
+ {"time":"2026-05-20T17:59:39.717161004Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":585,"history_lines":7,"events_offset":163,"events_lines":2,"console_offset":607,"console_lines":8}
175
+ {"time":"2026-05-20T17:59:39.914345179Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
176
+ {"time":"2026-05-20T17:59:54.717197161Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":592,"history_lines":7,"events_offset":165,"events_lines":2,"console_offset":614,"console_lines":8}
177
+ {"time":"2026-05-20T17:59:54.981602054Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
178
+ {"time":"2026-05-20T18:00:09.716412283Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":599,"history_lines":4,"events_offset":167,"events_lines":2,"console_offset":622,"console_lines":5}
179
+ {"time":"2026-05-20T18:00:09.86149037Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
180
+ {"time":"2026-05-20T18:00:24.716829103Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":603,"history_lines":8,"events_offset":169,"events_lines":2,"console_offset":626,"console_lines":9}
181
+ {"time":"2026-05-20T18:00:24.826990361Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
182
+ {"time":"2026-05-20T18:00:39.716610287Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":611,"history_lines":7,"events_offset":171,"events_lines":2,"console_offset":634,"console_lines":8}
183
+ {"time":"2026-05-20T18:00:39.951764967Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
184
+ {"time":"2026-05-20T18:00:54.717253328Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":618,"history_lines":7,"events_offset":173,"events_lines":2,"console_offset":641,"console_lines":8}
185
+ {"time":"2026-05-20T18:00:54.866925537Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
186
+ {"time":"2026-05-20T18:01:09.716645987Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":625,"history_lines":7,"events_offset":175,"events_lines":2,"console_offset":648,"console_lines":8}
187
+ {"time":"2026-05-20T18:01:09.941504648Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
188
+ {"time":"2026-05-20T18:01:24.717434776Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":632,"history_lines":7,"events_offset":177,"events_lines":2,"console_offset":655,"console_lines":8}
189
+ {"time":"2026-05-20T18:01:24.918546872Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
190
+ {"time":"2026-05-20T18:01:39.717534547Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":639,"history_lines":8,"events_offset":179,"events_lines":2,"console_offset":662,"console_lines":9}
191
+ {"time":"2026-05-20T18:01:40.199098429Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
192
+ {"time":"2026-05-20T18:01:54.71738391Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":647,"history_lines":7,"events_offset":181,"events_lines":2,"console_offset":670,"console_lines":8}
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"}
checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/files/output.log CHANGED
@@ -504,4 +504,185 @@ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
504
  Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9680/25000 [16:56<27:18, 9.35step/s]INFO 2026-05-20 17:55:53 ot_train.py:488 step:10K smpl:620K ep:1K epch:2.31 loss:0.008 grdn:0.165 lr:3.4e-05 updt_s:0.094 data_s:0.012
505
  Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9700/25000 [16:59<29:16, 8.71step/s]INFO 2026-05-20 17:55:55 ot_train.py:488 step:10K smpl:621K ep:1K epch:2.32 loss:0.009 grdn:0.183 lr:3.4e-05 updt_s:0.099 data_s:0.008
506
  Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9720/25000 [17:01<26:10, 9.73step/s]INFO 2026-05-20 17:55:57 ot_train.py:488 step:10K smpl:622K ep:1K epch:2.32 loss:0.009 grdn:0.179 lr:3.4e-05 updt_s:0.089 data_s:0.010
507
- Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9736/25000 [17:02<24:27, 10.40step/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
504
  Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 9680/25000 [16:56<27:18, 9.35step/s]INFO 2026-05-20 17:55:53 ot_train.py:488 step:10K smpl:620K ep:1K epch:2.31 loss:0.008 grdn:0.165 lr:3.4e-05 updt_s:0.094 data_s:0.012
505
  Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9700/25000 [16:59<29:16, 8.71step/s]INFO 2026-05-20 17:55:55 ot_train.py:488 step:10K smpl:621K ep:1K epch:2.32 loss:0.009 grdn:0.183 lr:3.4e-05 updt_s:0.099 data_s:0.008
506
  Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9720/25000 [17:01<26:10, 9.73step/s]INFO 2026-05-20 17:55:57 ot_train.py:488 step:10K smpl:622K ep:1K epch:2.32 loss:0.009 grdn:0.179 lr:3.4e-05 updt_s:0.089 data_s:0.010
507
+ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9740/25000 [17:03<24:25, 10.41step/s]INFO 2026-05-20 17:55:59 ot_train.py:488 step:10K smpl:623K ep:1K epch:2.33 loss:0.009 grdn:0.177 lr:3.4e-05 updt_s:0.091 data_s:0.009
508
+ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9760/25000 [17:05<24:37, 10.32step/s]INFO 2026-05-20 17:56:01 ot_train.py:488 step:10K smpl:625K ep:1K epch:2.33 loss:0.009 grdn:0.172 lr:3.4e-05 updt_s:0.089 data_s:0.006
509
+ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9780/25000 [17:07<24:52, 10.19step/s]INFO 2026-05-20 17:56:03 ot_train.py:488 step:10K smpl:626K ep:1K epch:2.34 loss:0.009 grdn:0.163 lr:3.4e-05 updt_s:0.086 data_s:0.010
510
+ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9799/25000 [17:08<24:48, 10.21step/s]INFO 2026-05-20 17:56:05 ot_train.py:488 step:10K smpl:627K ep:1K epch:2.34 loss:0.008 grdn:0.156 lr:3.4e-05 updt_s:0.088 data_s:0.010
511
+ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9819/25000 [17:10<23:25, 10.80step/s]INFO 2026-05-20 17:56:07 ot_train.py:488 step:10K smpl:628K ep:1K epch:2.35 loss:0.009 grdn:0.168 lr:3.3e-05 updt_s:0.084 data_s:0.010
512
+ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 9839/25000 [17:12<26:02, 9.70step/s]INFO 2026-05-20 17:56:09 ot_train.py:488 step:10K smpl:630K ep:1K epch:2.35 loss:0.009 grdn:0.180 lr:3.3e-05 updt_s:0.094 data_s:0.006
513
+ Training: 39%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9860/25000 [17:14<24:32, 10.28step/s]INFO 2026-05-20 17:56:11 ot_train.py:488 step:10K smpl:631K ep:1K epch:2.36 loss:0.009 grdn:0.164 lr:3.3e-05 updt_s:0.091 data_s:0.006
514
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9880/25000 [17:16<25:43, 9.79step/s]INFO 2026-05-20 17:56:13 ot_train.py:488 step:10K smpl:632K ep:1K epch:2.36 loss:0.009 grdn:0.178 lr:3.3e-05 updt_s:0.090 data_s:0.009
515
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9900/25000 [17:18<24:53, 10.11step/s]INFO 2026-05-20 17:56:15 ot_train.py:488 step:10K smpl:634K ep:1K epch:2.37 loss:0.009 grdn:0.164 lr:3.3e-05 updt_s:0.089 data_s:0.009
516
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 9919/25000 [17:20<28:17, 8.88step/s]INFO 2026-05-20 17:56:17 ot_train.py:488 step:10K smpl:635K ep:1K epch:2.37 loss:0.008 grdn:0.156 lr:3.3e-05 updt_s:0.091 data_s:0.010
517
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 9939/25000 [17:22<23:02, 10.90step/s]INFO 2026-05-20 17:56:19 ot_train.py:488 step:10K smpl:636K ep:1K epch:2.37 loss:0.009 grdn:0.190 lr:3.3e-05 updt_s:0.087 data_s:0.007
518
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 9959/25000 [17:24<25:27, 9.85step/s]INFO 2026-05-20 17:56:21 ot_train.py:488 step:10K smpl:637K ep:1K epch:2.38 loss:0.010 grdn:0.201 lr:3.3e-05 updt_s:0.093 data_s:0.008
519
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 9979/25000 [17:26<25:18, 9.89step/s]INFO 2026-05-20 17:56:23 ot_train.py:488 step:10K smpl:639K ep:1K epch:2.38 loss:0.008 grdn:0.162 lr:3.3e-05 updt_s:0.092 data_s:0.008
520
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 9999/25000 [17:28<26:22, 9.48step/s]INFO 2026-05-20 17:56:25 ot_train.py:488 step:10K smpl:640K ep:2K epch:2.39 loss:0.008 grdn:0.170 lr:3.3e-05 updt_s:0.087 data_s:0.010
521
+ INFO 2026-05-20 17:56:25 ot_train.py:502 Checkpoint policy after step 10000
522
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10019/25000 [17:38<34:27, 7.25step/s]INFO 2026-05-20 17:56:35 ot_train.py:488 step:10K smpl:641K ep:2K epch:2.39 loss:0.009 grdn:0.180 lr:3.3e-05 updt_s:0.070 data_s:0.007
523
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10039/25000 [17:40<27:43, 8.99step/s]INFO 2026-05-20 17:56:37 ot_train.py:488 step:10K smpl:643K ep:2K epch:2.40 loss:0.009 grdn:0.181 lr:3.3e-05 updt_s:0.093 data_s:0.010
524
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10059/25000 [17:43<24:51, 10.02step/s]INFO 2026-05-20 17:56:39 ot_train.py:488 step:10K smpl:644K ep:2K epch:2.40 loss:0.009 grdn:0.179 lr:3.3e-05 updt_s:0.091 data_s:0.009
525
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10079/25000 [17:44<24:54, 9.98step/s]INFO 2026-05-20 17:56:41 ot_train.py:488 step:10K smpl:645K ep:2K epch:2.41 loss:0.010 grdn:0.195 lr:3.3e-05 updt_s:0.088 data_s:0.006
526
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10099/25000 [17:46<23:56, 10.37step/s]INFO 2026-05-20 17:56:43 ot_train.py:488 step:10K smpl:646K ep:2K epch:2.41 loss:0.008 grdn:0.161 lr:3.3e-05 updt_s:0.088 data_s:0.011
527
+ Training: 40%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10120/25000 [17:49<23:27, 10.57step/s]INFO 2026-05-20 17:56:45 ot_train.py:488 step:10K smpl:648K ep:2K epch:2.42 loss:0.009 grdn:0.166 lr:3.3e-05 updt_s:0.089 data_s:0.008
528
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10139/25000 [17:50<23:47, 10.41step/s]INFO 2026-05-20 17:56:47 ot_train.py:488 step:10K smpl:649K ep:2K epch:2.42 loss:0.009 grdn:0.172 lr:3.3e-05 updt_s:0.089 data_s:0.010
529
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10159/25000 [17:52<23:37, 10.47step/s]INFO 2026-05-20 17:56:49 ot_train.py:488 step:10K smpl:650K ep:2K epch:2.43 loss:0.008 grdn:0.150 lr:3.2e-05 updt_s:0.090 data_s:0.006
530
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10179/25000 [17:54<24:54, 9.92step/s]INFO 2026-05-20 17:56:51 ot_train.py:488 step:10K smpl:652K ep:2K epch:2.43 loss:0.008 grdn:0.165 lr:3.2e-05 updt_s:0.087 data_s:0.010
531
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10199/25000 [17:56<23:26, 10.52step/s]INFO 2026-05-20 17:56:53 ot_train.py:488 step:10K smpl:653K ep:2K epch:2.44 loss:0.010 grdn:0.178 lr:3.2e-05 updt_s:0.086 data_s:0.007
532
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10220/25000 [17:58<24:37, 10.01step/s]INFO 2026-05-20 17:56:55 ot_train.py:488 step:10K smpl:654K ep:2K epch:2.44 loss:0.007 grdn:0.153 lr:3.2e-05 updt_s:0.085 data_s:0.014
533
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10240/25000 [18:00<24:28, 10.05step/s]INFO 2026-05-20 17:56:57 ot_train.py:488 step:10K smpl:655K ep:2K epch:2.45 loss:0.009 grdn:0.167 lr:3.2e-05 updt_s:0.088 data_s:0.010
534
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10260/25000 [18:02<23:22, 10.51step/s]INFO 2026-05-20 17:56:59 ot_train.py:488 step:10K smpl:657K ep:2K epch:2.45 loss:0.008 grdn:0.158 lr:3.2e-05 updt_s:0.090 data_s:0.010
535
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10280/25000 [18:04<25:29, 9.62step/s]INFO 2026-05-20 17:57:01 ot_train.py:488 step:10K smpl:658K ep:2K epch:2.46 loss:0.009 grdn:0.173 lr:3.2e-05 updt_s:0.092 data_s:0.006
536
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10300/25000 [18:06<22:47, 10.75step/s]INFO 2026-05-20 17:57:03 ot_train.py:488 step:10K smpl:659K ep:2K epch:2.46 loss:0.009 grdn:0.176 lr:3.2e-05 updt_s:0.083 data_s:0.010
537
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10320/25000 [18:08<24:32, 9.97step/s]INFO 2026-05-20 17:57:05 ot_train.py:488 step:10K smpl:660K ep:2K epch:2.47 loss:0.008 grdn:0.170 lr:3.2e-05 updt_s:0.086 data_s:0.011
538
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10340/25000 [18:10<24:58, 9.79step/s]INFO 2026-05-20 17:57:07 ot_train.py:488 step:10K smpl:662K ep:2K epch:2.47 loss:0.008 grdn:0.171 lr:3.2e-05 updt_s:0.091 data_s:0.008
539
+ Training: 41%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10359/25000 [18:12<25:53, 9.42step/s]INFO 2026-05-20 17:57:09 ot_train.py:488 step:10K smpl:663K ep:2K epch:2.47 loss:0.008 grdn:0.154 lr:3.2e-05 updt_s:0.091 data_s:0.006
540
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10379/25000 [18:14<23:37, 10.31step/s]INFO 2026-05-20 17:57:11 ot_train.py:488 step:10K smpl:664K ep:2K epch:2.48 loss:0.008 grdn:0.164 lr:3.2e-05 updt_s:0.088 data_s:0.011
541
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10399/25000 [18:16<24:30, 9.93step/s]INFO 2026-05-20 17:57:13 ot_train.py:488 step:10K smpl:666K ep:2K epch:2.48 loss:0.009 grdn:0.172 lr:3.2e-05 updt_s:0.087 data_s:0.010
542
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10419/25000 [18:18<22:25, 10.83step/s]INFO 2026-05-20 17:57:15 ot_train.py:488 step:10K smpl:667K ep:2K epch:2.49 loss:0.008 grdn:0.152 lr:3.2e-05 updt_s:0.088 data_s:0.008
543
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 10440/25000 [18:20<24:53, 9.75step/s]INFO 2026-05-20 17:57:17 ot_train.py:488 step:10K smpl:668K ep:2K epch:2.49 loss:0.009 grdn:0.166 lr:3.2e-05 updt_s:0.095 data_s:0.011
544
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10460/25000 [18:22<22:32, 10.75step/s]INFO 2026-05-20 17:57:19 ot_train.py:488 step:10K smpl:669K ep:2K epch:2.50 loss:0.008 grdn:0.164 lr:3.2e-05 updt_s:0.084 data_s:0.011
545
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10479/25000 [18:24<25:01, 9.67step/s]INFO 2026-05-20 17:57:21 ot_train.py:488 step:10K smpl:671K ep:2K epch:2.50 loss:0.009 grdn:0.179 lr:3.1e-05 updt_s:0.091 data_s:0.008
546
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10499/25000 [18:26<24:36, 9.82step/s]INFO 2026-05-20 17:57:23 ot_train.py:488 step:10K smpl:672K ep:2K epch:2.51 loss:0.009 grdn:0.168 lr:3.1e-05 updt_s:0.086 data_s:0.007
547
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 10520/25000 [18:28<23:00, 10.49step/s]INFO 2026-05-20 17:57:25 ot_train.py:488 step:11K smpl:673K ep:2K epch:2.51 loss:0.008 grdn:0.168 lr:3.1e-05 updt_s:0.091 data_s:0.009
548
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10540/25000 [18:30<22:58, 10.49step/s]INFO 2026-05-20 17:57:27 ot_train.py:488 step:11K smpl:675K ep:2K epch:2.52 loss:0.008 grdn:0.174 lr:3.1e-05 updt_s:0.091 data_s:0.006
549
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10559/25000 [18:32<23:18, 10.32step/s]INFO 2026-05-20 17:57:29 ot_train.py:488 step:11K smpl:676K ep:2K epch:2.52 loss:0.009 grdn:0.177 lr:3.1e-05 updt_s:0.092 data_s:0.008
550
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10579/25000 [18:34<21:30, 11.18step/s]INFO 2026-05-20 17:57:31 ot_train.py:488 step:11K smpl:677K ep:2K epch:2.53 loss:0.009 grdn:0.177 lr:3.1e-05 updt_s:0.080 data_s:0.009
551
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 10599/25000 [18:36<23:38, 10.15step/s]INFO 2026-05-20 17:57:33 ot_train.py:488 step:11K smpl:678K ep:2K epch:2.53 loss:0.008 grdn:0.166 lr:3.1e-05 updt_s:0.091 data_s:0.013
552
+ Training: 42%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10620/25000 [18:38<24:03, 9.96step/s]INFO 2026-05-20 17:57:35 ot_train.py:488 step:11K smpl:680K ep:2K epch:2.54 loss:0.009 grdn:0.180 lr:3.1e-05 updt_s:0.087 data_s:0.012
553
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10640/25000 [18:40<22:37, 10.58step/s]INFO 2026-05-20 17:57:37 ot_train.py:488 step:11K smpl:681K ep:2K epch:2.54 loss:0.009 grdn:0.192 lr:3.1e-05 updt_s:0.085 data_s:0.010
554
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10659/25000 [18:42<24:10, 9.88step/s]INFO 2026-05-20 17:57:39 ot_train.py:488 step:11K smpl:682K ep:2K epch:2.55 loss:0.008 grdn:0.162 lr:3.1e-05 updt_s:0.091 data_s:0.011
555
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10679/25000 [18:44<23:55, 9.98step/s]INFO 2026-05-20 17:57:41 ot_train.py:488 step:11K smpl:684K ep:2K epch:2.55 loss:0.008 grdn:0.160 lr:3.1e-05 updt_s:0.090 data_s:0.008
556
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10699/25000 [18:46<23:21, 10.20step/s]INFO 2026-05-20 17:57:43 ot_train.py:488 step:11K smpl:685K ep:2K epch:2.56 loss:0.009 grdn:0.156 lr:3.1e-05 updt_s:0.086 data_s:0.009
557
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10719/25000 [18:48<23:55, 9.95step/s]INFO 2026-05-20 17:57:45 ot_train.py:488 step:11K smpl:686K ep:2K epch:2.56 loss:0.008 grdn:0.175 lr:3.1e-05 updt_s:0.091 data_s:0.006
558
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10739/25000 [18:50<23:48, 9.98step/s]INFO 2026-05-20 17:57:47 ot_train.py:488 step:11K smpl:687K ep:2K epch:2.57 loss:0.008 grdn:0.171 lr:3.1e-05 updt_s:0.086 data_s:0.010
559
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 10759/25000 [18:52<23:56, 9.91step/s]INFO 2026-05-20 17:57:49 ot_train.py:488 step:11K smpl:689K ep:2K epch:2.57 loss:0.009 grdn:0.163 lr:3.1e-05 updt_s:0.087 data_s:0.009
560
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10779/25000 [18:54<22:53, 10.35step/s]INFO 2026-05-20 17:57:51 ot_train.py:488 step:11K smpl:690K ep:2K epch:2.58 loss:0.009 grdn:0.185 lr:3.1e-05 updt_s:0.090 data_s:0.009
561
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10799/25000 [18:56<24:19, 9.73step/s]INFO 2026-05-20 17:57:53 ot_train.py:488 step:11K smpl:691K ep:2K epch:2.58 loss:0.009 grdn:0.175 lr:3.1e-05 updt_s:0.084 data_s:0.009
562
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10820/25000 [18:58<22:29, 10.51step/s]INFO 2026-05-20 17:57:55 ot_train.py:488 step:11K smpl:692K ep:2K epch:2.58 loss:0.009 grdn:0.172 lr:3.0e-05 updt_s:0.090 data_s:0.006
563
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 10840/25000 [19:00<23:34, 10.01step/s]INFO 2026-05-20 17:57:57 ot_train.py:488 step:11K smpl:694K ep:2K epch:2.59 loss:0.009 grdn:0.166 lr:3.0e-05 updt_s:0.090 data_s:0.006
564
+ Training: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10860/25000 [19:02<22:31, 10.46step/s]INFO 2026-05-20 17:57:59 ot_train.py:488 step:11K smpl:695K ep:2K epch:2.59 loss:0.009 grdn:0.174 lr:3.0e-05 updt_s:0.090 data_s:0.008
565
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10880/25000 [19:04<25:16, 9.31step/s]INFO 2026-05-20 17:58:01 ot_train.py:488 step:11K smpl:696K ep:2K epch:2.60 loss:0.009 grdn:0.169 lr:3.0e-05 updt_s:0.094 data_s:0.007
566
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10900/25000 [19:06<24:01, 9.78step/s]INFO 2026-05-20 17:58:03 ot_train.py:488 step:11K smpl:698K ep:2K epch:2.60 loss:0.009 grdn:0.168 lr:3.0e-05 updt_s:0.086 data_s:0.011
567
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10920/25000 [19:08<23:53, 9.82step/s]INFO 2026-05-20 17:58:05 ot_train.py:488 step:11K smpl:699K ep:2K epch:2.61 loss:0.010 grdn:0.168 lr:3.0e-05 updt_s:0.090 data_s:0.009
568
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10940/25000 [19:10<21:51, 10.72step/s]INFO 2026-05-20 17:58:07 ot_train.py:488 step:11K smpl:700K ep:2K epch:2.61 loss:0.008 grdn:0.177 lr:3.0e-05 updt_s:0.088 data_s:0.010
569
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10960/25000 [19:12<21:57, 10.65step/s]INFO 2026-05-20 17:58:08 ot_train.py:488 step:11K smpl:701K ep:2K epch:2.62 loss:0.009 grdn:0.188 lr:3.0e-05 updt_s:0.090 data_s:0.007
570
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10979/25000 [19:14<22:53, 10.21step/s]INFO 2026-05-20 17:58:11 ot_train.py:488 step:11K smpl:703K ep:2K epch:2.62 loss:0.009 grdn:0.170 lr:3.0e-05 updt_s:0.092 data_s:0.010
571
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 10999/25000 [19:15<21:27, 10.87step/s]INFO 2026-05-20 17:58:12 ot_train.py:488 step:11K smpl:704K ep:2K epch:2.63 loss:0.009 grdn:0.166 lr:3.0e-05 updt_s:0.085 data_s:0.008
572
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11019/25000 [19:18<24:54, 9.35step/s]INFO 2026-05-20 17:58:14 ot_train.py:488 step:11K smpl:705K ep:2K epch:2.63 loss:0.009 grdn:0.185 lr:3.0e-05 updt_s:0.092 data_s:0.010
573
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11039/25000 [19:19<22:50, 10.18step/s]INFO 2026-05-20 17:58:16 ot_train.py:488 step:11K smpl:707K ep:2K epch:2.64 loss:0.008 grdn:0.158 lr:3.0e-05 updt_s:0.090 data_s:0.008
574
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11060/25000 [19:22<22:54, 10.14step/s]INFO 2026-05-20 17:58:18 ot_train.py:488 step:11K smpl:708K ep:2K epch:2.64 loss:0.008 grdn:0.168 lr:3.0e-05 updt_s:0.088 data_s:0.008
575
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11080/25000 [19:24<25:19, 9.16step/s]INFO 2026-05-20 17:58:20 ot_train.py:488 step:11K smpl:709K ep:2K epch:2.65 loss:0.008 grdn:0.152 lr:3.0e-05 updt_s:0.091 data_s:0.010
576
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11099/25000 [19:25<21:22, 10.84step/s]INFO 2026-05-20 17:58:22 ot_train.py:488 step:11K smpl:710K ep:2K epch:2.65 loss:0.009 grdn:0.161 lr:3.0e-05 updt_s:0.086 data_s:0.006
577
+ Training: 44%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11120/25000 [19:27<20:56, 11.04step/s]INFO 2026-05-20 17:58:24 ot_train.py:488 step:11K smpl:712K ep:2K epch:2.66 loss:0.008 grdn:0.160 lr:3.0e-05 updt_s:0.093 data_s:0.006
578
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11140/25000 [19:30<23:33, 9.81step/s]INFO 2026-05-20 17:58:26 ot_train.py:488 step:11K smpl:713K ep:2K epch:2.66 loss:0.009 grdn:0.173 lr:2.9e-05 updt_s:0.096 data_s:0.006
579
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11160/25000 [19:31<23:47, 9.70step/s]INFO 2026-05-20 17:58:28 ot_train.py:488 step:11K smpl:714K ep:2K epch:2.67 loss:0.009 grdn:0.179 lr:2.9e-05 updt_s:0.088 data_s:0.009
580
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11180/25000 [19:33<21:56, 10.50step/s]INFO 2026-05-20 17:58:30 ot_train.py:488 step:11K smpl:716K ep:2K epch:2.67 loss:0.008 grdn:0.161 lr:2.9e-05 updt_s:0.086 data_s:0.006
581
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11200/25000 [19:35<23:24, 9.83step/s]INFO 2026-05-20 17:58:32 ot_train.py:488 step:11K smpl:717K ep:2K epch:2.68 loss:0.008 grdn:0.173 lr:2.9e-05 updt_s:0.090 data_s:0.006
582
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆοΏ½οΏ½οΏ½β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11219/25000 [19:37<22:05, 10.40step/s]INFO 2026-05-20 17:58:34 ot_train.py:488 step:11K smpl:718K ep:2K epch:2.68 loss:0.008 grdn:0.166 lr:2.9e-05 updt_s:0.091 data_s:0.006
583
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11240/25000 [19:39<22:38, 10.13step/s]INFO 2026-05-20 17:58:36 ot_train.py:488 step:11K smpl:719K ep:2K epch:2.69 loss:0.009 grdn:0.181 lr:2.9e-05 updt_s:0.094 data_s:0.007
584
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11260/25000 [19:41<24:44, 9.26step/s]INFO 2026-05-20 17:58:38 ot_train.py:488 step:11K smpl:721K ep:2K epch:2.69 loss:0.009 grdn:0.182 lr:2.9e-05 updt_s:0.095 data_s:0.006
585
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11279/25000 [19:43<19:29, 11.73step/s]INFO 2026-05-20 17:58:40 ot_train.py:488 step:11K smpl:722K ep:2K epch:2.69 loss:0.008 grdn:0.160 lr:2.9e-05 updt_s:0.083 data_s:0.006
586
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11300/25000 [19:45<22:29, 10.15step/s]INFO 2026-05-20 17:58:42 ot_train.py:488 step:11K smpl:723K ep:2K epch:2.70 loss:0.008 grdn:0.158 lr:2.9e-05 updt_s:0.096 data_s:0.009
587
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11320/25000 [19:47<21:29, 10.61step/s]INFO 2026-05-20 17:58:44 ot_train.py:488 step:11K smpl:724K ep:2K epch:2.70 loss:0.008 grdn:0.165 lr:2.9e-05 updt_s:0.089 data_s:0.007
588
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11339/25000 [19:49<22:34, 10.09step/s]INFO 2026-05-20 17:58:46 ot_train.py:488 step:11K smpl:726K ep:2K epch:2.71 loss:0.008 grdn:0.156 lr:2.9e-05 updt_s:0.092 data_s:0.009
589
+ Training: 45%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11359/25000 [19:51<22:02, 10.32step/s]INFO 2026-05-20 17:58:48 ot_train.py:488 step:11K smpl:727K ep:2K epch:2.71 loss:0.008 grdn:0.173 lr:2.9e-05 updt_s:0.086 data_s:0.009
590
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11379/25000 [19:53<22:04, 10.29step/s]INFO 2026-05-20 17:58:50 ot_train.py:488 step:11K smpl:728K ep:2K epch:2.72 loss:0.008 grdn:0.167 lr:2.9e-05 updt_s:0.086 data_s:0.008
591
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11400/25000 [19:55<22:18, 10.16step/s]INFO 2026-05-20 17:58:52 ot_train.py:488 step:11K smpl:730K ep:2K epch:2.72 loss:0.007 grdn:0.147 lr:2.9e-05 updt_s:0.090 data_s:0.008
592
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 11420/25000 [19:57<21:53, 10.34step/s]INFO 2026-05-20 17:58:54 ot_train.py:488 step:11K smpl:731K ep:2K epch:2.73 loss:0.009 grdn:0.161 lr:2.9e-05 updt_s:0.090 data_s:0.006
593
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11440/25000 [19:59<23:11, 9.74step/s]INFO 2026-05-20 17:58:56 ot_train.py:488 step:11K smpl:732K ep:2K epch:2.73 loss:0.009 grdn:0.180 lr:2.9e-05 updt_s:0.091 data_s:0.008
594
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11460/25000 [20:01<22:08, 10.19step/s]INFO 2026-05-20 17:58:58 ot_train.py:488 step:11K smpl:733K ep:2K epch:2.74 loss:0.010 grdn:0.184 lr:2.8e-05 updt_s:0.086 data_s:0.006
595
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11480/25000 [20:03<22:23, 10.06step/s]INFO 2026-05-20 17:59:00 ot_train.py:488 step:11K smpl:735K ep:2K epch:2.74 loss:0.009 grdn:0.167 lr:2.8e-05 updt_s:0.090 data_s:0.006
596
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11500/25000 [20:05<22:28, 10.01step/s]INFO 2026-05-20 17:59:02 ot_train.py:488 step:12K smpl:736K ep:2K epch:2.75 loss:0.009 grdn:0.180 lr:2.8e-05 updt_s:0.088 data_s:0.007
597
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11520/25000 [20:07<22:15, 10.09step/s]INFO 2026-05-20 17:59:04 ot_train.py:488 step:12K smpl:737K ep:2K epch:2.75 loss:0.008 grdn:0.165 lr:2.8e-05 updt_s:0.086 data_s:0.010
598
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11540/25000 [20:09<22:16, 10.07step/s]INFO 2026-05-20 17:59:06 ot_train.py:488 step:12K smpl:739K ep:2K epch:2.76 loss:0.008 grdn:0.175 lr:2.8e-05 updt_s:0.089 data_s:0.010
599
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11560/25000 [20:11<22:45, 9.85step/s]INFO 2026-05-20 17:59:08 ot_train.py:488 step:12K smpl:740K ep:2K epch:2.76 loss:0.009 grdn:0.166 lr:2.8e-05 updt_s:0.087 data_s:0.012
600
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 11580/25000 [20:13<22:26, 9.97step/s]INFO 2026-05-20 17:59:10 ot_train.py:488 step:12K smpl:741K ep:2K epch:2.77 loss:0.009 grdn:0.178 lr:2.8e-05 updt_s:0.092 data_s:0.010
601
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11599/25000 [20:15<22:50, 9.78step/s]INFO 2026-05-20 17:59:12 ot_train.py:488 step:12K smpl:742K ep:2K epch:2.77 loss:0.008 grdn:0.178 lr:2.8e-05 updt_s:0.089 data_s:0.008
602
+ Training: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11619/25000 [20:17<21:29, 10.38step/s]INFO 2026-05-20 17:59:14 ot_train.py:488 step:12K smpl:744K ep:2K epch:2.78 loss:0.009 grdn:0.191 lr:2.8e-05 updt_s:0.089 data_s:0.006
603
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11639/25000 [20:19<20:55, 10.64step/s]INFO 2026-05-20 17:59:16 ot_train.py:488 step:12K smpl:745K ep:2K epch:2.78 loss:0.008 grdn:0.159 lr:2.8e-05 updt_s:0.087 data_s:0.009
604
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 11660/25000 [20:21<20:51, 10.66step/s]INFO 2026-05-20 17:59:18 ot_train.py:488 step:12K smpl:746K ep:2K epch:2.79 loss:0.008 grdn:0.167 lr:2.8e-05 updt_s:0.090 data_s:0.009
605
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11679/25000 [20:23<23:07, 9.60step/s]INFO 2026-05-20 17:59:20 ot_train.py:488 step:12K smpl:748K ep:2K epch:2.79 loss:0.008 grdn:0.190 lr:2.8e-05 updt_s:0.089 data_s:0.009
606
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11699/25000 [20:25<20:46, 10.67step/s]INFO 2026-05-20 17:59:22 ot_train.py:488 step:12K smpl:749K ep:2K epch:2.80 loss:0.009 grdn:0.190 lr:2.8e-05 updt_s:0.086 data_s:0.010
607
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11719/25000 [20:27<21:47, 10.16step/s]INFO 2026-05-20 17:59:24 ot_train.py:488 step:12K smpl:750K ep:2K epch:2.80 loss:0.009 grdn:0.184 lr:2.8e-05 updt_s:0.090 data_s:0.006
608
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11739/25000 [20:29<21:45, 10.16step/s]INFO 2026-05-20 17:59:26 ot_train.py:488 step:12K smpl:751K ep:2K epch:2.80 loss:0.009 grdn:0.179 lr:2.8e-05 updt_s:0.086 data_s:0.012
609
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 11759/25000 [20:31<22:18, 9.90step/s]INFO 2026-05-20 17:59:28 ot_train.py:488 step:12K smpl:753K ep:2K epch:2.81 loss:0.008 grdn:0.179 lr:2.8e-05 updt_s:0.087 data_s:0.011
610
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11779/25000 [20:33<21:08, 10.42step/s]INFO 2026-05-20 17:59:30 ot_train.py:488 step:12K smpl:754K ep:2K epch:2.81 loss:0.008 grdn:0.165 lr:2.7e-05 updt_s:0.094 data_s:0.008
611
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11799/25000 [20:35<21:01, 10.46step/s]INFO 2026-05-20 17:59:32 ot_train.py:488 step:12K smpl:755K ep:2K epch:2.82 loss:0.008 grdn:0.177 lr:2.7e-05 updt_s:0.089 data_s:0.008
612
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11820/25000 [20:37<21:19, 10.30step/s]INFO 2026-05-20 17:59:34 ot_train.py:488 step:12K smpl:756K ep:2K epch:2.82 loss:0.007 grdn:0.148 lr:2.7e-05 updt_s:0.096 data_s:0.007
613
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 11839/25000 [20:39<22:04, 9.94step/s]INFO 2026-05-20 17:59:36 ot_train.py:488 step:12K smpl:758K ep:2K epch:2.83 loss:0.009 grdn:0.174 lr:2.7e-05 updt_s:0.086 data_s:0.010
614
+ Training: 47%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11859/25000 [20:41<21:49, 10.04step/s]INFO 2026-05-20 17:59:38 ot_train.py:488 step:12K smpl:759K ep:2K epch:2.83 loss:0.009 grdn:0.171 lr:2.7e-05 updt_s:0.089 data_s:0.008
615
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11879/25000 [20:43<20:26, 10.70step/s]INFO 2026-05-20 17:59:40 ot_train.py:488 step:12K smpl:760K ep:2K epch:2.84 loss:0.009 grdn:0.186 lr:2.7e-05 updt_s:0.090 data_s:0.007
616
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11900/25000 [20:45<21:54, 9.97step/s]INFO 2026-05-20 17:59:42 ot_train.py:488 step:12K smpl:762K ep:2K epch:2.84 loss:0.009 grdn:0.188 lr:2.7e-05 updt_s:0.094 data_s:0.007
617
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 11920/25000 [20:47<21:45, 10.02step/s]INFO 2026-05-20 17:59:44 ot_train.py:488 step:12K smpl:763K ep:2K epch:2.85 loss:0.009 grdn:0.180 lr:2.7e-05 updt_s:0.083 data_s:0.010
618
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11940/25000 [20:49<21:04, 10.33step/s]INFO 2026-05-20 17:59:46 ot_train.py:488 step:12K smpl:764K ep:2K epch:2.85 loss:0.009 grdn:0.175 lr:2.7e-05 updt_s:0.088 data_s:0.011
619
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11960/25000 [20:51<21:36, 10.06step/s]INFO 2026-05-20 17:59:48 ot_train.py:488 step:12K smpl:765K ep:2K epch:2.86 loss:0.009 grdn:0.163 lr:2.7e-05 updt_s:0.089 data_s:0.011
620
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11980/25000 [20:53<20:42, 10.48step/s]INFO 2026-05-20 17:59:50 ot_train.py:488 step:12K smpl:767K ep:2K epch:2.86 loss:0.009 grdn:0.179 lr:2.7e-05 updt_s:0.087 data_s:0.011
621
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 11999/25000 [20:55<21:24, 10.12step/s]INFO 2026-05-20 17:59:52 ot_train.py:488 step:12K smpl:768K ep:2K epch:2.87 loss:0.007 grdn:0.157 lr:2.7e-05 updt_s:0.089 data_s:0.008
622
+ INFO 2026-05-20 17:59:52 ot_train.py:502 Checkpoint policy after step 12000
623
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12019/25000 [21:05<29:02, 7.45step/s]INFO 2026-05-20 18:00:02 ot_train.py:488 step:12K smpl:769K ep:2K epch:2.87 loss:0.009 grdn:0.186 lr:2.7e-05 updt_s:0.073 data_s:0.005
624
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12040/25000 [21:07<22:40, 9.53step/s]INFO 2026-05-20 18:00:04 ot_train.py:488 step:12K smpl:771K ep:2K epch:2.88 loss:0.008 grdn:0.175 lr:2.7e-05 updt_s:0.091 data_s:0.011
625
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12060/25000 [21:09<20:26, 10.55step/s]INFO 2026-05-20 18:00:06 ot_train.py:488 step:12K smpl:772K ep:2K epch:2.88 loss:0.009 grdn:0.180 lr:2.7e-05 updt_s:0.088 data_s:0.008
626
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12080/25000 [21:11<21:00, 10.25step/s]INFO 2026-05-20 18:00:08 ot_train.py:488 step:12K smpl:773K ep:2K epch:2.89 loss:0.009 grdn:0.177 lr:2.7e-05 updt_s:0.087 data_s:0.010
627
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12100/25000 [21:13<19:56, 10.78step/s]INFO 2026-05-20 18:00:10 ot_train.py:488 step:12K smpl:774K ep:2K epch:2.89 loss:0.008 grdn:0.156 lr:2.6e-05 updt_s:0.086 data_s:0.008
628
+ Training: 48%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12120/25000 [21:15<20:16, 10.58step/s]INFO 2026-05-20 18:00:12 ot_train.py:488 step:12K smpl:776K ep:2K epch:2.90 loss:0.008 grdn:0.157 lr:2.6e-05 updt_s:0.083 data_s:0.010
629
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12140/25000 [21:17<20:11, 10.61step/s]INFO 2026-05-20 18:00:14 ot_train.py:488 step:12K smpl:777K ep:2K epch:2.90 loss:0.008 grdn:0.165 lr:2.6e-05 updt_s:0.085 data_s:0.011
630
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12160/25000 [21:19<21:37, 9.90step/s]INFO 2026-05-20 18:00:16 ot_train.py:488 step:12K smpl:778K ep:2K epch:2.91 loss:0.008 grdn:0.173 lr:2.6e-05 updt_s:0.089 data_s:0.008
631
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12180/25000 [21:21<20:19, 10.51step/s]INFO 2026-05-20 18:00:18 ot_train.py:488 step:12K smpl:780K ep:2K epch:2.91 loss:0.008 grdn:0.165 lr:2.6e-05 updt_s:0.085 data_s:0.011
632
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12200/25000 [21:23<19:12, 11.10step/s]INFO 2026-05-20 18:00:20 ot_train.py:488 step:12K smpl:781K ep:2K epch:2.91 loss:0.008 grdn:0.174 lr:2.6e-05 updt_s:0.088 data_s:0.006
633
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12220/25000 [21:25<20:34, 10.35step/s]INFO 2026-05-20 18:00:22 ot_train.py:488 step:12K smpl:782K ep:2K epch:2.92 loss:0.008 grdn:0.185 lr:2.6e-05 updt_s:0.090 data_s:0.010
634
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12239/25000 [21:27<20:46, 10.23step/s]INFO 2026-05-20 18:00:24 ot_train.py:488 step:12K smpl:783K ep:2K epch:2.92 loss:0.008 grdn:0.162 lr:2.6e-05 updt_s:0.090 data_s:0.009
635
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12260/25000 [21:29<22:46, 9.33step/s]INFO 2026-05-20 18:00:26 ot_train.py:488 step:12K smpl:785K ep:2K epch:2.93 loss:0.008 grdn:0.171 lr:2.6e-05 updt_s:0.092 data_s:0.008
636
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12279/25000 [21:31<20:28, 10.36step/s]INFO 2026-05-20 18:00:28 ot_train.py:488 step:12K smpl:786K ep:2K epch:2.93 loss:0.010 grdn:0.193 lr:2.6e-05 updt_s:0.089 data_s:0.006
637
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12299/25000 [21:33<18:56, 11.18step/s]INFO 2026-05-20 18:00:30 ot_train.py:488 step:12K smpl:787K ep:2K epch:2.94 loss:0.008 grdn:0.184 lr:2.6e-05 updt_s:0.081 data_s:0.018
638
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12319/25000 [21:34<15:11, 13.91step/s]INFO 2026-05-20 18:00:31 ot_train.py:488 step:12K smpl:788K ep:2K epch:2.94 loss:0.009 grdn:0.185 lr:2.6e-05 updt_s:0.066 data_s:0.005
639
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 12339/25000 [21:35<15:05, 13.99step/s]INFO 2026-05-20 18:00:32 ot_train.py:488 step:12K smpl:790K ep:2K epch:2.95 loss:0.009 grdn:0.170 lr:2.6e-05 updt_s:0.066 data_s:0.005
640
+ Training: 49%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 12359/25000 [21:40<56:14, 3.75step/s]INFO 2026-05-20 18:00:37 ot_train.py:488 step:12K smpl:791K ep:2K epch:2.95 loss:0.008 grdn:0.171 lr:2.6e-05 updt_s:0.067 data_s:0.137
641
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 12380/25000 [21:42<25:21, 8.29step/s]INFO 2026-05-20 18:00:39 ot_train.py:488 step:12K smpl:792K ep:2K epch:2.96 loss:0.008 grdn:0.176 lr:2.6e-05 updt_s:0.100 data_s:0.008
642
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 12399/25000 [21:44<24:38, 8.52step/s]INFO 2026-05-20 18:00:41 ot_train.py:488 step:12K smpl:794K ep:2K epch:2.96 loss:0.008 grdn:0.170 lr:2.6e-05 updt_s:0.094 data_s:0.011
643
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12420/25000 [21:46<22:31, 9.31step/s]INFO 2026-05-20 18:00:43 ot_train.py:488 step:12K smpl:795K ep:2K epch:2.97 loss:0.008 grdn:0.172 lr:2.5e-05 updt_s:0.097 data_s:0.008
644
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12439/25000 [21:48<24:09, 8.67step/s]INFO 2026-05-20 18:00:45 ot_train.py:488 step:12K smpl:796K ep:2K epch:2.97 loss:0.008 grdn:0.163 lr:2.5e-05 updt_s:0.098 data_s:0.008
645
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12460/25000 [21:51<24:38, 8.48step/s]INFO 2026-05-20 18:00:47 ot_train.py:488 step:12K smpl:797K ep:2K epch:2.98 loss:0.008 grdn:0.158 lr:2.5e-05 updt_s:0.105 data_s:0.006
646
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 12480/25000 [21:53<22:16, 9.37step/s]INFO 2026-05-20 18:00:50 ot_train.py:488 step:12K smpl:799K ep:2K epch:2.98 loss:0.008 grdn:0.171 lr:2.5e-05 updt_s:0.100 data_s:0.010
647
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12500/25000 [21:55<23:17, 8.95step/s]INFO 2026-05-20 18:00:52 ot_train.py:488 step:12K smpl:800K ep:2K epch:2.99 loss:0.008 grdn:0.170 lr:2.5e-05 updt_s:0.100 data_s:0.012
648
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12519/25000 [21:57<23:09, 8.99step/s]INFO 2026-05-20 18:00:54 ot_train.py:488 step:13K smpl:801K ep:2K epch:2.99 loss:0.009 grdn:0.176 lr:2.5e-05 updt_s:0.101 data_s:0.008
649
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12540/25000 [21:59<20:55, 9.92step/s]INFO 2026-05-20 18:00:56 ot_train.py:488 step:13K smpl:803K ep:2K epch:3.00 loss:0.009 grdn:0.173 lr:2.5e-05 updt_s:0.094 data_s:0.008
650
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12559/25000 [22:01<22:33, 9.19step/s]INFO 2026-05-20 18:00:58 ot_train.py:488 step:13K smpl:804K ep:2K epch:3.00 loss:0.008 grdn:0.175 lr:2.5e-05 updt_s:0.095 data_s:0.006
651
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 12579/25000 [22:03<19:58, 10.37step/s]INFO 2026-05-20 18:01:00 ot_train.py:488 step:13K smpl:805K ep:2K epch:3.01 loss:0.008 grdn:0.171 lr:2.5e-05 updt_s:0.088 data_s:0.010
652
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12599/25000 [22:05<19:52, 10.40step/s]INFO 2026-05-20 18:01:02 ot_train.py:488 step:13K smpl:806K ep:2K epch:3.01 loss:0.008 grdn:0.155 lr:2.5e-05 updt_s:0.088 data_s:0.009
653
+ Training: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12620/25000 [22:07<18:51, 10.94step/s]INFO 2026-05-20 18:01:04 ot_train.py:488 step:13K smpl:808K ep:2K epch:3.01 loss:0.008 grdn:0.166 lr:2.5e-05 updt_s:0.092 data_s:0.006
654
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12640/25000 [22:09<21:24, 9.63step/s]INFO 2026-05-20 18:01:06 ot_train.py:488 step:13K smpl:809K ep:2K epch:3.02 loss:0.009 grdn:0.184 lr:2.5e-05 updt_s:0.090 data_s:0.010
655
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12659/25000 [22:11<20:13, 10.17step/s]INFO 2026-05-20 18:01:08 ot_train.py:488 step:13K smpl:810K ep:2K epch:3.02 loss:0.008 grdn:0.174 lr:2.5e-05 updt_s:0.094 data_s:0.006
656
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12679/25000 [22:13<20:29, 10.03step/s]INFO 2026-05-20 18:01:10 ot_train.py:488 step:13K smpl:812K ep:2K epch:3.03 loss:0.007 grdn:0.162 lr:2.5e-05 updt_s:0.089 data_s:0.006
657
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12699/25000 [22:15<20:22, 10.06step/s]INFO 2026-05-20 18:01:12 ot_train.py:488 step:13K smpl:813K ep:2K epch:3.03 loss:0.008 grdn:0.165 lr:2.5e-05 updt_s:0.082 data_s:0.014
658
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12719/25000 [22:17<20:33, 9.96step/s]INFO 2026-05-20 18:01:14 ot_train.py:488 step:13K smpl:814K ep:2K epch:3.04 loss:0.008 grdn:0.172 lr:2.4e-05 updt_s:0.088 data_s:0.011
659
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 12739/25000 [22:19<20:28, 9.98step/s]INFO 2026-05-20 18:01:16 ot_train.py:488 step:13K smpl:815K ep:2K epch:3.04 loss:0.008 grdn:0.172 lr:2.4e-05 updt_s:0.090 data_s:0.006
660
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12760/25000 [22:21<19:53, 10.26step/s]INFO 2026-05-20 18:01:18 ot_train.py:488 step:13K smpl:817K ep:2K epch:3.05 loss:0.008 grdn:0.178 lr:2.4e-05 updt_s:0.093 data_s:0.008
661
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12779/25000 [22:23<22:27, 9.07step/s]INFO 2026-05-20 18:01:20 ot_train.py:488 step:13K smpl:818K ep:2K epch:3.05 loss:0.008 grdn:0.178 lr:2.4e-05 updt_s:0.092 data_s:0.010
662
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12799/25000 [22:25<19:31, 10.41step/s]INFO 2026-05-20 18:01:22 ot_train.py:488 step:13K smpl:819K ep:2K epch:3.06 loss:0.008 grdn:0.162 lr:2.4e-05 updt_s:0.083 data_s:0.009
663
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 12820/25000 [22:27<20:40, 9.82step/s]INFO 2026-05-20 18:01:24 ot_train.py:488 step:13K smpl:820K ep:2K epch:3.06 loss:0.007 grdn:0.148 lr:2.4e-05 updt_s:0.092 data_s:0.012
664
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12840/25000 [22:29<22:13, 9.12step/s]INFO 2026-05-20 18:01:26 ot_train.py:488 step:13K smpl:822K ep:2K epch:3.07 loss:0.009 grdn:0.171 lr:2.4e-05 updt_s:0.089 data_s:0.009
665
+ Training: 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12860/25000 [22:31<19:44, 10.25step/s]INFO 2026-05-20 18:01:28 ot_train.py:488 step:13K smpl:823K ep:2K epch:3.07 loss:0.008 grdn:0.166 lr:2.4e-05 updt_s:0.085 data_s:0.009
666
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12879/25000 [22:33<19:29, 10.36step/s]INFO 2026-05-20 18:01:30 ot_train.py:488 step:13K smpl:824K ep:2K epch:3.08 loss:0.008 grdn:0.165 lr:2.4e-05 updt_s:0.090 data_s:0.009
667
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 12900/25000 [22:35<22:10, 9.09step/s]INFO 2026-05-20 18:01:32 ot_train.py:488 step:13K smpl:826K ep:2K epch:3.08 loss:0.008 grdn:0.167 lr:2.4e-05 updt_s:0.092 data_s:0.009
668
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12919/25000 [22:37<19:26, 10.35step/s]INFO 2026-05-20 18:01:34 ot_train.py:488 step:13K smpl:827K ep:2K epch:3.09 loss:0.008 grdn:0.157 lr:2.4e-05 updt_s:0.088 data_s:0.009
669
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12940/25000 [22:39<19:33, 10.28step/s]INFO 2026-05-20 18:01:36 ot_train.py:488 step:13K smpl:828K ep:2K epch:3.09 loss:0.008 grdn:0.164 lr:2.4e-05 updt_s:0.092 data_s:0.006
670
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12960/25000 [22:41<21:48, 9.20step/s]INFO 2026-05-20 18:01:38 ot_train.py:488 step:13K smpl:829K ep:2K epch:3.10 loss:0.008 grdn:0.160 lr:2.4e-05 updt_s:0.093 data_s:0.010
671
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 12980/25000 [22:43<19:42, 10.17step/s]INFO 2026-05-20 18:01:40 ot_train.py:488 step:13K smpl:831K ep:2K epch:3.10 loss:0.008 grdn:0.166 lr:2.4e-05 updt_s:0.089 data_s:0.008
672
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13000/25000 [22:45<20:53, 9.57step/s]INFO 2026-05-20 18:01:42 ot_train.py:488 step:13K smpl:832K ep:2K epch:3.11 loss:0.008 grdn:0.170 lr:2.4e-05 updt_s:0.090 data_s:0.010
673
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13020/25000 [22:47<20:01, 9.97step/s]INFO 2026-05-20 18:01:44 ot_train.py:488 step:13K smpl:833K ep:2K epch:3.11 loss:0.009 grdn:0.176 lr:2.4e-05 updt_s:0.091 data_s:0.008
674
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13040/25000 [22:50<19:29, 10.23step/s]INFO 2026-05-20 18:01:46 ot_train.py:488 step:13K smpl:835K ep:2K epch:3.12 loss:0.009 grdn:0.184 lr:2.3e-05 updt_s:0.090 data_s:0.008
675
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 13059/25000 [22:51<19:13, 10.35step/s]INFO 2026-05-20 18:01:48 ot_train.py:488 step:13K smpl:836K ep:2K epch:3.12 loss:0.008 grdn:0.169 lr:2.3e-05 updt_s:0.092 data_s:0.006
676
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13080/25000 [22:53<18:11, 10.92step/s]INFO 2026-05-20 18:01:50 ot_train.py:488 step:13K smpl:837K ep:2K epch:3.12 loss:0.009 grdn:0.187 lr:2.3e-05 updt_s:0.090 data_s:0.006
677
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13099/25000 [22:55<19:28, 10.18step/s]INFO 2026-05-20 18:01:52 ot_train.py:488 step:13K smpl:838K ep:2K epch:3.13 loss:0.009 grdn:0.178 lr:2.3e-05 updt_s:0.094 data_s:0.008
678
+ Training: 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13119/25000 [22:57<19:49, 9.99step/s]INFO 2026-05-20 18:01:54 ot_train.py:488 step:13K smpl:840K ep:2K epch:3.13 loss:0.007 grdn:0.158 lr:2.3e-05 updt_s:0.091 data_s:0.008
679
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13140/25000 [23:00<20:31, 9.63step/s]INFO 2026-05-20 18:01:56 ot_train.py:488 step:13K smpl:841K ep:2K epch:3.14 loss:0.008 grdn:0.173 lr:2.3e-05 updt_s:0.093 data_s:0.009
680
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13160/25000 [23:02<20:07, 9.80step/s]INFO 2026-05-20 18:01:58 ot_train.py:488 step:13K smpl:842K ep:2K epch:3.14 loss:0.008 grdn:0.160 lr:2.3e-05 updt_s:0.092 data_s:0.006
681
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13180/25000 [23:04<22:59, 8.57step/s]INFO 2026-05-20 18:02:01 ot_train.py:488 step:13K smpl:844K ep:2K epch:3.15 loss:0.009 grdn:0.188 lr:2.3e-05 updt_s:0.094 data_s:0.008
682
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13200/25000 [23:06<19:41, 9.99step/s]INFO 2026-05-20 18:02:03 ot_train.py:488 step:13K smpl:845K ep:2K epch:3.15 loss:0.009 grdn:0.192 lr:2.3e-05 updt_s:0.092 data_s:0.007
683
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13220/25000 [23:08<19:04, 10.29step/s]INFO 2026-05-20 18:02:05 ot_train.py:488 step:13K smpl:846K ep:2K epch:3.16 loss:0.008 grdn:0.176 lr:2.3e-05 updt_s:0.086 data_s:0.011
684
+ Training: 53%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 13239/25000 [23:10<21:59, 8.91step/s]INFO 2026-05-20 18:02:07 ot_train.py:488 step:13K smpl:847K ep:2K epch:3.16 loss:0.008 grdn:0.165 lr:2.3e-05 updt_s:0.093 data_s:0.009
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]
checkpoints/dagger/1iter/wandb/run-20260520_173853-ql0pvhal/logs/debug-internal.log CHANGED
@@ -143,3 +143,53 @@
143
  {"time":"2026-05-20T17:55:40.051665116Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
144
  {"time":"2026-05-20T17:55:54.716562981Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":476,"history_lines":7,"events_offset":133,"events_lines":2,"console_offset":497,"console_lines":8}
145
  {"time":"2026-05-20T17:55:54.937796735Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  {"time":"2026-05-20T17:55:40.051665116Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
144
  {"time":"2026-05-20T17:55:54.716562981Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":476,"history_lines":7,"events_offset":133,"events_lines":2,"console_offset":497,"console_lines":8}
145
  {"time":"2026-05-20T17:55:54.937796735Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
146
+ {"time":"2026-05-20T17:56:09.716718894Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":483,"history_lines":7,"events_offset":135,"events_lines":2,"console_offset":504,"console_lines":8}
147
+ {"time":"2026-05-20T17:56:09.949819209Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
148
+ {"time":"2026-05-20T17:56:24.716751839Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":490,"history_lines":8,"events_offset":137,"events_lines":2,"console_offset":511,"console_lines":9}
149
+ {"time":"2026-05-20T17:56:25.074497421Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
150
+ {"time":"2026-05-20T17:56:39.717041055Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":498,"history_lines":3,"events_offset":139,"events_lines":2,"console_offset":519,"console_lines":5}
151
+ {"time":"2026-05-20T17:56:39.875553992Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
152
+ {"time":"2026-05-20T17:56:54.716697285Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":501,"history_lines":8,"events_offset":141,"events_lines":2,"console_offset":523,"console_lines":9}
153
+ {"time":"2026-05-20T17:56:54.863933428Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
154
+ {"time":"2026-05-20T17:57:09.719711772Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":509,"history_lines":8,"events_offset":143,"events_lines":2,"console_offset":531,"console_lines":9}
155
+ {"time":"2026-05-20T17:57:09.861855954Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
156
+ {"time":"2026-05-20T17:57:24.717055553Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":517,"history_lines":7,"events_offset":145,"events_lines":2,"console_offset":539,"console_lines":8}
157
+ {"time":"2026-05-20T17:57:24.874516769Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
158
+ {"time":"2026-05-20T17:57:39.716761071Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":524,"history_lines":8,"events_offset":147,"events_lines":2,"console_offset":546,"console_lines":9}
159
+ {"time":"2026-05-20T17:57:39.894257848Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
160
+ {"time":"2026-05-20T17:57:54.717054017Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":532,"history_lines":7,"events_offset":149,"events_lines":2,"console_offset":554,"console_lines":8}
161
+ {"time":"2026-05-20T17:57:54.882381586Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
162
+ {"time":"2026-05-20T17:58:09.71687818Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":539,"history_lines":8,"events_offset":151,"events_lines":2,"console_offset":561,"console_lines":9}
163
+ {"time":"2026-05-20T17:58:09.952924019Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
164
+ {"time":"2026-05-20T17:58:24.716822979Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":547,"history_lines":7,"events_offset":153,"events_lines":2,"console_offset":569,"console_lines":8}
165
+ {"time":"2026-05-20T17:58:24.901707301Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
166
+ {"time":"2026-05-20T17:58:39.717152258Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":554,"history_lines":8,"events_offset":155,"events_lines":2,"console_offset":576,"console_lines":9}
167
+ {"time":"2026-05-20T17:58:39.9808448Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
168
+ {"time":"2026-05-20T17:58:54.716916857Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":562,"history_lines":8,"events_offset":157,"events_lines":2,"console_offset":584,"console_lines":9}
169
+ {"time":"2026-05-20T17:58:55.000261324Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
170
+ {"time":"2026-05-20T17:59:09.716707801Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":570,"history_lines":7,"events_offset":159,"events_lines":2,"console_offset":592,"console_lines":8}
171
+ {"time":"2026-05-20T17:59:09.917156008Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
172
+ {"time":"2026-05-20T17:59:24.716964146Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":577,"history_lines":8,"events_offset":161,"events_lines":2,"console_offset":599,"console_lines":9}
173
+ {"time":"2026-05-20T17:59:24.924244652Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
174
+ {"time":"2026-05-20T17:59:39.717161004Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":585,"history_lines":7,"events_offset":163,"events_lines":2,"console_offset":607,"console_lines":8}
175
+ {"time":"2026-05-20T17:59:39.914345179Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
176
+ {"time":"2026-05-20T17:59:54.717197161Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":592,"history_lines":7,"events_offset":165,"events_lines":2,"console_offset":614,"console_lines":8}
177
+ {"time":"2026-05-20T17:59:54.981602054Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
178
+ {"time":"2026-05-20T18:00:09.716412283Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":599,"history_lines":4,"events_offset":167,"events_lines":2,"console_offset":622,"console_lines":5}
179
+ {"time":"2026-05-20T18:00:09.86149037Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
180
+ {"time":"2026-05-20T18:00:24.716829103Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":603,"history_lines":8,"events_offset":169,"events_lines":2,"console_offset":626,"console_lines":9}
181
+ {"time":"2026-05-20T18:00:24.826990361Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
182
+ {"time":"2026-05-20T18:00:39.716610287Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":611,"history_lines":7,"events_offset":171,"events_lines":2,"console_offset":634,"console_lines":8}
183
+ {"time":"2026-05-20T18:00:39.951764967Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
184
+ {"time":"2026-05-20T18:00:54.717253328Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":618,"history_lines":7,"events_offset":173,"events_lines":2,"console_offset":641,"console_lines":8}
185
+ {"time":"2026-05-20T18:00:54.866925537Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
186
+ {"time":"2026-05-20T18:01:09.716645987Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":625,"history_lines":7,"events_offset":175,"events_lines":2,"console_offset":648,"console_lines":8}
187
+ {"time":"2026-05-20T18:01:09.941504648Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
188
+ {"time":"2026-05-20T18:01:24.717434776Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":632,"history_lines":7,"events_offset":177,"events_lines":2,"console_offset":655,"console_lines":8}
189
+ {"time":"2026-05-20T18:01:24.918546872Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
190
+ {"time":"2026-05-20T18:01:39.717534547Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":639,"history_lines":8,"events_offset":179,"events_lines":2,"console_offset":662,"console_lines":9}
191
+ {"time":"2026-05-20T18:01:40.199098429Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
192
+ {"time":"2026-05-20T18:01:54.71738391Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":647,"history_lines":7,"events_offset":181,"events_lines":2,"console_offset":670,"console_lines":8}
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"}
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:a59ba13117874afa2f97417f586d0911034b09b789deefc0cbc5bb15e59f9312
3
- size 1376256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7039262dd1882dfbee37ff8514adf7f0a1d3c0718844b4f00e9d3f765a11cd48
3
+ size 1933312