Robotics
LeRobot
Safetensors
dm05
File size: 20,171 Bytes
5cca39a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
{
    "dataset": {
        "repo_id": "maximellerbach/omx_multicubes",
        "repo_type": "dataset",
        "root": null,
        "episodes": null,
        "exclude_episodes": null,
        "image_transforms": {
            "enable": false,
            "max_num_transforms": 3,
            "random_order": false,
            "tfs": {
                "brightness": {
                    "weight": 1.0,
                    "type": "ColorJitter",
                    "kwargs": {
                        "brightness": [
                            0.8,
                            1.2
                        ]
                    }
                },
                "contrast": {
                    "weight": 1.0,
                    "type": "ColorJitter",
                    "kwargs": {
                        "contrast": [
                            0.8,
                            1.2
                        ]
                    }
                },
                "saturation": {
                    "weight": 1.0,
                    "type": "ColorJitter",
                    "kwargs": {
                        "saturation": [
                            0.5,
                            1.5
                        ]
                    }
                },
                "hue": {
                    "weight": 1.0,
                    "type": "ColorJitter",
                    "kwargs": {
                        "hue": [
                            -0.05,
                            0.05
                        ]
                    }
                },
                "sharpness": {
                    "weight": 1.0,
                    "type": "SharpnessJitter",
                    "kwargs": {
                        "sharpness": [
                            0.5,
                            1.5
                        ]
                    }
                },
                "affine": {
                    "weight": 1.0,
                    "type": "RandomAffine",
                    "kwargs": {
                        "degrees": [
                            -5.0,
                            5.0
                        ],
                        "translate": [
                            0.05,
                            0.05
                        ]
                    }
                }
            }
        },
        "revision": "dm05-relative-chunk50",
        "use_imagenet_stats": true,
        "video_backend": "pyav",
        "return_uint8": false,
        "depth_output_unit": "mm",
        "streaming": false,
        "eval_split": 0.0
    },
    "env": null,
    "policy": {
        "type": "dm05",
        "n_obs_steps": 1,
        "input_features": {
            "observation.state": {
                "type": "STATE",
                "shape": [
                    6
                ]
            },
            "observation.images.wrist": {
                "type": "VISUAL",
                "shape": [
                    3,
                    480,
                    640
                ]
            },
            "observation.images.top": {
                "type": "VISUAL",
                "shape": [
                    3,
                    480,
                    640
                ]
            }
        },
        "output_features": {
            "action": {
                "type": "ACTION",
                "shape": [
                    6
                ]
            }
        },
        "device": "cuda:0",
        "use_amp": false,
        "use_peft": false,
        "push_to_hub": true,
        "repo_id": "maximellerbach/dm05_omx_multicubes_rel",
        "private": null,
        "tags": null,
        "license": "gemma",
        "pretrained_path": "Dexmal/DM05-Lerobot",
        "pretrained_revision": null,
        "core_config": {
            "vlm_gradient_checkpointing": true,
            "ae_gradient_checkpointing": true,
            "ae_gradient_checkpointing_layers": 1,
            "freeze_vlm_embedding": false,
            "llm_attn_implementation": "eager",
            "vision_attn_implementation": "sdpa",
            "action_attn_implementation": "sdpa",
            "transformers_version": "5.5.4",
            "architectures": [
                "DM05ForConditionalGeneration"
            ],
            "output_hidden_states": false,
            "return_dict": true,
            "dtype": "bfloat16",
            "chunk_size_feed_forward": 0,
            "is_encoder_decoder": false,
            "id2label": {
                "0": "LABEL_0",
                "1": "LABEL_1"
            },
            "label2id": {
                "LABEL_0": 0,
                "LABEL_1": 1
            },
            "problem_type": null,
            "vlm_config": {
                "architectures": [
                    "Gemma3ForConditionalGeneration"
                ],
                "output_hidden_states": false,
                "return_dict": true,
                "dtype": "bfloat16",
                "chunk_size_feed_forward": 0,
                "is_encoder_decoder": false,
                "id2label": {
                    "0": "LABEL_0",
                    "1": "LABEL_1"
                },
                "label2id": {
                    "LABEL_0": 0,
                    "LABEL_1": 1
                },
                "problem_type": null,
                "text_config": {
                    "architectures": null,
                    "output_hidden_states": false,
                    "return_dict": true,
                    "dtype": "bfloat16",
                    "chunk_size_feed_forward": 0,
                    "is_encoder_decoder": false,
                    "id2label": {
                        "0": "LABEL_0",
                        "1": "LABEL_1"
                    },
                    "label2id": {
                        "LABEL_0": 0,
                        "LABEL_1": 1
                    },
                    "problem_type": null,
                    "vocab_size": 262208,
                    "hidden_size": 2560,
                    "intermediate_size": 10240,
                    "num_hidden_layers": 34,
                    "num_attention_heads": 8,
                    "num_key_value_heads": 4,
                    "head_dim": 256,
                    "hidden_activation": "gelu_pytorch_tanh",
                    "max_position_embeddings": 131072,
                    "initializer_range": 0.02,
                    "rms_norm_eps": 1e-06,
                    "use_cache": true,
                    "pad_token_id": 0,
                    "eos_token_id": 1,
                    "bos_token_id": 2,
                    "tie_word_embeddings": true,
                    "rope_parameters": {
                        "full_attention": {
                            "factor": 8.0,
                            "rope_theta": 1000000.0,
                            "rope_type": "linear"
                        },
                        "sliding_attention": {
                            "rope_theta": 10000.0,
                            "rope_type": "default"
                        }
                    },
                    "attention_bias": false,
                    "attention_dropout": 0.0,
                    "query_pre_attn_scalar": 256,
                    "sliding_window": 4096,
                    "layer_types": [
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "full_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "full_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "full_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "full_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "full_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention",
                        "sliding_attention"
                    ],
                    "final_logit_softcapping": null,
                    "attn_logit_softcapping": null,
                    "use_bidirectional_attention": false,
                    "_sliding_window_pattern": 6,
                    "_name_or_path": "",
                    "model_type": "gemma3_text",
                    "attn_implementation": "eager",
                    "output_attentions": false
                },
                "vision_config": {
                    "architectures": null,
                    "output_hidden_states": false,
                    "return_dict": true,
                    "dtype": "bfloat16",
                    "chunk_size_feed_forward": 0,
                    "is_encoder_decoder": false,
                    "id2label": {
                        "0": "LABEL_0",
                        "1": "LABEL_1"
                    },
                    "label2id": {
                        "LABEL_0": 0,
                        "LABEL_1": 1
                    },
                    "problem_type": null,
                    "hidden_size": 1152,
                    "intermediate_size": 4304,
                    "num_hidden_layers": 27,
                    "num_attention_heads": 16,
                    "num_channels": 3,
                    "image_size": 448,
                    "patch_size": 14,
                    "hidden_act": "gelu_pytorch_tanh",
                    "layer_norm_eps": 1e-06,
                    "attention_dropout": 0.0,
                    "_name_or_path": "",
                    "model_type": "siglip_vision_model",
                    "vision_use_head": false,
                    "attn_implementation": "sdpa",
                    "output_attentions": false
                },
                "mm_tokens_per_image": 256,
                "boi_token_index": 255999,
                "eoi_token_index": 256000,
                "image_token_index": 262144,
                "initializer_range": 0.02,
                "tie_word_embeddings": true,
                "_name_or_path": "",
                "eos_token_id": [
                    1,
                    106
                ],
                "model_type": "gemma3",
                "attn_implementation": {
                    "": "eager",
                    "text_config": "eager",
                    "vision_config": "sdpa"
                },
                "output_attentions": false
            },
            "action_config": {
                "architectures": null,
                "output_hidden_states": false,
                "return_dict": true,
                "dtype": null,
                "chunk_size_feed_forward": 0,
                "is_encoder_decoder": false,
                "id2label": {
                    "0": "LABEL_0",
                    "1": "LABEL_1"
                },
                "label2id": {
                    "LABEL_0": 0,
                    "LABEL_1": 1
                },
                "problem_type": null,
                "vocab_size": 262208,
                "hidden_size": 1024,
                "intermediate_size": 4096,
                "num_hidden_layers": 34,
                "num_attention_heads": 8,
                "num_key_value_heads": 4,
                "head_dim": 256,
                "hidden_activation": "gelu_pytorch_tanh",
                "max_position_embeddings": 131072,
                "initializer_range": 0.02,
                "rms_norm_eps": 1e-06,
                "use_cache": true,
                "pad_token_id": 0,
                "eos_token_id": 1,
                "bos_token_id": 2,
                "tie_word_embeddings": true,
                "rope_parameters": {
                    "full_attention": {
                        "factor": 8.0,
                        "rope_theta": 1000000.0,
                        "rope_type": "linear"
                    },
                    "sliding_attention": {
                        "rope_theta": 10000.0,
                        "rope_type": "default"
                    }
                },
                "attention_bias": false,
                "attention_dropout": 0.0,
                "query_pre_attn_scalar": 256,
                "sliding_window": 4096,
                "layer_types": [
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention"
                ],
                "final_logit_softcapping": null,
                "attn_logit_softcapping": null,
                "use_bidirectional_attention": false,
                "_sliding_window_pattern": 6,
                "_name_or_path": "",
                "model_type": "gemma3_text",
                "attn_implementation": "sdpa",
                "action_attn_implementation": "sdpa",
                "ae_gradient_checkpointing_layers": 1,
                "output_attentions": false
            },
            "processor_config": null,
            "action_dim": 32,
            "chunk_size": 50,
            "bf16": true,
            "_name_or_path": ".",
            "bos_token_id": 2,
            "eos_token_id": 1,
            "model_type": "dexbotic_dm05",
            "pad_token_id": 0,
            "tie_word_embeddings": true,
            "gradient_checkpointing": true,
            "output_attentions": false
        },
        "chunk_size": 50,
        "n_action_steps": 50,
        "drop_n_last_frames": 1,
        "max_state_dim": 32,
        "max_action_dim": 32,
        "image_resolution": [
            448,
            448
        ],
        "empty_cameras": 0,
        "add_state": true,
        "pretrained_name_or_path": ".",
        "processor_name_or_path": null,
        "image_keys": null,
        "n_bins": 256,
        "tokenizer_max_length": 1024,
        "diffusion_steps": 10,
        "compile_model": false,
        "compile_suffix_pad_length": 1024,
        "llm_attn_implementation": "eager",
        "vision_attn_implementation": "sdpa",
        "action_attn_implementation": "sdpa",
        "use_liger_kernel": false,
        "dtype": "bfloat16",
        "vlm_gradient_checkpointing": true,
        "ae_gradient_checkpointing": true,
        "ae_gradient_checkpointing_layers": 1,
        "freeze_vlm_embedding": true,
        "use_relative_actions": true,
        "relative_exclude_joints": [
            "gripper"
        ],
        "action_feature_names": [
            "shoulder_pan.pos",
            "shoulder_lift.pos",
            "elbow_flex.pos",
            "wrist_flex.pos",
            "wrist_roll.pos",
            "gripper.pos"
        ],
        "norm_clip": true,
        "normalization_mapping": {
            "VISUAL": "IDENTITY",
            "STATE": "QUANTILES",
            "ACTION": "QUANTILES"
        },
        "optimizer_lr": 2.5e-05,
        "optimizer_betas": [
            0.9,
            0.95
        ],
        "optimizer_eps": 1e-08,
        "optimizer_weight_decay": 1e-10,
        "optimizer_grad_clip_norm": 1.0,
        "scheduler_warmup_steps": 500,
        "scheduler_decay_steps": 10000,
        "scheduler_decay_lr": 2.5e-06
    },
    "reward_model": null,
    "output_dir": "/tmp/train/dm05_omx_multicubes_rel",
    "job_name": "dm05_omx_multicubes_rel",
    "resume": false,
    "seed": 1000,
    "cudnn_deterministic": false,
    "num_workers": 8,
    "batch_size": 4,
    "prefetch_factor": 4,
    "persistent_workers": true,
    "dataloader_multiprocessing_context": "spawn",
    "steps": 10000,
    "env_eval_freq": 20000,
    "log_freq": 25,
    "eval_steps": 0,
    "max_eval_samples": 0,
    "tolerance_s": 0.0001,
    "save_checkpoint": true,
    "save_freq": 5000,
    "checkpoint_format": "safetensors",
    "use_policy_training_preset": true,
    "optimizer": {
        "type": "adamw",
        "lr": 2.5e-05,
        "weight_decay": 1e-10,
        "grad_clip_norm": 1.0,
        "betas": [
            0.9,
            0.95
        ],
        "eps": 1e-08
    },
    "scheduler": {
        "type": "cosine_decay_with_warmup",
        "num_warmup_steps": 500,
        "num_decay_steps": 10000,
        "peak_lr": 2.5e-05,
        "decay_lr": 2.5e-06
    },
    "parallelism": {
        "dp_replicate": 1,
        "dp_shard": 1,
        "context_parallel": {
            "ring_degree": 1,
            "ulysses_degree": 1
        },
        "cfg_parallel": 1
    },
    "accelerator": {
        "mixed_precision": "no",
        "gradient_accumulation": {
            "steps": 1
        },
        "fsdp": {
            "reshard_after_forward": true,
            "wrap_modules": null,
            "min_num_params": null,
            "cpu_offload": false,
            "ignored_modules": null
        },
        "ddp": {
            "find_unused_parameters": true,
            "gradient_as_bucket_view": false,
            "static_graph": false
        },
        "compile": {
            "enabled": false,
            "backend": "inductor",
            "mode": null,
            "regional": true
        },
        "activation_checkpointing": {
            "mode": "none"
        }
    },
    "eval": {
        "n_episodes": 50,
        "batch_size": 50,
        "use_async_envs": true,
        "recording": false,
        "recording_repo_id": null,
        "recording_private": false
    },
    "ema": {
        "enable": false,
        "decay": null,
        "update_after_step": 0,
        "inv_gamma": 1.0,
        "power": 0.75,
        "min_decay": 0.0,
        "max_decay": 0.9999,
        "use_for_eval": true
    },
    "wandb": {
        "enable": true,
        "disable_artifact": true,
        "project": "lerobot",
        "entity": null,
        "notes": null,
        "run_id": "qcwvqsuq",
        "mode": null,
        "add_tags": true
    },
    "peft": null,
    "job": {
        "target": null,
        "image": "huggingface/lerobot-gpu:latest",
        "timeout": "2d",
        "detach": false,
        "tags": []
    },
    "save_checkpoint_to_hub": true,
    "sample_weighting": null,
    "rename_map": {},
    "checkpoint_path": null
}