shashuo0104 commited on
Commit
4b9381e
·
verified ·
1 Parent(s): b719145

Upload folder using huggingface_hub

Browse files
Files changed (21) hide show
  1. models/gearmesh_bc_base_c100k_b256/config.json +80 -0
  2. models/gearmesh_bc_base_c100k_b256/model.safetensors +3 -0
  3. models/gearmesh_bc_base_c100k_b256/policy_postprocessor.json +32 -0
  4. models/gearmesh_bc_base_c100k_b256/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  5. models/gearmesh_bc_base_c100k_b256/policy_preprocessor.json +54 -0
  6. models/gearmesh_bc_base_c100k_b256/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  7. models/gearmesh_bc_base_c100k_b256/train_config.json +213 -0
  8. models/gearmesh_bc_base_c40k_b256/config.json +80 -0
  9. models/gearmesh_bc_base_c40k_b256/model.safetensors +3 -0
  10. models/gearmesh_bc_base_c40k_b256/policy_postprocessor.json +32 -0
  11. models/gearmesh_bc_base_c40k_b256/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  12. models/gearmesh_bc_base_c40k_b256/policy_preprocessor.json +54 -0
  13. models/gearmesh_bc_base_c40k_b256/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  14. models/gearmesh_bc_base_c40k_b256/train_config.json +213 -0
  15. models/gearmesh_bc_base_c50k_b2048/config.json +80 -0
  16. models/gearmesh_bc_base_c50k_b2048/model.safetensors +3 -0
  17. models/gearmesh_bc_base_c50k_b2048/policy_postprocessor.json +32 -0
  18. models/gearmesh_bc_base_c50k_b2048/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  19. models/gearmesh_bc_base_c50k_b2048/policy_preprocessor.json +54 -0
  20. models/gearmesh_bc_base_c50k_b2048/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  21. models/gearmesh_bc_base_c50k_b2048/train_config.json +213 -0
