huangrm commited on
Commit
d38c718
·
verified ·
1 Parent(s): 2e73801

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -73,7 +73,8 @@
73
  "grouped_depth": 2,
74
  "norm": "layer"
75
  },
76
- "vqvae_name_or_path": "MINT-tokenizer-libero/ms_vqvae.pth",
 
77
  "image_resolution": [
78
  224,
79
  224
 
73
  "grouped_depth": 2,
74
  "norm": "layer"
75
  },
76
+ "vqvae_name_or_path": "/inspire/hdd/project/robot-decision/huangrenming-253108120148/project/lerobot/pretrained/multi-scale-vqvae.pth",
77
+ "rtc_config": null,
78
  "image_resolution": [
79
  224,
80
  224
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a002c0df7f79c5b169c5a899ad151d4ea1bed246c7d82bd93ed1556558d517a9
3
+ size 7668
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a002c0df7f79c5b169c5a899ad151d4ea1bed246c7d82bd93ed1556558d517a9
3
+ size 7668
train_config.json ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "/root/.cache/huggingface/lerobot/HuggingFaceVLA/libero/",
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": "btm",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.images.image": {
88
+ "type": "VISUAL",
89
+ "shape": [
90
+ 3,
91
+ 256,
92
+ 256
93
+ ]
94
+ },
95
+ "observation.images.image2": {
96
+ "type": "VISUAL",
97
+ "shape": [
98
+ 3,
99
+ 256,
100
+ 256
101
+ ]
102
+ },
103
+ "observation.state": {
104
+ "type": "STATE",
105
+ "shape": [
106
+ 8
107
+ ]
108
+ }
109
+ },
110
+ "output_features": {
111
+ "action": {
112
+ "type": "ACTION",
113
+ "shape": [
114
+ 7
115
+ ]
116
+ }
117
+ },
118
+ "device": "cuda",
119
+ "use_amp": false,
120
+ "push_to_hub": true,
121
+ "repo_id": "btm",
122
+ "private": null,
123
+ "tags": null,
124
+ "license": null,
125
+ "pretrained_path": "lerobot/pi05_base",
126
+ "paligemma_variant": "gemma_2b",
127
+ "action_expert_variant": "gemma_300m",
128
+ "train_expert_only": false,
129
+ "dtype": "bfloat16",
130
+ "chunk_size": 16,
131
+ "n_action_steps": 1,
132
+ "label_smooth": 0.0,
133
+ "max_state_dim": 32,
134
+ "max_action_dim": 7,
135
+ "codebook_size": 512,
136
+ "codebook_dim": 32,
137
+ "ch": 48,
138
+ "ch_mult": [
139
+ 2,
140
+ 4,
141
+ 8
142
+ ],
143
+ "patch_nums": [
144
+ 1,
145
+ 2,
146
+ 4
147
+ ],
148
+ "znorm": true,
149
+ "quant_conv_ks": 3,
150
+ "quant_resi": 0.5,
151
+ "share_quant_resi": 0,
152
+ "patchwise": {
153
+ "enable": true,
154
+ "d_embed": 8,
155
+ "grouped_depth": 2,
156
+ "norm": "layer"
157
+ },
158
+ "vqvae_name_or_path": "/inspire/hdd/project/robot-decision/huangrenming-253108120148/project/lerobot/pretrained/multi-scale-vqvae.pth",
159
+ "rtc_config": null,
160
+ "image_resolution": [
161
+ 224,
162
+ 224
163
+ ],
164
+ "empty_cameras": 0,
165
+ "tokenizer_max_length": 200,
166
+ "normalization_mapping": {
167
+ "VISUAL": "IDENTITY",
168
+ "STATE": "QUANTILES",
169
+ "ACTION": "IDENTITY"
170
+ },
171
+ "gradient_checkpointing": true,
172
+ "compile_model": false,
173
+ "compile_mode": "max-autotune",
174
+ "optimizer_lr": 0.00025,
175
+ "optimizer_betas": [
176
+ 0.9,
177
+ 0.95
178
+ ],
179
+ "optimizer_eps": 1e-08,
180
+ "optimizer_weight_decay": 0.01,
181
+ "optimizer_grad_clip_norm": 1.0,
182
+ "scheduler_warmup_steps": 1000,
183
+ "scheduler_decay_steps": 30000,
184
+ "scheduler_decay_lr": 2.5e-05
185
+ },
186
+ "output_dir": "outputs/btm_training_full_bs64",
187
+ "job_name": "btm_training",
188
+ "resume": false,
189
+ "seed": 1000,
190
+ "num_workers": 4,
191
+ "batch_size": 64,
192
+ "steps": 30000,
193
+ "eval_freq": 20000,
194
+ "log_freq": 500,
195
+ "tolerance_s": 0.0001,
196
+ "save_checkpoint": true,
197
+ "save_freq": 3000,
198
+ "use_policy_training_preset": true,
199
+ "optimizer": {
200
+ "type": "adamw",
201
+ "lr": 0.00025,
202
+ "weight_decay": 0.01,
203
+ "grad_clip_norm": 1.0,
204
+ "betas": [
205
+ 0.9,
206
+ 0.95
207
+ ],
208
+ "eps": 1e-08
209
+ },
210
+ "scheduler": {
211
+ "type": "cosine_decay_with_warmup",
212
+ "num_warmup_steps": 1000,
213
+ "num_decay_steps": 30000,
214
+ "peak_lr": 0.00025,
215
+ "decay_lr": 2.5e-05
216
+ },
217
+ "eval": {
218
+ "n_episodes": 50,
219
+ "batch_size": 50,
220
+ "use_async_envs": false
221
+ },
222
+ "wandb": {
223
+ "enable": false,
224
+ "disable_artifact": false,
225
+ "project": "lerobot-btm",
226
+ "entity": null,
227
+ "notes": null,
228
+ "run_id": null,
229
+ "mode": null
230
+ },
231
+ "use_rabc": false,
232
+ "rabc_progress_path": null,
233
+ "rabc_kappa": 0.01,
234
+ "rabc_epsilon": 1e-06,
235
+ "rabc_head_mode": "sparse",
236
+ "rename_map": {},
237
+ "checkpoint_path": null
238
+ }