Robotics
LeRobot
Safetensors
multi_task_dit
gaspardthrl commited on
Commit
63b1141
·
verified ·
1 Parent(s): 2616906

Upload folder using huggingface_hub

Browse files
060000/pretrained_model/config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "multi_task_dit",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": true,
32
+ "repo_id": "gaspardthrl/walleed_dit_fm_absolute",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "obs_stride": 1,
38
+ "state_history_motors": [],
39
+ "state_history_lags": [],
40
+ "state_history_scales": [],
41
+ "horizon": 32,
42
+ "n_action_steps": 24,
43
+ "objective": "flow_matching",
44
+ "noise_scheduler_type": "DDPM",
45
+ "num_train_timesteps": 100,
46
+ "beta_schedule": "squaredcos_cap_v2",
47
+ "beta_start": 0.0001,
48
+ "beta_end": 0.02,
49
+ "prediction_type": "epsilon",
50
+ "clip_sample": true,
51
+ "clip_sample_range": 1.0,
52
+ "num_inference_steps": null,
53
+ "sigma_min": 0.0,
54
+ "num_integration_steps": 10,
55
+ "integration_method": "euler",
56
+ "timestep_sampling_strategy": "beta",
57
+ "timestep_sampling_s": 0.999,
58
+ "timestep_sampling_alpha": 1.5,
59
+ "timestep_sampling_beta": 1.0,
60
+ "hidden_dim": 512,
61
+ "num_layers": 6,
62
+ "num_heads": 8,
63
+ "dropout": 0.1,
64
+ "use_positional_encoding": false,
65
+ "timestep_embed_dim": 256,
66
+ "use_rope": true,
67
+ "rope_base": 10000.0,
68
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
69
+ "use_separate_rgb_encoder_per_camera": false,
70
+ "vision_encoder_lr_multiplier": 0.0,
71
+ "image_resize_shape": [
72
+ 224,
73
+ 224
74
+ ],
75
+ "image_crop_shape": [
76
+ 224,
77
+ 224
78
+ ],
79
+ "image_crop_is_random": true,
80
+ "image_grayscale": true,
81
+ "image_grayworld": true,
82
+ "use_relative_actions": false,
83
+ "relative_exclude_joints": [
84
+ "gripper"
85
+ ],
86
+ "action_feature_names": [
87
+ "shoulder_pan.pos",
88
+ "shoulder_lift.pos",
89
+ "elbow_flex.pos",
90
+ "wrist_flex.pos",
91
+ "wrist_roll.pos",
92
+ "gripper.pos"
93
+ ],
94
+ "text_encoder_name": "openai/clip-vit-base-patch16",
95
+ "tokenizer_max_length": 77,
96
+ "tokenizer_padding": "max_length",
97
+ "tokenizer_padding_side": "right",
98
+ "tokenizer_truncation": true,
99
+ "default_task": "Fold the towel",
100
+ "normalization_mapping": {
101
+ "VISUAL": "MEAN_STD",
102
+ "STATE": "MIN_MAX",
103
+ "ACTION": "MIN_MAX"
104
+ },
105
+ "optimizer_lr": 2e-05,
106
+ "optimizer_betas": [
107
+ 0.95,
108
+ 0.999
109
+ ],
110
+ "optimizer_eps": 1e-08,
111
+ "optimizer_weight_decay": 0.0,
112
+ "scheduler_name": "cosine",
113
+ "scheduler_warmup_steps": 1000,
114
+ "do_mask_loss_for_padding": false,
115
+ "drop_n_last_frames": 8
116
+ }
060000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d1e16be46656b77322e68892ae679deb248654484917eb1cc7fc2eb2b3e403e
3
+ size 787433656
060000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "absolute_actions_processor",
26
+ "config": {
27
+ "enabled": false
28
+ }
29
+ },
30
+ {
31
+ "registry_name": "device_processor",
32
+ "config": {
33
+ "device": "cpu",
34
+ "float_dtype": null
35
+ }
36
+ }
37
+ ]
38
+ }
060000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bba8954e4fa3a82ef9fdfddf7a4da6e6e4ca774c3890a8bcdeb91892a46e054
3
+ size 6608
060000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "tokenizer_processor",
16
+ "config": {
17
+ "max_length": 77,
18
+ "task_key": "task",
19
+ "padding_side": "right",
20
+ "padding": "max_length",
21
+ "truncation": true,
22
+ "tokenizer_name": "openai/clip-vit-base-patch16"
23
+ }
24
+ },
25
+ {
26
+ "registry_name": "device_processor",
27
+ "config": {
28
+ "device": "cuda",
29
+ "float_dtype": null
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "delta_actions_processor",
34
+ "config": {
35
+ "enabled": false,
36
+ "exclude_joints": [
37
+ "gripper"
38
+ ],
39
+ "action_names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_flex.pos",
44
+ "wrist_roll.pos",
45
+ "gripper.pos"
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "registry_name": "normalizer_processor",
51
+ "config": {
52
+ "eps": 1e-08,
53
+ "features": {
54
+ "observation.state": {
55
+ "type": "STATE",
56
+ "shape": [
57
+ 6
58
+ ]
59
+ },
60
+ "observation.images.front": {
61
+ "type": "VISUAL",
62
+ "shape": [
63
+ 3,
64
+ 480,
65
+ 640
66
+ ]
67
+ },
68
+ "action": {
69
+ "type": "ACTION",
70
+ "shape": [
71
+ 6
72
+ ]
73
+ }
74
+ },
75
+ "norm_map": {
76
+ "VISUAL": "MEAN_STD",
77
+ "STATE": "MIN_MAX",
78
+ "ACTION": "MIN_MAX"
79
+ }
80
+ },
81
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
82
+ }
83
+ ]
84
+ }
060000/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bba8954e4fa3a82ef9fdfddf7a4da6e6e4ca774c3890a8bcdeb91892a46e054
3
+ size 6608
060000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "gaspardthrl/walleed_fold_combined",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": true,
8
+ "max_num_transforms": 6,
9
+ "random_order": true,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.7,
17
+ 1.3
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.7,
27
+ 1.3
28
+ ]
29
+ }
30
+ },
31
+ "sharpness": {
32
+ "weight": 1.0,
33
+ "type": "SharpnessJitter",
34
+ "kwargs": {
35
+ "sharpness": [
36
+ 0.6,
37
+ 1.4
38
+ ]
39
+ }
40
+ },
41
+ "warmth": {
42
+ "weight": 1.0,
43
+ "type": "WarmthJitter",
44
+ "kwargs": {
45
+ "warmth": [
46
+ -0.15,
47
+ 0.15
48
+ ]
49
+ }
50
+ },
51
+ "affine": {
52
+ "weight": 1.0,
53
+ "type": "RandomAffine",
54
+ "kwargs": {
55
+ "degrees": [
56
+ -8,
57
+ 8
58
+ ],
59
+ "translate": [
60
+ 0.12,
61
+ 0.12
62
+ ]
63
+ }
64
+ },
65
+ "erasing": {
66
+ "weight": 0.5,
67
+ "type": "RandomErasing",
68
+ "kwargs": {
69
+ "p": 0.35,
70
+ "scale": [
71
+ 0.02,
72
+ 0.1
73
+ ],
74
+ "ratio": [
75
+ 0.3,
76
+ 3.3
77
+ ],
78
+ "value": 0
79
+ }
80
+ }
81
+ }
82
+ },
83
+ "revision": null,
84
+ "use_imagenet_stats": true,
85
+ "stats_override_path": null,
86
+ "video_backend": "pyav",
87
+ "return_uint8": false,
88
+ "streaming": false
89
+ },
90
+ "env": null,
91
+ "policy": {
92
+ "type": "multi_task_dit",
93
+ "n_obs_steps": 1,
94
+ "input_features": {
95
+ "observation.state": {
96
+ "type": "STATE",
97
+ "shape": [
98
+ 6
99
+ ]
100
+ },
101
+ "observation.images.front": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 480,
106
+ 640
107
+ ]
108
+ }
109
+ },
110
+ "output_features": {
111
+ "action": {
112
+ "type": "ACTION",
113
+ "shape": [
114
+ 6
115
+ ]
116
+ }
117
+ },
118
+ "device": "cuda",
119
+ "use_amp": false,
120
+ "use_peft": false,
121
+ "push_to_hub": true,
122
+ "repo_id": "gaspardthrl/walleed_dit_fm_absolute",
123
+ "private": null,
124
+ "tags": null,
125
+ "license": null,
126
+ "pretrained_path": null,
127
+ "obs_stride": 1,
128
+ "state_history_motors": [],
129
+ "state_history_lags": [],
130
+ "state_history_scales": [],
131
+ "horizon": 32,
132
+ "n_action_steps": 24,
133
+ "objective": "flow_matching",
134
+ "noise_scheduler_type": "DDPM",
135
+ "num_train_timesteps": 100,
136
+ "beta_schedule": "squaredcos_cap_v2",
137
+ "beta_start": 0.0001,
138
+ "beta_end": 0.02,
139
+ "prediction_type": "epsilon",
140
+ "clip_sample": true,
141
+ "clip_sample_range": 1.0,
142
+ "num_inference_steps": null,
143
+ "sigma_min": 0.0,
144
+ "num_integration_steps": 10,
145
+ "integration_method": "euler",
146
+ "timestep_sampling_strategy": "beta",
147
+ "timestep_sampling_s": 0.999,
148
+ "timestep_sampling_alpha": 1.5,
149
+ "timestep_sampling_beta": 1.0,
150
+ "hidden_dim": 512,
151
+ "num_layers": 6,
152
+ "num_heads": 8,
153
+ "dropout": 0.1,
154
+ "use_positional_encoding": false,
155
+ "timestep_embed_dim": 256,
156
+ "use_rope": true,
157
+ "rope_base": 10000.0,
158
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
159
+ "use_separate_rgb_encoder_per_camera": false,
160
+ "vision_encoder_lr_multiplier": 0.0,
161
+ "image_resize_shape": [
162
+ 224,
163
+ 224
164
+ ],
165
+ "image_crop_shape": [
166
+ 224,
167
+ 224
168
+ ],
169
+ "image_crop_is_random": true,
170
+ "image_grayscale": true,
171
+ "image_grayworld": true,
172
+ "use_relative_actions": false,
173
+ "relative_exclude_joints": [
174
+ "gripper"
175
+ ],
176
+ "action_feature_names": [
177
+ "shoulder_pan.pos",
178
+ "shoulder_lift.pos",
179
+ "elbow_flex.pos",
180
+ "wrist_flex.pos",
181
+ "wrist_roll.pos",
182
+ "gripper.pos"
183
+ ],
184
+ "text_encoder_name": "openai/clip-vit-base-patch16",
185
+ "tokenizer_max_length": 77,
186
+ "tokenizer_padding": "max_length",
187
+ "tokenizer_padding_side": "right",
188
+ "tokenizer_truncation": true,
189
+ "default_task": "Fold the towel",
190
+ "normalization_mapping": {
191
+ "VISUAL": "MEAN_STD",
192
+ "STATE": "MIN_MAX",
193
+ "ACTION": "MIN_MAX"
194
+ },
195
+ "optimizer_lr": 2e-05,
196
+ "optimizer_betas": [
197
+ 0.95,
198
+ 0.999
199
+ ],
200
+ "optimizer_eps": 1e-08,
201
+ "optimizer_weight_decay": 0.0,
202
+ "scheduler_name": "cosine",
203
+ "scheduler_warmup_steps": 1000,
204
+ "do_mask_loss_for_padding": false,
205
+ "drop_n_last_frames": 8
206
+ },
207
+ "reward_model": null,
208
+ "output_dir": "outputs/dit_fm_absolute_20260513_213457",
209
+ "job_name": "dit-fm-absolute",
210
+ "resume": false,
211
+ "seed": 1000,
212
+ "cudnn_deterministic": false,
213
+ "num_workers": 8,
214
+ "batch_size": 128,
215
+ "prefetch_factor": 4,
216
+ "persistent_workers": true,
217
+ "steps": 100000,
218
+ "eval_freq": 20000,
219
+ "log_freq": 200,
220
+ "tolerance_s": 0.0001,
221
+ "save_checkpoint": true,
222
+ "save_freq": 10000,
223
+ "use_policy_training_preset": true,
224
+ "optimizer": {
225
+ "type": "adam",
226
+ "lr": 2e-05,
227
+ "weight_decay": 0.0,
228
+ "grad_clip_norm": 10.0,
229
+ "betas": [
230
+ 0.95,
231
+ 0.999
232
+ ],
233
+ "eps": 1e-08
234
+ },
235
+ "scheduler": {
236
+ "type": "diffuser",
237
+ "num_warmup_steps": 1000,
238
+ "name": "cosine"
239
+ },
240
+ "eval": {
241
+ "n_episodes": 50,
242
+ "batch_size": 8,
243
+ "use_async_envs": true
244
+ },
245
+ "wandb": {
246
+ "enable": true,
247
+ "disable_artifact": false,
248
+ "project": "diffusing",
249
+ "entity": null,
250
+ "notes": "DiT FM 100000 steps, ABSOLUTE actions, frozen CLIP, grayworld+warmth, n_obs=1",
251
+ "run_id": "9ttlcfmu",
252
+ "mode": null,
253
+ "add_tags": true
254
+ },
255
+ "peft": null,
256
+ "sample_weighting": null,
257
+ "rename_map": {},
258
+ "checkpoint_path": null
259
+ }