models/gearmesh_bc_base_c100k_b256/config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 14
9
+ ]
10
+ },
11
+ "observation.environment_state": {
12
+ "type": "ENV",
13
+ "shape": [
14
+ 6
15
+ ]
16
+ }
17
+ },
18
+ "output_features": {
19
+ "action": {
20
+ "type": "ACTION",
21
+ "shape": [
22
+ 8
23
+ ]
24
+ }
25
+ },
26
+ "device": "cuda",
27
+ "use_amp": false,
28
+ "push_to_hub": false,
29
+ "repo_id": "1229_gearmesh_teleop_aug",
30
+ "private": null,
31
+ "tags": null,
32
+ "license": null,
33
+ "pretrained_path": "outputs/train/1229_gearmesh_teleop_aug_base_b256_v0/checkpoints/040000/pretrained_model",
34
+ "horizon": 16,
35
+ "n_action_steps": 8,
36
+ "normalization_mapping": {
37
+ "VISUAL": "MEAN_STD",
38
+ "STATE": "MIN_MAX",
39
+ "ACTION": "MIN_MAX"
40
+ },
41
+ "drop_n_last_frames": 7,
42
+ "vision_backbone": "resnet18",
43
+ "crop_shape": [
44
+ 84,
45
+ 84
46
+ ],
47
+ "crop_is_random": true,
48
+ "pretrained_backbone_weights": null,
49
+ "use_group_norm": true,
50
+ "spatial_softmax_num_keypoints": 32,
51
+ "use_separate_rgb_encoder_per_camera": false,
52
+ "down_dims": [
53
+ 512,
54
+ 1024,
55
+ 2048
56
+ ],
57
+ "kernel_size": 5,
58
+ "n_groups": 8,
59
+ "diffusion_step_embed_dim": 128,
60
+ "use_film_scale_modulation": true,
61
+ "noise_scheduler_type": "DDPM",
62
+ "num_train_timesteps": 100,
63
+ "beta_schedule": "squaredcos_cap_v2",
64
+ "beta_start": 0.0001,
65
+ "beta_end": 0.02,
66
+ "prediction_type": "epsilon",
67
+ "clip_sample": true,
68
+ "clip_sample_range": 1.0,
69
+ "num_inference_steps": 10,
70
+ "do_mask_loss_for_padding": false,
71
+ "optimizer_lr": 0.0001,
72
+ "optimizer_betas": [
73
+ 0.95,
74
+ 0.999
75
+ ],
76
+ "optimizer_eps": 1e-08,
77
+ "optimizer_weight_decay": 1e-06,
78
+ "scheduler_name": "cosine",
79
+ "scheduler_warmup_steps": 500
80
+ }
models/gearmesh_bc_base_c100k_b256/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb5f0133727b6029ee80a7132035bfc491bcaf498dc1168fa3521304fbbeed0
3
+ size 993306528
models/gearmesh_bc_base_c100k_b256/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
models/gearmesh_bc_base_c100k_b256/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8674b93643d439177cbc5d9be446306a15bca09ebcfa9d9034c428d4dba38c
3
+ size 7836
models/gearmesh_bc_base_c100k_b256/policy_preprocessor.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 14
30
+ ]
31
+ },
32
+ "observation.environment_state": {
33
+ "type": "ENV",
34
+ "shape": [
35
+ 6
36
+ ]
37
+ },
38
+ "action": {
39
+ "type": "ACTION",
40
+ "shape": [
41
+ 8
42
+ ]
43
+ }
44
+ },
45
+ "norm_map": {
46
+ "VISUAL": "MEAN_STD",
47
+ "STATE": "MIN_MAX",
48
+ "ACTION": "MIN_MAX"
49
+ }
50
+ },
51
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
52
+ }
53
+ ]
54
+ }
models/gearmesh_bc_base_c100k_b256/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8674b93643d439177cbc5d9be446306a15bca09ebcfa9d9034c428d4dba38c
3
+ size 7836
models/gearmesh_bc_base_c100k_b256/train_config.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "1229_gearmesh_teleop_aug",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "torchcodec",
80
+ "streaming": false
81
+ },
82
+ "env": null,
83
+ "policy": {
84
+ "type": "diffusion",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 14
91
+ ]
92
+ },
93
+ "observation.environment_state": {
94
+ "type": "ENV",
95
+ "shape": [
96
+ 6
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 8
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "push_to_hub": false,
111
+ "repo_id": "1229_gearmesh_teleop_aug",
112
+ "private": null,
113
+ "tags": null,
114
+ "license": null,
115
+ "pretrained_path": "outputs/train/1229_gearmesh_teleop_aug_base_b256_v0/checkpoints/040000/pretrained_model",
116
+ "horizon": 16,
117
+ "n_action_steps": 8,
118
+ "normalization_mapping": {
119
+ "VISUAL": "MEAN_STD",
120
+ "STATE": "MIN_MAX",
121
+ "ACTION": "MIN_MAX"
122
+ },
123
+ "drop_n_last_frames": 7,
124
+ "vision_backbone": "resnet18",
125
+ "crop_shape": [
126
+ 84,
127
+ 84
128
+ ],
129
+ "crop_is_random": true,
130
+ "pretrained_backbone_weights": null,
131
+ "use_group_norm": true,
132
+ "spatial_softmax_num_keypoints": 32,
133
+ "use_separate_rgb_encoder_per_camera": false,
134
+ "down_dims": [
135
+ 512,
136
+ 1024,
137
+ 2048
138
+ ],
139
+ "kernel_size": 5,
140
+ "n_groups": 8,
141
+ "diffusion_step_embed_dim": 128,
142
+ "use_film_scale_modulation": true,
143
+ "noise_scheduler_type": "DDPM",
144
+ "num_train_timesteps": 100,
145
+ "beta_schedule": "squaredcos_cap_v2",
146
+ "beta_start": 0.0001,
147
+ "beta_end": 0.02,
148
+ "prediction_type": "epsilon",
149
+ "clip_sample": true,
150
+ "clip_sample_range": 1.0,
151
+ "num_inference_steps": 10,
152
+ "do_mask_loss_for_padding": false,
153
+ "optimizer_lr": 0.0001,
154
+ "optimizer_betas": [
155
+ 0.95,
156
+ 0.999
157
+ ],
158
+ "optimizer_eps": 1e-08,
159
+ "optimizer_weight_decay": 1e-06,
160
+ "scheduler_name": "cosine",
161
+ "scheduler_warmup_steps": 500
162
+ },
163
+ "output_dir": "outputs/train/1229_gearmesh_teleop_aug_base_b256_v0",
164
+ "job_name": "1229_gearmesh_teleop_aug_base_b256_v0",
165
+ "resume": true,
166
+ "seed": 1000,
167
+ "num_workers": 16,
168
+ "batch_size": 256,
169
+ "steps": 100000,
170
+ "eval_freq": 20000,
171
+ "log_freq": 200,
172
+ "tolerance_s": 0.0001,
173
+ "save_checkpoint": true,
174
+ "save_freq": 20000,
175
+ "use_policy_training_preset": true,
176
+ "optimizer": {
177
+ "type": "adam",
178
+ "lr": 0.0001,
179
+ "weight_decay": 1e-06,
180
+ "grad_clip_norm": 10.0,
181
+ "betas": [
182
+ 0.95,
183
+ 0.999
184
+ ],
185
+ "eps": 1e-08
186
+ },
187
+ "scheduler": {
188
+ "type": "diffuser",
189
+ "num_warmup_steps": 500,
190
+ "name": "cosine"
191
+ },
192
+ "eval": {
193
+ "n_episodes": 50,
194
+ "batch_size": 50,
195
+ "use_async_envs": false
196
+ },
197
+ "wandb": {
198
+ "enable": true,
199
+ "disable_artifact": true,
200
+ "project": "lerobot",
201
+ "entity": null,
202
+ "notes": null,
203
+ "run_id": "kf7dkpyn",
204
+ "mode": null
205
+ },
206
+ "use_rabc": false,
207
+ "rabc_progress_path": null,
208
+ "rabc_kappa": 0.01,
209
+ "rabc_epsilon": 1e-06,
210
+ "rabc_head_mode": "sparse",
211
+ "rename_map": {},
212
+ "checkpoint_path": "outputs/train/1229_gearmesh_teleop_aug_base_b256_v0/checkpoints/040000"
213
+ }
models/gearmesh_bc_base_c40k_b256/config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 14
9
+ ]
10
+ },
11
+ "observation.environment_state": {
12
+ "type": "ENV",
13
+ "shape": [
14
+ 6
15
+ ]
16
+ }
17
+ },
18
+ "output_features": {
19
+ "action": {
20
+ "type": "ACTION",
21
+ "shape": [
22
+ 8
23
+ ]
24
+ }
25
+ },
26
+ "device": "cuda",
27
+ "use_amp": false,
28
+ "push_to_hub": false,
29
+ "repo_id": "1229_gearmesh_teleop_aug",
30
+ "private": null,
31
+ "tags": null,
32
+ "license": null,
33
+ "pretrained_path": null,
34
+ "horizon": 16,
35
+ "n_action_steps": 8,
36
+ "normalization_mapping": {
37
+ "VISUAL": "MEAN_STD",
38
+ "STATE": "MIN_MAX",
39
+ "ACTION": "MIN_MAX"
40
+ },
41
+ "drop_n_last_frames": 7,
42
+ "vision_backbone": "resnet18",
43
+ "crop_shape": [
44
+ 84,
45
+ 84
46
+ ],
47
+ "crop_is_random": true,
48
+ "pretrained_backbone_weights": null,
49
+ "use_group_norm": true,
50
+ "spatial_softmax_num_keypoints": 32,
51
+ "use_separate_rgb_encoder_per_camera": false,
52
+ "down_dims": [
53
+ 512,
54
+ 1024,
55
+ 2048
56
+ ],
57
+ "kernel_size": 5,
58
+ "n_groups": 8,
59
+ "diffusion_step_embed_dim": 128,
60
+ "use_film_scale_modulation": true,
61
+ "noise_scheduler_type": "DDPM",
62
+ "num_train_timesteps": 100,
63
+ "beta_schedule": "squaredcos_cap_v2",
64
+ "beta_start": 0.0001,
65
+ "beta_end": 0.02,
66
+ "prediction_type": "epsilon",
67
+ "clip_sample": true,
68
+ "clip_sample_range": 1.0,
69
+ "num_inference_steps": 10,
70
+ "do_mask_loss_for_padding": false,
71
+ "optimizer_lr": 0.0001,
72
+ "optimizer_betas": [
73
+ 0.95,
74
+ 0.999
75
+ ],
76
+ "optimizer_eps": 1e-08,
77
+ "optimizer_weight_decay": 1e-06,
78
+ "scheduler_name": "cosine",
79
+ "scheduler_warmup_steps": 500
80
+ }
models/gearmesh_bc_base_c40k_b256/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1988b8962437f65fbb8a02670b86d25978d655390fd33ee34b7729070e31a4d1
3
+ size 993306528
models/gearmesh_bc_base_c40k_b256/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
models/gearmesh_bc_base_c40k_b256/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8674b93643d439177cbc5d9be446306a15bca09ebcfa9d9034c428d4dba38c
3
+ size 7836
models/gearmesh_bc_base_c40k_b256/policy_preprocessor.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 14
30
+ ]
31
+ },
32
+ "observation.environment_state": {
33
+ "type": "ENV",
34
+ "shape": [
35
+ 6
36
+ ]
37
+ },
38
+ "action": {
39
+ "type": "ACTION",
40
+ "shape": [
41
+ 8
42
+ ]
43
+ }
44
+ },
45
+ "norm_map": {
46
+ "VISUAL": "MEAN_STD",
47
+ "STATE": "MIN_MAX",
48
+ "ACTION": "MIN_MAX"
49
+ }
50
+ },
51
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
52
+ }
53
+ ]
54
+ }
models/gearmesh_bc_base_c40k_b256/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8674b93643d439177cbc5d9be446306a15bca09ebcfa9d9034c428d4dba38c
3
+ size 7836
models/gearmesh_bc_base_c40k_b256/train_config.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "1229_gearmesh_teleop_aug",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "torchcodec",
80
+ "streaming": false
81
+ },
82
+ "env": null,
83
+ "policy": {
84
+ "type": "diffusion",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 14
91
+ ]
92
+ },
93
+ "observation.environment_state": {
94
+ "type": "ENV",
95
+ "shape": [
96
+ 6
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 8
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "push_to_hub": false,
111
+ "repo_id": "1229_gearmesh_teleop_aug",
112
+ "private": null,
113
+ "tags": null,
114
+ "license": null,
115
+ "pretrained_path": null,
116
+ "horizon": 16,
117
+ "n_action_steps": 8,
118
+ "normalization_mapping": {
119
+ "VISUAL": "MEAN_STD",
120
+ "STATE": "MIN_MAX",
121
+ "ACTION": "MIN_MAX"
122
+ },
123
+ "drop_n_last_frames": 7,
124
+ "vision_backbone": "resnet18",
125
+ "crop_shape": [
126
+ 84,
127
+ 84
128
+ ],
129
+ "crop_is_random": true,
130
+ "pretrained_backbone_weights": null,
131
+ "use_group_norm": true,
132
+ "spatial_softmax_num_keypoints": 32,
133
+ "use_separate_rgb_encoder_per_camera": false,
134
+ "down_dims": [
135
+ 512,
136
+ 1024,
137
+ 2048
138
+ ],
139
+ "kernel_size": 5,
140
+ "n_groups": 8,
141
+ "diffusion_step_embed_dim": 128,
142
+ "use_film_scale_modulation": true,
143
+ "noise_scheduler_type": "DDPM",
144
+ "num_train_timesteps": 100,
145
+ "beta_schedule": "squaredcos_cap_v2",
146
+ "beta_start": 0.0001,
147
+ "beta_end": 0.02,
148
+ "prediction_type": "epsilon",
149
+ "clip_sample": true,
150
+ "clip_sample_range": 1.0,
151
+ "num_inference_steps": 10,
152
+ "do_mask_loss_for_padding": false,
153
+ "optimizer_lr": 0.0001,
154
+ "optimizer_betas": [
155
+ 0.95,
156
+ 0.999
157
+ ],
158
+ "optimizer_eps": 1e-08,
159
+ "optimizer_weight_decay": 1e-06,
160
+ "scheduler_name": "cosine",
161
+ "scheduler_warmup_steps": 500
162
+ },
163
+ "output_dir": "outputs/train/1229_gearmesh_teleop_aug_base_b256_v0",
164
+ "job_name": "1229_gearmesh_teleop_aug_base_b256_v0",
165
+ "resume": false,
166
+ "seed": 1000,
167
+ "num_workers": 16,
168
+ "batch_size": 256,
169
+ "steps": 100000,
170
+ "eval_freq": 20000,
171
+ "log_freq": 200,
172
+ "tolerance_s": 0.0001,
173
+ "save_checkpoint": true,
174
+ "save_freq": 20000,
175
+ "use_policy_training_preset": true,
176
+ "optimizer": {
177
+ "type": "adam",
178
+ "lr": 0.0001,
179
+ "weight_decay": 1e-06,
180
+ "grad_clip_norm": 10.0,
181
+ "betas": [
182
+ 0.95,
183
+ 0.999
184
+ ],
185
+ "eps": 1e-08
186
+ },
187
+ "scheduler": {
188
+ "type": "diffuser",
189
+ "num_warmup_steps": 500,
190
+ "name": "cosine"
191
+ },
192
+ "eval": {
193
+ "n_episodes": 50,
194
+ "batch_size": 50,
195
+ "use_async_envs": false
196
+ },
197
+ "wandb": {
198
+ "enable": true,
199
+ "disable_artifact": true,
200
+ "project": "lerobot",
201
+ "entity": null,
202
+ "notes": null,
203
+ "run_id": "kf7dkpyn",
204
+ "mode": null
205
+ },
206
+ "use_rabc": false,
207
+ "rabc_progress_path": null,
208
+ "rabc_kappa": 0.01,
209
+ "rabc_epsilon": 1e-06,
210
+ "rabc_head_mode": "sparse",
211
+ "rename_map": {},
212
+ "checkpoint_path": null
213
+ }
models/gearmesh_bc_base_c50k_b2048/config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 14
9
+ ]
10
+ },
11
+ "observation.environment_state": {
12
+ "type": "ENV",
13
+ "shape": [
14
+ 6
15
+ ]
16
+ }
17
+ },
18
+ "output_features": {
19
+ "action": {
20
+ "type": "ACTION",
21
+ "shape": [
22
+ 8
23
+ ]
24
+ }
25
+ },
26
+ "device": "cuda",
27
+ "use_amp": false,
28
+ "push_to_hub": false,
29
+ "repo_id": "1229_gearmesh_teleop_aug",
30
+ "private": null,
31
+ "tags": null,
32
+ "license": null,
33
+ "pretrained_path": null,
34
+ "horizon": 16,
35
+ "n_action_steps": 8,
36
+ "normalization_mapping": {
37
+ "VISUAL": "MEAN_STD",
38
+ "STATE": "MIN_MAX",
39
+ "ACTION": "MIN_MAX"
40
+ },
41
+ "drop_n_last_frames": 7,
42
+ "vision_backbone": "resnet18",
43
+ "crop_shape": [
44
+ 84,
45
+ 84
46
+ ],
47
+ "crop_is_random": true,
48
+ "pretrained_backbone_weights": null,
49
+ "use_group_norm": true,
50
+ "spatial_softmax_num_keypoints": 32,
51
+ "use_separate_rgb_encoder_per_camera": false,
52
+ "down_dims": [
53
+ 512,
54
+ 1024,
55
+ 2048
56
+ ],
57
+ "kernel_size": 5,
58
+ "n_groups": 8,
59
+ "diffusion_step_embed_dim": 128,
60
+ "use_film_scale_modulation": true,
61
+ "noise_scheduler_type": "DDPM",
62
+ "num_train_timesteps": 100,
63
+ "beta_schedule": "squaredcos_cap_v2",
64
+ "beta_start": 0.0001,
65
+ "beta_end": 0.02,
66
+ "prediction_type": "epsilon",
67
+ "clip_sample": true,
68
+ "clip_sample_range": 1.0,
69
+ "num_inference_steps": 10,
70
+ "do_mask_loss_for_padding": false,
71
+ "optimizer_lr": 0.0001,
72
+ "optimizer_betas": [
73
+ 0.95,
74
+ 0.999
75
+ ],
76
+ "optimizer_eps": 1e-08,
77
+ "optimizer_weight_decay": 1e-06,
78
+ "scheduler_name": "cosine",
79
+ "scheduler_warmup_steps": 500
80
+ }
models/gearmesh_bc_base_c50k_b2048/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:531a540f27d75cce6374382a6688656078f7ae0ed4484d2f3eda9182dec4385d
3
+ size 993306528
models/gearmesh_bc_base_c50k_b2048/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
models/gearmesh_bc_base_c50k_b2048/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8674b93643d439177cbc5d9be446306a15bca09ebcfa9d9034c428d4dba38c
3
+ size 7836
models/gearmesh_bc_base_c50k_b2048/policy_preprocessor.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 14
30
+ ]
31
+ },
32
+ "observation.environment_state": {
33
+ "type": "ENV",
34
+ "shape": [
35
+ 6
36
+ ]
37
+ },
38
+ "action": {
39
+ "type": "ACTION",
40
+ "shape": [
41
+ 8
42
+ ]
43
+ }
44
+ },
45
+ "norm_map": {
46
+ "VISUAL": "MEAN_STD",
47
+ "STATE": "MIN_MAX",
48
+ "ACTION": "MIN_MAX"
49
+ }
50
+ },
51
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
52
+ }
53
+ ]
54
+ }
models/gearmesh_bc_base_c50k_b2048/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8674b93643d439177cbc5d9be446306a15bca09ebcfa9d9034c428d4dba38c
3
+ size 7836
models/gearmesh_bc_base_c50k_b2048/train_config.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "1229_gearmesh_teleop_aug",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "torchcodec",
80
+ "streaming": false
81
+ },
82
+ "env": null,
83
+ "policy": {
84
+ "type": "diffusion",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 14
91
+ ]
92
+ },
93
+ "observation.environment_state": {
94
+ "type": "ENV",
95
+ "shape": [
96
+ 6
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 8
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "push_to_hub": false,
111
+ "repo_id": "1229_gearmesh_teleop_aug",
112
+ "private": null,
113
+ "tags": null,
114
+ "license": null,
115
+ "pretrained_path": null,
116
+ "horizon": 16,
117
+ "n_action_steps": 8,
118
+ "normalization_mapping": {
119
+ "VISUAL": "MEAN_STD",
120
+ "STATE": "MIN_MAX",
121
+ "ACTION": "MIN_MAX"
122
+ },
123
+ "drop_n_last_frames": 7,
124
+ "vision_backbone": "resnet18",
125
+ "crop_shape": [
126
+ 84,
127
+ 84
128
+ ],
129
+ "crop_is_random": true,
130
+ "pretrained_backbone_weights": null,
131
+ "use_group_norm": true,
132
+ "spatial_softmax_num_keypoints": 32,
133
+ "use_separate_rgb_encoder_per_camera": false,
134
+ "down_dims": [
135
+ 512,
136
+ 1024,
137
+ 2048
138
+ ],
139
+ "kernel_size": 5,
140
+ "n_groups": 8,
141
+ "diffusion_step_embed_dim": 128,
142
+ "use_film_scale_modulation": true,
143
+ "noise_scheduler_type": "DDPM",
144
+ "num_train_timesteps": 100,
145
+ "beta_schedule": "squaredcos_cap_v2",
146
+ "beta_start": 0.0001,
147
+ "beta_end": 0.02,
148
+ "prediction_type": "epsilon",
149
+ "clip_sample": true,
150
+ "clip_sample_range": 1.0,
151
+ "num_inference_steps": 10,
152
+ "do_mask_loss_for_padding": false,
153
+ "optimizer_lr": 0.0001,
154
+ "optimizer_betas": [
155
+ 0.95,
156
+ 0.999
157
+ ],
158
+ "optimizer_eps": 1e-08,
159
+ "optimizer_weight_decay": 1e-06,
160
+ "scheduler_name": "cosine",
161
+ "scheduler_warmup_steps": 500
162
+ },
163
+ "output_dir": "outputs/train/1229_gearmesh_teleop_aug_base_v0",
164
+ "job_name": "1229_gearmesh_teleop_aug_base_v0",
165
+ "resume": false,
166
+ "seed": 1000,
167
+ "num_workers": 16,
168
+ "batch_size": 2048,
169
+ "steps": 50000,
170
+ "eval_freq": 20000,
171
+ "log_freq": 200,
172
+ "tolerance_s": 0.0001,
173
+ "save_checkpoint": true,
174
+ "save_freq": 10000,
175
+ "use_policy_training_preset": true,
176
+ "optimizer": {
177
+ "type": "adam",
178
+ "lr": 0.0001,
179
+ "weight_decay": 1e-06,
180
+ "grad_clip_norm": 10.0,
181
+ "betas": [
182
+ 0.95,
183
+ 0.999
184
+ ],
185
+ "eps": 1e-08
186
+ },
187
+ "scheduler": {
188
+ "type": "diffuser",
189
+ "num_warmup_steps": 500,
190
+ "name": "cosine"
191
+ },
192
+ "eval": {
193
+ "n_episodes": 50,
194
+ "batch_size": 50,
195
+ "use_async_envs": false
196
+ },
197
+ "wandb": {
198
+ "enable": true,
199
+ "disable_artifact": true,
200
+ "project": "lerobot",
201
+ "entity": null,
202
+ "notes": null,
203
+ "run_id": "nkj8x7hx",
204
+ "mode": null
205
+ },
206
+ "use_rabc": false,
207
+ "rabc_progress_path": null,
208
+ "rabc_kappa": 0.01,
209
+ "rabc_epsilon": 1e-06,
210
+ "rabc_head_mode": "sparse",
211
+ "rename_map": {},
212
+ "checkpoint_path": null
213
+ }