doanh25032004 commited on
Commit
4b3c511
·
verified ·
1 Parent(s): 3001bf3

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. full_training/checkpoint-25000/config.json +64 -0
  2. full_training/checkpoint-25000/experiment_cfg/metadata.json +481 -0
  3. full_training/checkpoint-25000/model-00001-of-00002.safetensors +3 -0
  4. full_training/checkpoint-25000/model-00002-of-00002.safetensors +3 -0
  5. full_training/checkpoint-25000/model.safetensors.index.json +0 -0
  6. full_training/checkpoint-25000/optimizer.pt +3 -0
  7. full_training/checkpoint-25000/rng_state.pth +3 -0
  8. full_training/checkpoint-25000/scheduler.pt +3 -0
  9. full_training/checkpoint-25000/trainer_state.json +0 -0
  10. full_training/checkpoint-30000/config.json +64 -0
  11. full_training/checkpoint-30000/experiment_cfg/metadata.json +481 -0
  12. full_training/checkpoint-30000/model-00001-of-00002.safetensors +3 -0
  13. full_training/checkpoint-30000/model-00002-of-00002.safetensors +3 -0
  14. full_training/checkpoint-30000/model.safetensors.index.json +0 -0
  15. full_training/checkpoint-30000/optimizer.pt +3 -0
  16. full_training/checkpoint-30000/rng_state.pth +3 -0
  17. full_training/checkpoint-30000/scheduler.pt +3 -0
  18. full_training/checkpoint-30000/trainer_state.json +0 -0
  19. full_training/checkpoint-40000/config.json +64 -0
  20. full_training/checkpoint-40000/experiment_cfg/metadata.json +481 -0
  21. full_training/checkpoint-40000/model-00001-of-00002.safetensors +3 -0
  22. full_training/checkpoint-40000/model-00002-of-00002.safetensors +3 -0
  23. full_training/checkpoint-40000/model.safetensors.index.json +0 -0
  24. full_training/checkpoint-40000/optimizer.pt +3 -0
  25. full_training/checkpoint-40000/rng_state.pth +3 -0
  26. full_training/checkpoint-40000/scheduler.pt +3 -0
  27. full_training/checkpoint-40000/trainer_state.json +0 -0
  28. full_training/checkpoint-50000/config.json +64 -0
  29. full_training/checkpoint-50000/experiment_cfg/metadata.json +481 -0
  30. full_training/checkpoint-50000/model-00001-of-00002.safetensors +3 -0
  31. full_training/checkpoint-50000/model-00002-of-00002.safetensors +3 -0
  32. full_training/checkpoint-50000/model.safetensors.index.json +0 -0
  33. full_training/checkpoint-50000/optimizer.pt +3 -0
  34. full_training/checkpoint-50000/rng_state.pth +3 -0
  35. full_training/checkpoint-50000/scheduler.pt +3 -0
  36. full_training/checkpoint-50000/trainer_state.json +0 -0
  37. full_training/checkpoint-60000/config.json +64 -0
  38. full_training/checkpoint-60000/experiment_cfg/metadata.json +481 -0
  39. full_training/checkpoint-60000/model-00001-of-00002.safetensors +3 -0
  40. full_training/checkpoint-60000/model-00002-of-00002.safetensors +3 -0
  41. full_training/checkpoint-60000/model.safetensors.index.json +0 -0
  42. full_training/checkpoint-60000/optimizer.pt +3 -0
  43. full_training/checkpoint-60000/rng_state.pth +3 -0
  44. full_training/checkpoint-60000/scheduler.pt +3 -0
  45. full_training/checkpoint-60000/trainer_state.json +0 -0
  46. full_training/config.json +64 -0
  47. full_training/experiment_cfg/metadata.json +481 -0
  48. full_training/model-00001-of-00002.safetensors +3 -0
  49. full_training/model-00002-of-00002.safetensors +3 -0
  50. full_training/model.safetensors.index.json +0 -0
full_training/checkpoint-25000/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
full_training/checkpoint-25000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "x": {
6
+ "max": [
7
+ 0.21031762659549713
8
+ ],
9
+ "min": [
10
+ -0.4850255846977234
11
+ ],
12
+ "mean": [
13
+ -0.04660404101014137
14
+ ],
15
+ "std": [
16
+ 0.10365085303783417
17
+ ],
18
+ "q01": [
19
+ -0.3876331299543381
20
+ ],
21
+ "q99": [
22
+ 0.135177381336689
23
+ ]
24
+ },
25
+ "y": {
26
+ "max": [
27
+ 0.38924741744995117
28
+ ],
29
+ "min": [
30
+ -0.33196061849594116
31
+ ],
32
+ "mean": [
33
+ 0.03284738212823868
34
+ ],
35
+ "std": [
36
+ 0.15072442591190338
37
+ ],
38
+ "q01": [
39
+ -0.2737630307674408
40
+ ],
41
+ "q99": [
42
+ 0.33379295468330383
43
+ ]
44
+ },
45
+ "z": {
46
+ "max": [
47
+ 1.357108473777771
48
+ ],
49
+ "min": [
50
+ 0.008183562196791172
51
+ ],
52
+ "mean": [
53
+ 0.7833250761032104
54
+ ],
55
+ "std": [
56
+ 0.37092599272727966
57
+ ],
58
+ "q01": [
59
+ 0.04436921328306198
60
+ ],
61
+ "q99": [
62
+ 1.268441915512085
63
+ ]
64
+ },
65
+ "roll": {
66
+ "max": [
67
+ 3.8185126781463623
68
+ ],
69
+ "min": [
70
+ 1.0369755029678345
71
+ ],
72
+ "mean": [
73
+ 2.9541971683502197
74
+ ],
75
+ "std": [
76
+ 0.3597172796726227
77
+ ],
78
+ "q01": [
79
+ 1.4898897409439087
80
+ ],
81
+ "q99": [
82
+ 3.277443289756775
83
+ ]
84
+ },
85
+ "pitch": {
86
+ "max": [
87
+ 3.2009823322296143
88
+ ],
89
+ "min": [
90
+ -3.382042169570923
91
+ ],
92
+ "mean": [
93
+ -0.27567043900489807
94
+ ],
95
+ "std": [
96
+ 0.9712064862251282
97
+ ],
98
+ "q01": [
99
+ -2.7658997774124146
100
+ ],
101
+ "q99": [
102
+ 2.408201575279236
103
+ ]
104
+ },
105
+ "yaw": {
106
+ "max": [
107
+ 1.0429445505142212
108
+ ],
109
+ "min": [
110
+ -1.9425146579742432
111
+ ],
112
+ "mean": [
113
+ -0.13852187991142273
114
+ ],
115
+ "std": [
116
+ 0.34069496393203735
117
+ ],
118
+ "q01": [
119
+ -1.105972170829773
120
+ ],
121
+ "q99": [
122
+ 0.6030595302581787
123
+ ]
124
+ },
125
+ "gripper": {
126
+ "max": [
127
+ 0.04176966845989227,
128
+ 0.0013503851369023323
129
+ ],
130
+ "min": [
131
+ -0.0010090322466567159,
132
+ -0.04225761815905571
133
+ ],
134
+ "mean": [
135
+ 0.02699918858706951,
136
+ -0.0272248312830925
137
+ ],
138
+ "std": [
139
+ 0.014254300855100155,
140
+ 0.014098314568400383
141
+ ],
142
+ "q01": [
143
+ 0.0016697642859071493,
144
+ -0.04001842252910137
145
+ ],
146
+ "q99": [
147
+ 0.040327711030840874,
148
+ -0.0017404481768608093
149
+ ]
150
+ }
151
+ },
152
+ "action": {
153
+ "x": {
154
+ "max": [
155
+ 0.9375
156
+ ],
157
+ "min": [
158
+ -0.9375
159
+ ],
160
+ "mean": [
161
+ 0.06034834310412407
162
+ ],
163
+ "std": [
164
+ 0.3340248763561249
165
+ ],
166
+ "q01": [
167
+ -0.7124999761581421
168
+ ],
169
+ "q99": [
170
+ 0.9375
171
+ ]
172
+ },
173
+ "y": {
174
+ "max": [
175
+ 0.9375
176
+ ],
177
+ "min": [
178
+ -0.9375
179
+ ],
180
+ "mean": [
181
+ 0.08324923366308212
182
+ ],
183
+ "std": [
184
+ 0.37606021761894226
185
+ ],
186
+ "q01": [
187
+ -0.7928571701049805
188
+ ],
189
+ "q99": [
190
+ 0.8705357313156128
191
+ ]
192
+ },
193
+ "z": {
194
+ "max": [
195
+ 0.9375
196
+ ],
197
+ "min": [
198
+ -0.9375
199
+ ],
200
+ "mean": [
201
+ -0.08954530954360962
202
+ ],
203
+ "std": [
204
+ 0.43816664814949036
205
+ ],
206
+ "q01": [
207
+ -0.9375
208
+ ],
209
+ "q99": [
210
+ 0.9375
211
+ ]
212
+ },
213
+ "roll": {
214
+ "max": [
215
+ 0.3557142913341522
216
+ ],
217
+ "min": [
218
+ -0.23678570985794067
219
+ ],
220
+ "mean": [
221
+ 0.0009473477257415652
222
+ ],
223
+ "std": [
224
+ 0.041202474385499954
225
+ ],
226
+ "q01": [
227
+ -0.11892857402563095
228
+ ],
229
+ "q99": [
230
+ 0.14464285969734192
231
+ ]
232
+ },
233
+ "pitch": {
234
+ "max": [
235
+ 0.375
236
+ ],
237
+ "min": [
238
+ -0.3675000071525574
239
+ ],
240
+ "mean": [
241
+ 0.005531748756766319
242
+ ],
243
+ "std": [
244
+ 0.06262416392564774
245
+ ],
246
+ "q01": [
247
+ -0.15964286029338837
248
+ ],
249
+ "q99": [
250
+ 0.18964286148548126
251
+ ]
252
+ },
253
+ "yaw": {
254
+ "max": [
255
+ 0.375
256
+ ],
257
+ "min": [
258
+ -0.3642857074737549
259
+ ],
260
+ "mean": [
261
+ -0.005597287323325872
262
+ ],
263
+ "std": [
264
+ 0.07952378690242767
265
+ ],
266
+ "q01": [
267
+ -0.23892857134342194
268
+ ],
269
+ "q99": [
270
+ 0.32678571343421936
271
+ ]
272
+ },
273
+ "gripper": {
274
+ "max": [
275
+ 1.0
276
+ ],
277
+ "min": [
278
+ 0.0
279
+ ],
280
+ "mean": [
281
+ 0.5310755968093872
282
+ ],
283
+ "std": [
284
+ 0.4990443289279938
285
+ ],
286
+ "q01": [
287
+ 0.0
288
+ ],
289
+ "q99": [
290
+ 1.0
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ "modalities": {
296
+ "video": {
297
+ "image": {
298
+ "resolution": [
299
+ 256,
300
+ 256
301
+ ],
302
+ "channels": 3,
303
+ "fps": 20.0
304
+ },
305
+ "wrist_image": {
306
+ "resolution": [
307
+ 256,
308
+ 256
309
+ ],
310
+ "channels": 3,
311
+ "fps": 20.0
312
+ },
313
+ "image_depth": {
314
+ "resolution": [
315
+ 256,
316
+ 256
317
+ ],
318
+ "channels": 3,
319
+ "fps": 20.0
320
+ },
321
+ "wrist_depth": {
322
+ "resolution": [
323
+ 256,
324
+ 256
325
+ ],
326
+ "channels": 3,
327
+ "fps": 20.0
328
+ },
329
+ "image_mask": {
330
+ "resolution": [
331
+ 256,
332
+ 256
333
+ ],
334
+ "channels": 3,
335
+ "fps": 20.0
336
+ },
337
+ "wrist_mask": {
338
+ "resolution": [
339
+ 256,
340
+ 256
341
+ ],
342
+ "channels": 3,
343
+ "fps": 20.0
344
+ },
345
+ "object_of_interest_mask": {
346
+ "resolution": [
347
+ 256,
348
+ 256
349
+ ],
350
+ "channels": 3,
351
+ "fps": 20.0
352
+ },
353
+ "object_of_interest_wrist_mask": {
354
+ "resolution": [
355
+ 256,
356
+ 256
357
+ ],
358
+ "channels": 3,
359
+ "fps": 20.0
360
+ }
361
+ },
362
+ "state": {
363
+ "x": {
364
+ "absolute": true,
365
+ "rotation_type": null,
366
+ "shape": [
367
+ 1
368
+ ],
369
+ "continuous": true
370
+ },
371
+ "y": {
372
+ "absolute": true,
373
+ "rotation_type": null,
374
+ "shape": [
375
+ 1
376
+ ],
377
+ "continuous": true
378
+ },
379
+ "z": {
380
+ "absolute": true,
381
+ "rotation_type": null,
382
+ "shape": [
383
+ 1
384
+ ],
385
+ "continuous": true
386
+ },
387
+ "roll": {
388
+ "absolute": true,
389
+ "rotation_type": null,
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "continuous": true
394
+ },
395
+ "pitch": {
396
+ "absolute": true,
397
+ "rotation_type": null,
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "continuous": true
402
+ },
403
+ "yaw": {
404
+ "absolute": true,
405
+ "rotation_type": null,
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "continuous": true
410
+ },
411
+ "gripper": {
412
+ "absolute": true,
413
+ "rotation_type": null,
414
+ "shape": [
415
+ 2
416
+ ],
417
+ "continuous": true
418
+ }
419
+ },
420
+ "action": {
421
+ "x": {
422
+ "absolute": true,
423
+ "rotation_type": null,
424
+ "shape": [
425
+ 1
426
+ ],
427
+ "continuous": true
428
+ },
429
+ "y": {
430
+ "absolute": true,
431
+ "rotation_type": null,
432
+ "shape": [
433
+ 1
434
+ ],
435
+ "continuous": true
436
+ },
437
+ "z": {
438
+ "absolute": true,
439
+ "rotation_type": null,
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "continuous": true
444
+ },
445
+ "roll": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 1
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "pitch": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 1
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "yaw": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 1
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "gripper": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 1
474
+ ],
475
+ "continuous": true
476
+ }
477
+ }
478
+ },
479
+ "embodiment_tag": "new_embodiment"
480
+ }
481
+ }
full_training/checkpoint-25000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fdfe047f49e696ce7b68f07c51589030f8cd98810419cd467b9911d0d143a4b
3
+ size 4999367032
full_training/checkpoint-25000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592a451b1aee6e6c9fbad6a364488a18d9ae94df4bef04bc8e326d3a799728f2
3
+ size 2586705312
full_training/checkpoint-25000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-25000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:101e8d53a65b4b09f7b4b89048eb3612c17f0a0bd6c3b750b4c4675ad0f6008d
3
+ size 13930098196
full_training/checkpoint-25000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5adbb15f67380bf67ad71bde7f6f62c030110c2d5aab53a5f3721f2c273f90
3
+ size 14244
full_training/checkpoint-25000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0b6cb77a714c5f8c29366fb9b7ccbfc820d4f01402c2e733682722cb17c9dc
3
+ size 1064
full_training/checkpoint-25000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-30000/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
full_training/checkpoint-30000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "x": {
6
+ "max": [
7
+ 0.21031762659549713
8
+ ],
9
+ "min": [
10
+ -0.4850255846977234
11
+ ],
12
+ "mean": [
13
+ -0.04660404101014137
14
+ ],
15
+ "std": [
16
+ 0.10365085303783417
17
+ ],
18
+ "q01": [
19
+ -0.3876331299543381
20
+ ],
21
+ "q99": [
22
+ 0.135177381336689
23
+ ]
24
+ },
25
+ "y": {
26
+ "max": [
27
+ 0.38924741744995117
28
+ ],
29
+ "min": [
30
+ -0.33196061849594116
31
+ ],
32
+ "mean": [
33
+ 0.03284738212823868
34
+ ],
35
+ "std": [
36
+ 0.15072442591190338
37
+ ],
38
+ "q01": [
39
+ -0.2737630307674408
40
+ ],
41
+ "q99": [
42
+ 0.33379295468330383
43
+ ]
44
+ },
45
+ "z": {
46
+ "max": [
47
+ 1.357108473777771
48
+ ],
49
+ "min": [
50
+ 0.008183562196791172
51
+ ],
52
+ "mean": [
53
+ 0.7833250761032104
54
+ ],
55
+ "std": [
56
+ 0.37092599272727966
57
+ ],
58
+ "q01": [
59
+ 0.04436921328306198
60
+ ],
61
+ "q99": [
62
+ 1.268441915512085
63
+ ]
64
+ },
65
+ "roll": {
66
+ "max": [
67
+ 3.8185126781463623
68
+ ],
69
+ "min": [
70
+ 1.0369755029678345
71
+ ],
72
+ "mean": [
73
+ 2.9541971683502197
74
+ ],
75
+ "std": [
76
+ 0.3597172796726227
77
+ ],
78
+ "q01": [
79
+ 1.4898897409439087
80
+ ],
81
+ "q99": [
82
+ 3.277443289756775
83
+ ]
84
+ },
85
+ "pitch": {
86
+ "max": [
87
+ 3.2009823322296143
88
+ ],
89
+ "min": [
90
+ -3.382042169570923
91
+ ],
92
+ "mean": [
93
+ -0.27567043900489807
94
+ ],
95
+ "std": [
96
+ 0.9712064862251282
97
+ ],
98
+ "q01": [
99
+ -2.7658997774124146
100
+ ],
101
+ "q99": [
102
+ 2.408201575279236
103
+ ]
104
+ },
105
+ "yaw": {
106
+ "max": [
107
+ 1.0429445505142212
108
+ ],
109
+ "min": [
110
+ -1.9425146579742432
111
+ ],
112
+ "mean": [
113
+ -0.13852187991142273
114
+ ],
115
+ "std": [
116
+ 0.34069496393203735
117
+ ],
118
+ "q01": [
119
+ -1.105972170829773
120
+ ],
121
+ "q99": [
122
+ 0.6030595302581787
123
+ ]
124
+ },
125
+ "gripper": {
126
+ "max": [
127
+ 0.04176966845989227,
128
+ 0.0013503851369023323
129
+ ],
130
+ "min": [
131
+ -0.0010090322466567159,
132
+ -0.04225761815905571
133
+ ],
134
+ "mean": [
135
+ 0.02699918858706951,
136
+ -0.0272248312830925
137
+ ],
138
+ "std": [
139
+ 0.014254300855100155,
140
+ 0.014098314568400383
141
+ ],
142
+ "q01": [
143
+ 0.0016697642859071493,
144
+ -0.04001842252910137
145
+ ],
146
+ "q99": [
147
+ 0.040327711030840874,
148
+ -0.0017404481768608093
149
+ ]
150
+ }
151
+ },
152
+ "action": {
153
+ "x": {
154
+ "max": [
155
+ 0.9375
156
+ ],
157
+ "min": [
158
+ -0.9375
159
+ ],
160
+ "mean": [
161
+ 0.06034834310412407
162
+ ],
163
+ "std": [
164
+ 0.3340248763561249
165
+ ],
166
+ "q01": [
167
+ -0.7124999761581421
168
+ ],
169
+ "q99": [
170
+ 0.9375
171
+ ]
172
+ },
173
+ "y": {
174
+ "max": [
175
+ 0.9375
176
+ ],
177
+ "min": [
178
+ -0.9375
179
+ ],
180
+ "mean": [
181
+ 0.08324923366308212
182
+ ],
183
+ "std": [
184
+ 0.37606021761894226
185
+ ],
186
+ "q01": [
187
+ -0.7928571701049805
188
+ ],
189
+ "q99": [
190
+ 0.8705357313156128
191
+ ]
192
+ },
193
+ "z": {
194
+ "max": [
195
+ 0.9375
196
+ ],
197
+ "min": [
198
+ -0.9375
199
+ ],
200
+ "mean": [
201
+ -0.08954530954360962
202
+ ],
203
+ "std": [
204
+ 0.43816664814949036
205
+ ],
206
+ "q01": [
207
+ -0.9375
208
+ ],
209
+ "q99": [
210
+ 0.9375
211
+ ]
212
+ },
213
+ "roll": {
214
+ "max": [
215
+ 0.3557142913341522
216
+ ],
217
+ "min": [
218
+ -0.23678570985794067
219
+ ],
220
+ "mean": [
221
+ 0.0009473477257415652
222
+ ],
223
+ "std": [
224
+ 0.041202474385499954
225
+ ],
226
+ "q01": [
227
+ -0.11892857402563095
228
+ ],
229
+ "q99": [
230
+ 0.14464285969734192
231
+ ]
232
+ },
233
+ "pitch": {
234
+ "max": [
235
+ 0.375
236
+ ],
237
+ "min": [
238
+ -0.3675000071525574
239
+ ],
240
+ "mean": [
241
+ 0.005531748756766319
242
+ ],
243
+ "std": [
244
+ 0.06262416392564774
245
+ ],
246
+ "q01": [
247
+ -0.15964286029338837
248
+ ],
249
+ "q99": [
250
+ 0.18964286148548126
251
+ ]
252
+ },
253
+ "yaw": {
254
+ "max": [
255
+ 0.375
256
+ ],
257
+ "min": [
258
+ -0.3642857074737549
259
+ ],
260
+ "mean": [
261
+ -0.005597287323325872
262
+ ],
263
+ "std": [
264
+ 0.07952378690242767
265
+ ],
266
+ "q01": [
267
+ -0.23892857134342194
268
+ ],
269
+ "q99": [
270
+ 0.32678571343421936
271
+ ]
272
+ },
273
+ "gripper": {
274
+ "max": [
275
+ 1.0
276
+ ],
277
+ "min": [
278
+ 0.0
279
+ ],
280
+ "mean": [
281
+ 0.5310755968093872
282
+ ],
283
+ "std": [
284
+ 0.4990443289279938
285
+ ],
286
+ "q01": [
287
+ 0.0
288
+ ],
289
+ "q99": [
290
+ 1.0
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ "modalities": {
296
+ "video": {
297
+ "image": {
298
+ "resolution": [
299
+ 256,
300
+ 256
301
+ ],
302
+ "channels": 3,
303
+ "fps": 20.0
304
+ },
305
+ "wrist_image": {
306
+ "resolution": [
307
+ 256,
308
+ 256
309
+ ],
310
+ "channels": 3,
311
+ "fps": 20.0
312
+ },
313
+ "image_depth": {
314
+ "resolution": [
315
+ 256,
316
+ 256
317
+ ],
318
+ "channels": 3,
319
+ "fps": 20.0
320
+ },
321
+ "wrist_depth": {
322
+ "resolution": [
323
+ 256,
324
+ 256
325
+ ],
326
+ "channels": 3,
327
+ "fps": 20.0
328
+ },
329
+ "image_mask": {
330
+ "resolution": [
331
+ 256,
332
+ 256
333
+ ],
334
+ "channels": 3,
335
+ "fps": 20.0
336
+ },
337
+ "wrist_mask": {
338
+ "resolution": [
339
+ 256,
340
+ 256
341
+ ],
342
+ "channels": 3,
343
+ "fps": 20.0
344
+ },
345
+ "object_of_interest_mask": {
346
+ "resolution": [
347
+ 256,
348
+ 256
349
+ ],
350
+ "channels": 3,
351
+ "fps": 20.0
352
+ },
353
+ "object_of_interest_wrist_mask": {
354
+ "resolution": [
355
+ 256,
356
+ 256
357
+ ],
358
+ "channels": 3,
359
+ "fps": 20.0
360
+ }
361
+ },
362
+ "state": {
363
+ "x": {
364
+ "absolute": true,
365
+ "rotation_type": null,
366
+ "shape": [
367
+ 1
368
+ ],
369
+ "continuous": true
370
+ },
371
+ "y": {
372
+ "absolute": true,
373
+ "rotation_type": null,
374
+ "shape": [
375
+ 1
376
+ ],
377
+ "continuous": true
378
+ },
379
+ "z": {
380
+ "absolute": true,
381
+ "rotation_type": null,
382
+ "shape": [
383
+ 1
384
+ ],
385
+ "continuous": true
386
+ },
387
+ "roll": {
388
+ "absolute": true,
389
+ "rotation_type": null,
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "continuous": true
394
+ },
395
+ "pitch": {
396
+ "absolute": true,
397
+ "rotation_type": null,
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "continuous": true
402
+ },
403
+ "yaw": {
404
+ "absolute": true,
405
+ "rotation_type": null,
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "continuous": true
410
+ },
411
+ "gripper": {
412
+ "absolute": true,
413
+ "rotation_type": null,
414
+ "shape": [
415
+ 2
416
+ ],
417
+ "continuous": true
418
+ }
419
+ },
420
+ "action": {
421
+ "x": {
422
+ "absolute": true,
423
+ "rotation_type": null,
424
+ "shape": [
425
+ 1
426
+ ],
427
+ "continuous": true
428
+ },
429
+ "y": {
430
+ "absolute": true,
431
+ "rotation_type": null,
432
+ "shape": [
433
+ 1
434
+ ],
435
+ "continuous": true
436
+ },
437
+ "z": {
438
+ "absolute": true,
439
+ "rotation_type": null,
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "continuous": true
444
+ },
445
+ "roll": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 1
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "pitch": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 1
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "yaw": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 1
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "gripper": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 1
474
+ ],
475
+ "continuous": true
476
+ }
477
+ }
478
+ },
479
+ "embodiment_tag": "new_embodiment"
480
+ }
481
+ }
full_training/checkpoint-30000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd86f12c934c097ff805e2258c691ea6d7a28023ef8c929a4c71dedb42e0f3cd
3
+ size 4999367032
full_training/checkpoint-30000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac45ff733b3e2c603603eaecdf8a75034a44adf92dadbc9417338013bc8dcd4
3
+ size 2586705312
full_training/checkpoint-30000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-30000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af8f1a81eef4c0680bdc74f72a8f8ead0c5b1cbbf66423ffe2e0f9979383982
3
+ size 13930098196
full_training/checkpoint-30000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780907f9759a91326422ee37da22aa0282eeda98daf7bd29f6c08f62d912a16c
3
+ size 14244
full_training/checkpoint-30000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac42b4efebda871e7035b931b3f1fd2282cf31a9d4249ad956a15227d00969cb
3
+ size 1064
full_training/checkpoint-30000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-40000/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
full_training/checkpoint-40000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "x": {
6
+ "max": [
7
+ 0.21031762659549713
8
+ ],
9
+ "min": [
10
+ -0.4850255846977234
11
+ ],
12
+ "mean": [
13
+ -0.04660404101014137
14
+ ],
15
+ "std": [
16
+ 0.10365085303783417
17
+ ],
18
+ "q01": [
19
+ -0.3876331299543381
20
+ ],
21
+ "q99": [
22
+ 0.135177381336689
23
+ ]
24
+ },
25
+ "y": {
26
+ "max": [
27
+ 0.38924741744995117
28
+ ],
29
+ "min": [
30
+ -0.33196061849594116
31
+ ],
32
+ "mean": [
33
+ 0.03284738212823868
34
+ ],
35
+ "std": [
36
+ 0.15072442591190338
37
+ ],
38
+ "q01": [
39
+ -0.2737630307674408
40
+ ],
41
+ "q99": [
42
+ 0.33379295468330383
43
+ ]
44
+ },
45
+ "z": {
46
+ "max": [
47
+ 1.357108473777771
48
+ ],
49
+ "min": [
50
+ 0.008183562196791172
51
+ ],
52
+ "mean": [
53
+ 0.7833250761032104
54
+ ],
55
+ "std": [
56
+ 0.37092599272727966
57
+ ],
58
+ "q01": [
59
+ 0.04436921328306198
60
+ ],
61
+ "q99": [
62
+ 1.268441915512085
63
+ ]
64
+ },
65
+ "roll": {
66
+ "max": [
67
+ 3.8185126781463623
68
+ ],
69
+ "min": [
70
+ 1.0369755029678345
71
+ ],
72
+ "mean": [
73
+ 2.9541971683502197
74
+ ],
75
+ "std": [
76
+ 0.3597172796726227
77
+ ],
78
+ "q01": [
79
+ 1.4898897409439087
80
+ ],
81
+ "q99": [
82
+ 3.277443289756775
83
+ ]
84
+ },
85
+ "pitch": {
86
+ "max": [
87
+ 3.2009823322296143
88
+ ],
89
+ "min": [
90
+ -3.382042169570923
91
+ ],
92
+ "mean": [
93
+ -0.27567043900489807
94
+ ],
95
+ "std": [
96
+ 0.9712064862251282
97
+ ],
98
+ "q01": [
99
+ -2.7658997774124146
100
+ ],
101
+ "q99": [
102
+ 2.408201575279236
103
+ ]
104
+ },
105
+ "yaw": {
106
+ "max": [
107
+ 1.0429445505142212
108
+ ],
109
+ "min": [
110
+ -1.9425146579742432
111
+ ],
112
+ "mean": [
113
+ -0.13852187991142273
114
+ ],
115
+ "std": [
116
+ 0.34069496393203735
117
+ ],
118
+ "q01": [
119
+ -1.105972170829773
120
+ ],
121
+ "q99": [
122
+ 0.6030595302581787
123
+ ]
124
+ },
125
+ "gripper": {
126
+ "max": [
127
+ 0.04176966845989227,
128
+ 0.0013503851369023323
129
+ ],
130
+ "min": [
131
+ -0.0010090322466567159,
132
+ -0.04225761815905571
133
+ ],
134
+ "mean": [
135
+ 0.02699918858706951,
136
+ -0.0272248312830925
137
+ ],
138
+ "std": [
139
+ 0.014254300855100155,
140
+ 0.014098314568400383
141
+ ],
142
+ "q01": [
143
+ 0.0016697642859071493,
144
+ -0.04001842252910137
145
+ ],
146
+ "q99": [
147
+ 0.040327711030840874,
148
+ -0.0017404481768608093
149
+ ]
150
+ }
151
+ },
152
+ "action": {
153
+ "x": {
154
+ "max": [
155
+ 0.9375
156
+ ],
157
+ "min": [
158
+ -0.9375
159
+ ],
160
+ "mean": [
161
+ 0.06034834310412407
162
+ ],
163
+ "std": [
164
+ 0.3340248763561249
165
+ ],
166
+ "q01": [
167
+ -0.7124999761581421
168
+ ],
169
+ "q99": [
170
+ 0.9375
171
+ ]
172
+ },
173
+ "y": {
174
+ "max": [
175
+ 0.9375
176
+ ],
177
+ "min": [
178
+ -0.9375
179
+ ],
180
+ "mean": [
181
+ 0.08324923366308212
182
+ ],
183
+ "std": [
184
+ 0.37606021761894226
185
+ ],
186
+ "q01": [
187
+ -0.7928571701049805
188
+ ],
189
+ "q99": [
190
+ 0.8705357313156128
191
+ ]
192
+ },
193
+ "z": {
194
+ "max": [
195
+ 0.9375
196
+ ],
197
+ "min": [
198
+ -0.9375
199
+ ],
200
+ "mean": [
201
+ -0.08954530954360962
202
+ ],
203
+ "std": [
204
+ 0.43816664814949036
205
+ ],
206
+ "q01": [
207
+ -0.9375
208
+ ],
209
+ "q99": [
210
+ 0.9375
211
+ ]
212
+ },
213
+ "roll": {
214
+ "max": [
215
+ 0.3557142913341522
216
+ ],
217
+ "min": [
218
+ -0.23678570985794067
219
+ ],
220
+ "mean": [
221
+ 0.0009473477257415652
222
+ ],
223
+ "std": [
224
+ 0.041202474385499954
225
+ ],
226
+ "q01": [
227
+ -0.11892857402563095
228
+ ],
229
+ "q99": [
230
+ 0.14464285969734192
231
+ ]
232
+ },
233
+ "pitch": {
234
+ "max": [
235
+ 0.375
236
+ ],
237
+ "min": [
238
+ -0.3675000071525574
239
+ ],
240
+ "mean": [
241
+ 0.005531748756766319
242
+ ],
243
+ "std": [
244
+ 0.06262416392564774
245
+ ],
246
+ "q01": [
247
+ -0.15964286029338837
248
+ ],
249
+ "q99": [
250
+ 0.18964286148548126
251
+ ]
252
+ },
253
+ "yaw": {
254
+ "max": [
255
+ 0.375
256
+ ],
257
+ "min": [
258
+ -0.3642857074737549
259
+ ],
260
+ "mean": [
261
+ -0.005597287323325872
262
+ ],
263
+ "std": [
264
+ 0.07952378690242767
265
+ ],
266
+ "q01": [
267
+ -0.23892857134342194
268
+ ],
269
+ "q99": [
270
+ 0.32678571343421936
271
+ ]
272
+ },
273
+ "gripper": {
274
+ "max": [
275
+ 1.0
276
+ ],
277
+ "min": [
278
+ 0.0
279
+ ],
280
+ "mean": [
281
+ 0.5310755968093872
282
+ ],
283
+ "std": [
284
+ 0.4990443289279938
285
+ ],
286
+ "q01": [
287
+ 0.0
288
+ ],
289
+ "q99": [
290
+ 1.0
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ "modalities": {
296
+ "video": {
297
+ "image": {
298
+ "resolution": [
299
+ 256,
300
+ 256
301
+ ],
302
+ "channels": 3,
303
+ "fps": 20.0
304
+ },
305
+ "wrist_image": {
306
+ "resolution": [
307
+ 256,
308
+ 256
309
+ ],
310
+ "channels": 3,
311
+ "fps": 20.0
312
+ },
313
+ "image_depth": {
314
+ "resolution": [
315
+ 256,
316
+ 256
317
+ ],
318
+ "channels": 3,
319
+ "fps": 20.0
320
+ },
321
+ "wrist_depth": {
322
+ "resolution": [
323
+ 256,
324
+ 256
325
+ ],
326
+ "channels": 3,
327
+ "fps": 20.0
328
+ },
329
+ "image_mask": {
330
+ "resolution": [
331
+ 256,
332
+ 256
333
+ ],
334
+ "channels": 3,
335
+ "fps": 20.0
336
+ },
337
+ "wrist_mask": {
338
+ "resolution": [
339
+ 256,
340
+ 256
341
+ ],
342
+ "channels": 3,
343
+ "fps": 20.0
344
+ },
345
+ "object_of_interest_mask": {
346
+ "resolution": [
347
+ 256,
348
+ 256
349
+ ],
350
+ "channels": 3,
351
+ "fps": 20.0
352
+ },
353
+ "object_of_interest_wrist_mask": {
354
+ "resolution": [
355
+ 256,
356
+ 256
357
+ ],
358
+ "channels": 3,
359
+ "fps": 20.0
360
+ }
361
+ },
362
+ "state": {
363
+ "x": {
364
+ "absolute": true,
365
+ "rotation_type": null,
366
+ "shape": [
367
+ 1
368
+ ],
369
+ "continuous": true
370
+ },
371
+ "y": {
372
+ "absolute": true,
373
+ "rotation_type": null,
374
+ "shape": [
375
+ 1
376
+ ],
377
+ "continuous": true
378
+ },
379
+ "z": {
380
+ "absolute": true,
381
+ "rotation_type": null,
382
+ "shape": [
383
+ 1
384
+ ],
385
+ "continuous": true
386
+ },
387
+ "roll": {
388
+ "absolute": true,
389
+ "rotation_type": null,
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "continuous": true
394
+ },
395
+ "pitch": {
396
+ "absolute": true,
397
+ "rotation_type": null,
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "continuous": true
402
+ },
403
+ "yaw": {
404
+ "absolute": true,
405
+ "rotation_type": null,
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "continuous": true
410
+ },
411
+ "gripper": {
412
+ "absolute": true,
413
+ "rotation_type": null,
414
+ "shape": [
415
+ 2
416
+ ],
417
+ "continuous": true
418
+ }
419
+ },
420
+ "action": {
421
+ "x": {
422
+ "absolute": true,
423
+ "rotation_type": null,
424
+ "shape": [
425
+ 1
426
+ ],
427
+ "continuous": true
428
+ },
429
+ "y": {
430
+ "absolute": true,
431
+ "rotation_type": null,
432
+ "shape": [
433
+ 1
434
+ ],
435
+ "continuous": true
436
+ },
437
+ "z": {
438
+ "absolute": true,
439
+ "rotation_type": null,
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "continuous": true
444
+ },
445
+ "roll": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 1
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "pitch": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 1
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "yaw": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 1
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "gripper": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 1
474
+ ],
475
+ "continuous": true
476
+ }
477
+ }
478
+ },
479
+ "embodiment_tag": "new_embodiment"
480
+ }
481
+ }
full_training/checkpoint-40000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42993742c1c3c2f231b4dbaf57833e7c92a2cf918fed213907286382e5995586
3
+ size 4999367032
full_training/checkpoint-40000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3421893e363b3426fdfae67132001d1f3882f15e7a2f152363e1eae11c41ebe2
3
+ size 2586705312
full_training/checkpoint-40000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-40000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81527fdbb99c660d87c27c34b435880d0c7eb861ced8c998b9fa81a42895fc00
3
+ size 13930098196
full_training/checkpoint-40000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361f29abcb5769f51640af3f75f8d04f7b789ef9732b0a52878d185f39e8f1a7
3
+ size 14244
full_training/checkpoint-40000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:924a7e258aaeff448643c3e22ae9194d6d37ffeff4ba27afc94cc6a2c74f9f0b
3
+ size 1064
full_training/checkpoint-40000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-50000/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
full_training/checkpoint-50000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "x": {
6
+ "max": [
7
+ 0.21031762659549713
8
+ ],
9
+ "min": [
10
+ -0.4850255846977234
11
+ ],
12
+ "mean": [
13
+ -0.04660404101014137
14
+ ],
15
+ "std": [
16
+ 0.10365085303783417
17
+ ],
18
+ "q01": [
19
+ -0.3876331299543381
20
+ ],
21
+ "q99": [
22
+ 0.135177381336689
23
+ ]
24
+ },
25
+ "y": {
26
+ "max": [
27
+ 0.38924741744995117
28
+ ],
29
+ "min": [
30
+ -0.33196061849594116
31
+ ],
32
+ "mean": [
33
+ 0.03284738212823868
34
+ ],
35
+ "std": [
36
+ 0.15072442591190338
37
+ ],
38
+ "q01": [
39
+ -0.2737630307674408
40
+ ],
41
+ "q99": [
42
+ 0.33379295468330383
43
+ ]
44
+ },
45
+ "z": {
46
+ "max": [
47
+ 1.357108473777771
48
+ ],
49
+ "min": [
50
+ 0.008183562196791172
51
+ ],
52
+ "mean": [
53
+ 0.7833250761032104
54
+ ],
55
+ "std": [
56
+ 0.37092599272727966
57
+ ],
58
+ "q01": [
59
+ 0.04436921328306198
60
+ ],
61
+ "q99": [
62
+ 1.268441915512085
63
+ ]
64
+ },
65
+ "roll": {
66
+ "max": [
67
+ 3.8185126781463623
68
+ ],
69
+ "min": [
70
+ 1.0369755029678345
71
+ ],
72
+ "mean": [
73
+ 2.9541971683502197
74
+ ],
75
+ "std": [
76
+ 0.3597172796726227
77
+ ],
78
+ "q01": [
79
+ 1.4898897409439087
80
+ ],
81
+ "q99": [
82
+ 3.277443289756775
83
+ ]
84
+ },
85
+ "pitch": {
86
+ "max": [
87
+ 3.2009823322296143
88
+ ],
89
+ "min": [
90
+ -3.382042169570923
91
+ ],
92
+ "mean": [
93
+ -0.27567043900489807
94
+ ],
95
+ "std": [
96
+ 0.9712064862251282
97
+ ],
98
+ "q01": [
99
+ -2.7658997774124146
100
+ ],
101
+ "q99": [
102
+ 2.408201575279236
103
+ ]
104
+ },
105
+ "yaw": {
106
+ "max": [
107
+ 1.0429445505142212
108
+ ],
109
+ "min": [
110
+ -1.9425146579742432
111
+ ],
112
+ "mean": [
113
+ -0.13852187991142273
114
+ ],
115
+ "std": [
116
+ 0.34069496393203735
117
+ ],
118
+ "q01": [
119
+ -1.105972170829773
120
+ ],
121
+ "q99": [
122
+ 0.6030595302581787
123
+ ]
124
+ },
125
+ "gripper": {
126
+ "max": [
127
+ 0.04176966845989227,
128
+ 0.0013503851369023323
129
+ ],
130
+ "min": [
131
+ -0.0010090322466567159,
132
+ -0.04225761815905571
133
+ ],
134
+ "mean": [
135
+ 0.02699918858706951,
136
+ -0.0272248312830925
137
+ ],
138
+ "std": [
139
+ 0.014254300855100155,
140
+ 0.014098314568400383
141
+ ],
142
+ "q01": [
143
+ 0.0016697642859071493,
144
+ -0.04001842252910137
145
+ ],
146
+ "q99": [
147
+ 0.040327711030840874,
148
+ -0.0017404481768608093
149
+ ]
150
+ }
151
+ },
152
+ "action": {
153
+ "x": {
154
+ "max": [
155
+ 0.9375
156
+ ],
157
+ "min": [
158
+ -0.9375
159
+ ],
160
+ "mean": [
161
+ 0.06034834310412407
162
+ ],
163
+ "std": [
164
+ 0.3340248763561249
165
+ ],
166
+ "q01": [
167
+ -0.7124999761581421
168
+ ],
169
+ "q99": [
170
+ 0.9375
171
+ ]
172
+ },
173
+ "y": {
174
+ "max": [
175
+ 0.9375
176
+ ],
177
+ "min": [
178
+ -0.9375
179
+ ],
180
+ "mean": [
181
+ 0.08324923366308212
182
+ ],
183
+ "std": [
184
+ 0.37606021761894226
185
+ ],
186
+ "q01": [
187
+ -0.7928571701049805
188
+ ],
189
+ "q99": [
190
+ 0.8705357313156128
191
+ ]
192
+ },
193
+ "z": {
194
+ "max": [
195
+ 0.9375
196
+ ],
197
+ "min": [
198
+ -0.9375
199
+ ],
200
+ "mean": [
201
+ -0.08954530954360962
202
+ ],
203
+ "std": [
204
+ 0.43816664814949036
205
+ ],
206
+ "q01": [
207
+ -0.9375
208
+ ],
209
+ "q99": [
210
+ 0.9375
211
+ ]
212
+ },
213
+ "roll": {
214
+ "max": [
215
+ 0.3557142913341522
216
+ ],
217
+ "min": [
218
+ -0.23678570985794067
219
+ ],
220
+ "mean": [
221
+ 0.0009473477257415652
222
+ ],
223
+ "std": [
224
+ 0.041202474385499954
225
+ ],
226
+ "q01": [
227
+ -0.11892857402563095
228
+ ],
229
+ "q99": [
230
+ 0.14464285969734192
231
+ ]
232
+ },
233
+ "pitch": {
234
+ "max": [
235
+ 0.375
236
+ ],
237
+ "min": [
238
+ -0.3675000071525574
239
+ ],
240
+ "mean": [
241
+ 0.005531748756766319
242
+ ],
243
+ "std": [
244
+ 0.06262416392564774
245
+ ],
246
+ "q01": [
247
+ -0.15964286029338837
248
+ ],
249
+ "q99": [
250
+ 0.18964286148548126
251
+ ]
252
+ },
253
+ "yaw": {
254
+ "max": [
255
+ 0.375
256
+ ],
257
+ "min": [
258
+ -0.3642857074737549
259
+ ],
260
+ "mean": [
261
+ -0.005597287323325872
262
+ ],
263
+ "std": [
264
+ 0.07952378690242767
265
+ ],
266
+ "q01": [
267
+ -0.23892857134342194
268
+ ],
269
+ "q99": [
270
+ 0.32678571343421936
271
+ ]
272
+ },
273
+ "gripper": {
274
+ "max": [
275
+ 1.0
276
+ ],
277
+ "min": [
278
+ 0.0
279
+ ],
280
+ "mean": [
281
+ 0.5310755968093872
282
+ ],
283
+ "std": [
284
+ 0.4990443289279938
285
+ ],
286
+ "q01": [
287
+ 0.0
288
+ ],
289
+ "q99": [
290
+ 1.0
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ "modalities": {
296
+ "video": {
297
+ "image": {
298
+ "resolution": [
299
+ 256,
300
+ 256
301
+ ],
302
+ "channels": 3,
303
+ "fps": 20.0
304
+ },
305
+ "wrist_image": {
306
+ "resolution": [
307
+ 256,
308
+ 256
309
+ ],
310
+ "channels": 3,
311
+ "fps": 20.0
312
+ },
313
+ "image_depth": {
314
+ "resolution": [
315
+ 256,
316
+ 256
317
+ ],
318
+ "channels": 3,
319
+ "fps": 20.0
320
+ },
321
+ "wrist_depth": {
322
+ "resolution": [
323
+ 256,
324
+ 256
325
+ ],
326
+ "channels": 3,
327
+ "fps": 20.0
328
+ },
329
+ "image_mask": {
330
+ "resolution": [
331
+ 256,
332
+ 256
333
+ ],
334
+ "channels": 3,
335
+ "fps": 20.0
336
+ },
337
+ "wrist_mask": {
338
+ "resolution": [
339
+ 256,
340
+ 256
341
+ ],
342
+ "channels": 3,
343
+ "fps": 20.0
344
+ },
345
+ "object_of_interest_mask": {
346
+ "resolution": [
347
+ 256,
348
+ 256
349
+ ],
350
+ "channels": 3,
351
+ "fps": 20.0
352
+ },
353
+ "object_of_interest_wrist_mask": {
354
+ "resolution": [
355
+ 256,
356
+ 256
357
+ ],
358
+ "channels": 3,
359
+ "fps": 20.0
360
+ }
361
+ },
362
+ "state": {
363
+ "x": {
364
+ "absolute": true,
365
+ "rotation_type": null,
366
+ "shape": [
367
+ 1
368
+ ],
369
+ "continuous": true
370
+ },
371
+ "y": {
372
+ "absolute": true,
373
+ "rotation_type": null,
374
+ "shape": [
375
+ 1
376
+ ],
377
+ "continuous": true
378
+ },
379
+ "z": {
380
+ "absolute": true,
381
+ "rotation_type": null,
382
+ "shape": [
383
+ 1
384
+ ],
385
+ "continuous": true
386
+ },
387
+ "roll": {
388
+ "absolute": true,
389
+ "rotation_type": null,
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "continuous": true
394
+ },
395
+ "pitch": {
396
+ "absolute": true,
397
+ "rotation_type": null,
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "continuous": true
402
+ },
403
+ "yaw": {
404
+ "absolute": true,
405
+ "rotation_type": null,
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "continuous": true
410
+ },
411
+ "gripper": {
412
+ "absolute": true,
413
+ "rotation_type": null,
414
+ "shape": [
415
+ 2
416
+ ],
417
+ "continuous": true
418
+ }
419
+ },
420
+ "action": {
421
+ "x": {
422
+ "absolute": true,
423
+ "rotation_type": null,
424
+ "shape": [
425
+ 1
426
+ ],
427
+ "continuous": true
428
+ },
429
+ "y": {
430
+ "absolute": true,
431
+ "rotation_type": null,
432
+ "shape": [
433
+ 1
434
+ ],
435
+ "continuous": true
436
+ },
437
+ "z": {
438
+ "absolute": true,
439
+ "rotation_type": null,
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "continuous": true
444
+ },
445
+ "roll": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 1
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "pitch": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 1
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "yaw": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 1
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "gripper": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 1
474
+ ],
475
+ "continuous": true
476
+ }
477
+ }
478
+ },
479
+ "embodiment_tag": "new_embodiment"
480
+ }
481
+ }
full_training/checkpoint-50000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111eba14b73cb29d0b73d1364eb6bc96d97098684877628387448bf9b465c6eb
3
+ size 4999367032
full_training/checkpoint-50000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7f4aeb282d9b81848a840c6670e2a2309cfc3fb1ea5cb4e627612f84a2d283
3
+ size 2586705312
full_training/checkpoint-50000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-50000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc350dfb952575a985c079803cfc51d26b518315638403adeb676376bfb00bcb
3
+ size 13930098196
full_training/checkpoint-50000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dfdbb00106d6eae09e60b5dc1bd43df74dffe21836b2da06f7c20652842c6b4
3
+ size 14244
full_training/checkpoint-50000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b26013992868782194e8dbe2532f48b34c2b21b42337ae57ea58346d52a4933b
3
+ size 1064
full_training/checkpoint-50000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-60000/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
full_training/checkpoint-60000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "x": {
6
+ "max": [
7
+ 0.21031762659549713
8
+ ],
9
+ "min": [
10
+ -0.4850255846977234
11
+ ],
12
+ "mean": [
13
+ -0.04660404101014137
14
+ ],
15
+ "std": [
16
+ 0.10365085303783417
17
+ ],
18
+ "q01": [
19
+ -0.3876331299543381
20
+ ],
21
+ "q99": [
22
+ 0.135177381336689
23
+ ]
24
+ },
25
+ "y": {
26
+ "max": [
27
+ 0.38924741744995117
28
+ ],
29
+ "min": [
30
+ -0.33196061849594116
31
+ ],
32
+ "mean": [
33
+ 0.03284738212823868
34
+ ],
35
+ "std": [
36
+ 0.15072442591190338
37
+ ],
38
+ "q01": [
39
+ -0.2737630307674408
40
+ ],
41
+ "q99": [
42
+ 0.33379295468330383
43
+ ]
44
+ },
45
+ "z": {
46
+ "max": [
47
+ 1.357108473777771
48
+ ],
49
+ "min": [
50
+ 0.008183562196791172
51
+ ],
52
+ "mean": [
53
+ 0.7833250761032104
54
+ ],
55
+ "std": [
56
+ 0.37092599272727966
57
+ ],
58
+ "q01": [
59
+ 0.04436921328306198
60
+ ],
61
+ "q99": [
62
+ 1.268441915512085
63
+ ]
64
+ },
65
+ "roll": {
66
+ "max": [
67
+ 3.8185126781463623
68
+ ],
69
+ "min": [
70
+ 1.0369755029678345
71
+ ],
72
+ "mean": [
73
+ 2.9541971683502197
74
+ ],
75
+ "std": [
76
+ 0.3597172796726227
77
+ ],
78
+ "q01": [
79
+ 1.4898897409439087
80
+ ],
81
+ "q99": [
82
+ 3.277443289756775
83
+ ]
84
+ },
85
+ "pitch": {
86
+ "max": [
87
+ 3.2009823322296143
88
+ ],
89
+ "min": [
90
+ -3.382042169570923
91
+ ],
92
+ "mean": [
93
+ -0.27567043900489807
94
+ ],
95
+ "std": [
96
+ 0.9712064862251282
97
+ ],
98
+ "q01": [
99
+ -2.7658997774124146
100
+ ],
101
+ "q99": [
102
+ 2.408201575279236
103
+ ]
104
+ },
105
+ "yaw": {
106
+ "max": [
107
+ 1.0429445505142212
108
+ ],
109
+ "min": [
110
+ -1.9425146579742432
111
+ ],
112
+ "mean": [
113
+ -0.13852187991142273
114
+ ],
115
+ "std": [
116
+ 0.34069496393203735
117
+ ],
118
+ "q01": [
119
+ -1.105972170829773
120
+ ],
121
+ "q99": [
122
+ 0.6030595302581787
123
+ ]
124
+ },
125
+ "gripper": {
126
+ "max": [
127
+ 0.04176966845989227,
128
+ 0.0013503851369023323
129
+ ],
130
+ "min": [
131
+ -0.0010090322466567159,
132
+ -0.04225761815905571
133
+ ],
134
+ "mean": [
135
+ 0.02699918858706951,
136
+ -0.0272248312830925
137
+ ],
138
+ "std": [
139
+ 0.014254300855100155,
140
+ 0.014098314568400383
141
+ ],
142
+ "q01": [
143
+ 0.0016697642859071493,
144
+ -0.04001842252910137
145
+ ],
146
+ "q99": [
147
+ 0.040327711030840874,
148
+ -0.0017404481768608093
149
+ ]
150
+ }
151
+ },
152
+ "action": {
153
+ "x": {
154
+ "max": [
155
+ 0.9375
156
+ ],
157
+ "min": [
158
+ -0.9375
159
+ ],
160
+ "mean": [
161
+ 0.06034834310412407
162
+ ],
163
+ "std": [
164
+ 0.3340248763561249
165
+ ],
166
+ "q01": [
167
+ -0.7124999761581421
168
+ ],
169
+ "q99": [
170
+ 0.9375
171
+ ]
172
+ },
173
+ "y": {
174
+ "max": [
175
+ 0.9375
176
+ ],
177
+ "min": [
178
+ -0.9375
179
+ ],
180
+ "mean": [
181
+ 0.08324923366308212
182
+ ],
183
+ "std": [
184
+ 0.37606021761894226
185
+ ],
186
+ "q01": [
187
+ -0.7928571701049805
188
+ ],
189
+ "q99": [
190
+ 0.8705357313156128
191
+ ]
192
+ },
193
+ "z": {
194
+ "max": [
195
+ 0.9375
196
+ ],
197
+ "min": [
198
+ -0.9375
199
+ ],
200
+ "mean": [
201
+ -0.08954530954360962
202
+ ],
203
+ "std": [
204
+ 0.43816664814949036
205
+ ],
206
+ "q01": [
207
+ -0.9375
208
+ ],
209
+ "q99": [
210
+ 0.9375
211
+ ]
212
+ },
213
+ "roll": {
214
+ "max": [
215
+ 0.3557142913341522
216
+ ],
217
+ "min": [
218
+ -0.23678570985794067
219
+ ],
220
+ "mean": [
221
+ 0.0009473477257415652
222
+ ],
223
+ "std": [
224
+ 0.041202474385499954
225
+ ],
226
+ "q01": [
227
+ -0.11892857402563095
228
+ ],
229
+ "q99": [
230
+ 0.14464285969734192
231
+ ]
232
+ },
233
+ "pitch": {
234
+ "max": [
235
+ 0.375
236
+ ],
237
+ "min": [
238
+ -0.3675000071525574
239
+ ],
240
+ "mean": [
241
+ 0.005531748756766319
242
+ ],
243
+ "std": [
244
+ 0.06262416392564774
245
+ ],
246
+ "q01": [
247
+ -0.15964286029338837
248
+ ],
249
+ "q99": [
250
+ 0.18964286148548126
251
+ ]
252
+ },
253
+ "yaw": {
254
+ "max": [
255
+ 0.375
256
+ ],
257
+ "min": [
258
+ -0.3642857074737549
259
+ ],
260
+ "mean": [
261
+ -0.005597287323325872
262
+ ],
263
+ "std": [
264
+ 0.07952378690242767
265
+ ],
266
+ "q01": [
267
+ -0.23892857134342194
268
+ ],
269
+ "q99": [
270
+ 0.32678571343421936
271
+ ]
272
+ },
273
+ "gripper": {
274
+ "max": [
275
+ 1.0
276
+ ],
277
+ "min": [
278
+ 0.0
279
+ ],
280
+ "mean": [
281
+ 0.5310755968093872
282
+ ],
283
+ "std": [
284
+ 0.4990443289279938
285
+ ],
286
+ "q01": [
287
+ 0.0
288
+ ],
289
+ "q99": [
290
+ 1.0
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ "modalities": {
296
+ "video": {
297
+ "image": {
298
+ "resolution": [
299
+ 256,
300
+ 256
301
+ ],
302
+ "channels": 3,
303
+ "fps": 20.0
304
+ },
305
+ "wrist_image": {
306
+ "resolution": [
307
+ 256,
308
+ 256
309
+ ],
310
+ "channels": 3,
311
+ "fps": 20.0
312
+ },
313
+ "image_depth": {
314
+ "resolution": [
315
+ 256,
316
+ 256
317
+ ],
318
+ "channels": 3,
319
+ "fps": 20.0
320
+ },
321
+ "wrist_depth": {
322
+ "resolution": [
323
+ 256,
324
+ 256
325
+ ],
326
+ "channels": 3,
327
+ "fps": 20.0
328
+ },
329
+ "image_mask": {
330
+ "resolution": [
331
+ 256,
332
+ 256
333
+ ],
334
+ "channels": 3,
335
+ "fps": 20.0
336
+ },
337
+ "wrist_mask": {
338
+ "resolution": [
339
+ 256,
340
+ 256
341
+ ],
342
+ "channels": 3,
343
+ "fps": 20.0
344
+ },
345
+ "object_of_interest_mask": {
346
+ "resolution": [
347
+ 256,
348
+ 256
349
+ ],
350
+ "channels": 3,
351
+ "fps": 20.0
352
+ },
353
+ "object_of_interest_wrist_mask": {
354
+ "resolution": [
355
+ 256,
356
+ 256
357
+ ],
358
+ "channels": 3,
359
+ "fps": 20.0
360
+ }
361
+ },
362
+ "state": {
363
+ "x": {
364
+ "absolute": true,
365
+ "rotation_type": null,
366
+ "shape": [
367
+ 1
368
+ ],
369
+ "continuous": true
370
+ },
371
+ "y": {
372
+ "absolute": true,
373
+ "rotation_type": null,
374
+ "shape": [
375
+ 1
376
+ ],
377
+ "continuous": true
378
+ },
379
+ "z": {
380
+ "absolute": true,
381
+ "rotation_type": null,
382
+ "shape": [
383
+ 1
384
+ ],
385
+ "continuous": true
386
+ },
387
+ "roll": {
388
+ "absolute": true,
389
+ "rotation_type": null,
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "continuous": true
394
+ },
395
+ "pitch": {
396
+ "absolute": true,
397
+ "rotation_type": null,
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "continuous": true
402
+ },
403
+ "yaw": {
404
+ "absolute": true,
405
+ "rotation_type": null,
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "continuous": true
410
+ },
411
+ "gripper": {
412
+ "absolute": true,
413
+ "rotation_type": null,
414
+ "shape": [
415
+ 2
416
+ ],
417
+ "continuous": true
418
+ }
419
+ },
420
+ "action": {
421
+ "x": {
422
+ "absolute": true,
423
+ "rotation_type": null,
424
+ "shape": [
425
+ 1
426
+ ],
427
+ "continuous": true
428
+ },
429
+ "y": {
430
+ "absolute": true,
431
+ "rotation_type": null,
432
+ "shape": [
433
+ 1
434
+ ],
435
+ "continuous": true
436
+ },
437
+ "z": {
438
+ "absolute": true,
439
+ "rotation_type": null,
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "continuous": true
444
+ },
445
+ "roll": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 1
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "pitch": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 1
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "yaw": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 1
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "gripper": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 1
474
+ ],
475
+ "continuous": true
476
+ }
477
+ }
478
+ },
479
+ "embodiment_tag": "new_embodiment"
480
+ }
481
+ }
full_training/checkpoint-60000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3aa00debe467473d093fe0ca2641aa1298b9a427d9d279c796de6620727389
3
+ size 4999367032
full_training/checkpoint-60000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b20887486131e3943d35253f22909dfe8a2678097ad7299414ffa5ec9ecdb93
3
+ size 2586705312
full_training/checkpoint-60000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/checkpoint-60000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6b7b0c046c5d24bbb50c70e5d8e629e7550fdfe8ccff0d49ab6bd07c95cdfb6
3
+ size 13930098196
full_training/checkpoint-60000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ade258fd2cb4c0578fbf0637e7edb1b3470cbdf815936928a286ad0745da0b87
3
+ size 14244
full_training/checkpoint-60000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb677b69d5815e7e1f5f341ea75c4bd0f7789a7a85a36e672ade3f744edffa5f
3
+ size 1064
full_training/checkpoint-60000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
full_training/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
full_training/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "x": {
6
+ "max": [
7
+ 0.21031762659549713
8
+ ],
9
+ "min": [
10
+ -0.4850255846977234
11
+ ],
12
+ "mean": [
13
+ -0.04660404101014137
14
+ ],
15
+ "std": [
16
+ 0.10365085303783417
17
+ ],
18
+ "q01": [
19
+ -0.3876331299543381
20
+ ],
21
+ "q99": [
22
+ 0.135177381336689
23
+ ]
24
+ },
25
+ "y": {
26
+ "max": [
27
+ 0.38924741744995117
28
+ ],
29
+ "min": [
30
+ -0.33196061849594116
31
+ ],
32
+ "mean": [
33
+ 0.03284738212823868
34
+ ],
35
+ "std": [
36
+ 0.15072442591190338
37
+ ],
38
+ "q01": [
39
+ -0.2737630307674408
40
+ ],
41
+ "q99": [
42
+ 0.33379295468330383
43
+ ]
44
+ },
45
+ "z": {
46
+ "max": [
47
+ 1.357108473777771
48
+ ],
49
+ "min": [
50
+ 0.008183562196791172
51
+ ],
52
+ "mean": [
53
+ 0.7833250761032104
54
+ ],
55
+ "std": [
56
+ 0.37092599272727966
57
+ ],
58
+ "q01": [
59
+ 0.04436921328306198
60
+ ],
61
+ "q99": [
62
+ 1.268441915512085
63
+ ]
64
+ },
65
+ "roll": {
66
+ "max": [
67
+ 3.8185126781463623
68
+ ],
69
+ "min": [
70
+ 1.0369755029678345
71
+ ],
72
+ "mean": [
73
+ 2.9541971683502197
74
+ ],
75
+ "std": [
76
+ 0.3597172796726227
77
+ ],
78
+ "q01": [
79
+ 1.4898897409439087
80
+ ],
81
+ "q99": [
82
+ 3.277443289756775
83
+ ]
84
+ },
85
+ "pitch": {
86
+ "max": [
87
+ 3.2009823322296143
88
+ ],
89
+ "min": [
90
+ -3.382042169570923
91
+ ],
92
+ "mean": [
93
+ -0.27567043900489807
94
+ ],
95
+ "std": [
96
+ 0.9712064862251282
97
+ ],
98
+ "q01": [
99
+ -2.7658997774124146
100
+ ],
101
+ "q99": [
102
+ 2.408201575279236
103
+ ]
104
+ },
105
+ "yaw": {
106
+ "max": [
107
+ 1.0429445505142212
108
+ ],
109
+ "min": [
110
+ -1.9425146579742432
111
+ ],
112
+ "mean": [
113
+ -0.13852187991142273
114
+ ],
115
+ "std": [
116
+ 0.34069496393203735
117
+ ],
118
+ "q01": [
119
+ -1.105972170829773
120
+ ],
121
+ "q99": [
122
+ 0.6030595302581787
123
+ ]
124
+ },
125
+ "gripper": {
126
+ "max": [
127
+ 0.04176966845989227,
128
+ 0.0013503851369023323
129
+ ],
130
+ "min": [
131
+ -0.0010090322466567159,
132
+ -0.04225761815905571
133
+ ],
134
+ "mean": [
135
+ 0.02699918858706951,
136
+ -0.0272248312830925
137
+ ],
138
+ "std": [
139
+ 0.014254300855100155,
140
+ 0.014098314568400383
141
+ ],
142
+ "q01": [
143
+ 0.0016697642859071493,
144
+ -0.04001842252910137
145
+ ],
146
+ "q99": [
147
+ 0.040327711030840874,
148
+ -0.0017404481768608093
149
+ ]
150
+ }
151
+ },
152
+ "action": {
153
+ "x": {
154
+ "max": [
155
+ 0.9375
156
+ ],
157
+ "min": [
158
+ -0.9375
159
+ ],
160
+ "mean": [
161
+ 0.06034834310412407
162
+ ],
163
+ "std": [
164
+ 0.3340248763561249
165
+ ],
166
+ "q01": [
167
+ -0.7124999761581421
168
+ ],
169
+ "q99": [
170
+ 0.9375
171
+ ]
172
+ },
173
+ "y": {
174
+ "max": [
175
+ 0.9375
176
+ ],
177
+ "min": [
178
+ -0.9375
179
+ ],
180
+ "mean": [
181
+ 0.08324923366308212
182
+ ],
183
+ "std": [
184
+ 0.37606021761894226
185
+ ],
186
+ "q01": [
187
+ -0.7928571701049805
188
+ ],
189
+ "q99": [
190
+ 0.8705357313156128
191
+ ]
192
+ },
193
+ "z": {
194
+ "max": [
195
+ 0.9375
196
+ ],
197
+ "min": [
198
+ -0.9375
199
+ ],
200
+ "mean": [
201
+ -0.08954530954360962
202
+ ],
203
+ "std": [
204
+ 0.43816664814949036
205
+ ],
206
+ "q01": [
207
+ -0.9375
208
+ ],
209
+ "q99": [
210
+ 0.9375
211
+ ]
212
+ },
213
+ "roll": {
214
+ "max": [
215
+ 0.3557142913341522
216
+ ],
217
+ "min": [
218
+ -0.23678570985794067
219
+ ],
220
+ "mean": [
221
+ 0.0009473477257415652
222
+ ],
223
+ "std": [
224
+ 0.041202474385499954
225
+ ],
226
+ "q01": [
227
+ -0.11892857402563095
228
+ ],
229
+ "q99": [
230
+ 0.14464285969734192
231
+ ]
232
+ },
233
+ "pitch": {
234
+ "max": [
235
+ 0.375
236
+ ],
237
+ "min": [
238
+ -0.3675000071525574
239
+ ],
240
+ "mean": [
241
+ 0.005531748756766319
242
+ ],
243
+ "std": [
244
+ 0.06262416392564774
245
+ ],
246
+ "q01": [
247
+ -0.15964286029338837
248
+ ],
249
+ "q99": [
250
+ 0.18964286148548126
251
+ ]
252
+ },
253
+ "yaw": {
254
+ "max": [
255
+ 0.375
256
+ ],
257
+ "min": [
258
+ -0.3642857074737549
259
+ ],
260
+ "mean": [
261
+ -0.005597287323325872
262
+ ],
263
+ "std": [
264
+ 0.07952378690242767
265
+ ],
266
+ "q01": [
267
+ -0.23892857134342194
268
+ ],
269
+ "q99": [
270
+ 0.32678571343421936
271
+ ]
272
+ },
273
+ "gripper": {
274
+ "max": [
275
+ 1.0
276
+ ],
277
+ "min": [
278
+ 0.0
279
+ ],
280
+ "mean": [
281
+ 0.5310755968093872
282
+ ],
283
+ "std": [
284
+ 0.4990443289279938
285
+ ],
286
+ "q01": [
287
+ 0.0
288
+ ],
289
+ "q99": [
290
+ 1.0
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ "modalities": {
296
+ "video": {
297
+ "image": {
298
+ "resolution": [
299
+ 256,
300
+ 256
301
+ ],
302
+ "channels": 3,
303
+ "fps": 20.0
304
+ },
305
+ "wrist_image": {
306
+ "resolution": [
307
+ 256,
308
+ 256
309
+ ],
310
+ "channels": 3,
311
+ "fps": 20.0
312
+ },
313
+ "image_depth": {
314
+ "resolution": [
315
+ 256,
316
+ 256
317
+ ],
318
+ "channels": 3,
319
+ "fps": 20.0
320
+ },
321
+ "wrist_depth": {
322
+ "resolution": [
323
+ 256,
324
+ 256
325
+ ],
326
+ "channels": 3,
327
+ "fps": 20.0
328
+ },
329
+ "image_mask": {
330
+ "resolution": [
331
+ 256,
332
+ 256
333
+ ],
334
+ "channels": 3,
335
+ "fps": 20.0
336
+ },
337
+ "wrist_mask": {
338
+ "resolution": [
339
+ 256,
340
+ 256
341
+ ],
342
+ "channels": 3,
343
+ "fps": 20.0
344
+ },
345
+ "object_of_interest_mask": {
346
+ "resolution": [
347
+ 256,
348
+ 256
349
+ ],
350
+ "channels": 3,
351
+ "fps": 20.0
352
+ },
353
+ "object_of_interest_wrist_mask": {
354
+ "resolution": [
355
+ 256,
356
+ 256
357
+ ],
358
+ "channels": 3,
359
+ "fps": 20.0
360
+ }
361
+ },
362
+ "state": {
363
+ "x": {
364
+ "absolute": true,
365
+ "rotation_type": null,
366
+ "shape": [
367
+ 1
368
+ ],
369
+ "continuous": true
370
+ },
371
+ "y": {
372
+ "absolute": true,
373
+ "rotation_type": null,
374
+ "shape": [
375
+ 1
376
+ ],
377
+ "continuous": true
378
+ },
379
+ "z": {
380
+ "absolute": true,
381
+ "rotation_type": null,
382
+ "shape": [
383
+ 1
384
+ ],
385
+ "continuous": true
386
+ },
387
+ "roll": {
388
+ "absolute": true,
389
+ "rotation_type": null,
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "continuous": true
394
+ },
395
+ "pitch": {
396
+ "absolute": true,
397
+ "rotation_type": null,
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "continuous": true
402
+ },
403
+ "yaw": {
404
+ "absolute": true,
405
+ "rotation_type": null,
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "continuous": true
410
+ },
411
+ "gripper": {
412
+ "absolute": true,
413
+ "rotation_type": null,
414
+ "shape": [
415
+ 2
416
+ ],
417
+ "continuous": true
418
+ }
419
+ },
420
+ "action": {
421
+ "x": {
422
+ "absolute": true,
423
+ "rotation_type": null,
424
+ "shape": [
425
+ 1
426
+ ],
427
+ "continuous": true
428
+ },
429
+ "y": {
430
+ "absolute": true,
431
+ "rotation_type": null,
432
+ "shape": [
433
+ 1
434
+ ],
435
+ "continuous": true
436
+ },
437
+ "z": {
438
+ "absolute": true,
439
+ "rotation_type": null,
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "continuous": true
444
+ },
445
+ "roll": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 1
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "pitch": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 1
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "yaw": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 1
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "gripper": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 1
474
+ ],
475
+ "continuous": true
476
+ }
477
+ }
478
+ },
479
+ "embodiment_tag": "new_embodiment"
480
+ }
481
+ }
full_training/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3aa00debe467473d093fe0ca2641aa1298b9a427d9d279c796de6620727389
3
+ size 4999367032
full_training/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b20887486131e3943d35253f22909dfe8a2678097ad7299414ffa5ec9ecdb93
3
+ size 2586705312
full_training/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff