ML-GOD commited on
Commit
bea8489
·
verified ·
1 Parent(s): 4974cb0

Upload hf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. hf_config.json +390 -0
hf_config.json ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_mixture": {
3
+ "datasets": [
4
+ {
5
+ "repo_id": "robocasa/atomic",
6
+ "vqa": null,
7
+ "root": "/fss/bot/CloseDishwasher/lerobot",
8
+ "episodes": null,
9
+ "image_transforms": {
10
+ "enable": false,
11
+ "max_num_transforms": 3,
12
+ "random_order": false,
13
+ "tfs": {
14
+ "brightness": {
15
+ "weight": 1,
16
+ "type": "ColorJitter",
17
+ "kwargs": {
18
+ "brightness": [
19
+ 0.8,
20
+ 1.2
21
+ ]
22
+ }
23
+ },
24
+ "contrast": {
25
+ "weight": 1,
26
+ "type": "ColorJitter",
27
+ "kwargs": {
28
+ "contrast": [
29
+ 0.8,
30
+ 1.2
31
+ ]
32
+ }
33
+ },
34
+ "saturation": {
35
+ "weight": 1,
36
+ "type": "ColorJitter",
37
+ "kwargs": {
38
+ "saturation": [
39
+ 0.5,
40
+ 1.5
41
+ ]
42
+ }
43
+ },
44
+ "hue": {
45
+ "weight": 1,
46
+ "type": "ColorJitter",
47
+ "kwargs": {
48
+ "hue": [
49
+ -0.05,
50
+ 0.05
51
+ ]
52
+ }
53
+ },
54
+ "sharpness": {
55
+ "weight": 1,
56
+ "type": "SharpnessJitter",
57
+ "kwargs": {
58
+ "sharpness": [
59
+ 0.5,
60
+ 1.5
61
+ ]
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "revision": null,
67
+ "use_imagenet_stats": true,
68
+ "video_backend": "pyav",
69
+ "stats": null,
70
+ "data_features_name_mapping": null,
71
+ "val_split_ratio": 0.05
72
+ },
73
+ {
74
+ "repo_id": "robocasa/atomic",
75
+ "vqa": null,
76
+ "root": "/fss/bot/CloseOven",
77
+ "episodes": null,
78
+ "image_transforms": {
79
+ "enable": false,
80
+ "max_num_transforms": 3,
81
+ "random_order": false,
82
+ "tfs": {
83
+ "brightness": {
84
+ "weight": 1,
85
+ "type": "ColorJitter",
86
+ "kwargs": {
87
+ "brightness": [
88
+ 0.8,
89
+ 1.2
90
+ ]
91
+ }
92
+ },
93
+ "contrast": {
94
+ "weight": 1,
95
+ "type": "ColorJitter",
96
+ "kwargs": {
97
+ "contrast": [
98
+ 0.8,
99
+ 1.2
100
+ ]
101
+ }
102
+ },
103
+ "saturation": {
104
+ "weight": 1,
105
+ "type": "ColorJitter",
106
+ "kwargs": {
107
+ "saturation": [
108
+ 0.5,
109
+ 1.5
110
+ ]
111
+ }
112
+ },
113
+ "hue": {
114
+ "weight": 1,
115
+ "type": "ColorJitter",
116
+ "kwargs": {
117
+ "hue": [
118
+ -0.05,
119
+ 0.05
120
+ ]
121
+ }
122
+ },
123
+ "sharpness": {
124
+ "weight": 1,
125
+ "type": "SharpnessJitter",
126
+ "kwargs": {
127
+ "sharpness": [
128
+ 0.5,
129
+ 1.5
130
+ ]
131
+ }
132
+ }
133
+ }
134
+ },
135
+ "revision": null,
136
+ "use_imagenet_stats": true,
137
+ "video_backend": "pyav",
138
+ "stats": null,
139
+ "data_features_name_mapping": null,
140
+ "val_split_ratio": 0.05
141
+ },
142
+ {
143
+ "repo_id": "robocasa/atomic",
144
+ "vqa": null,
145
+ "root": "/fss/bot/CloseToasterOvenDoor/lerobot",
146
+ "episodes": null,
147
+ "image_transforms": {
148
+ "enable": false,
149
+ "max_num_transforms": 3,
150
+ "random_order": false,
151
+ "tfs": {
152
+ "brightness": {
153
+ "weight": 1,
154
+ "type": "ColorJitter",
155
+ "kwargs": {
156
+ "brightness": [
157
+ 0.8,
158
+ 1.2
159
+ ]
160
+ }
161
+ },
162
+ "contrast": {
163
+ "weight": 1,
164
+ "type": "ColorJitter",
165
+ "kwargs": {
166
+ "contrast": [
167
+ 0.8,
168
+ 1.2
169
+ ]
170
+ }
171
+ },
172
+ "saturation": {
173
+ "weight": 1,
174
+ "type": "ColorJitter",
175
+ "kwargs": {
176
+ "saturation": [
177
+ 0.5,
178
+ 1.5
179
+ ]
180
+ }
181
+ },
182
+ "hue": {
183
+ "weight": 1,
184
+ "type": "ColorJitter",
185
+ "kwargs": {
186
+ "hue": [
187
+ -0.05,
188
+ 0.05
189
+ ]
190
+ }
191
+ },
192
+ "sharpness": {
193
+ "weight": 1,
194
+ "type": "SharpnessJitter",
195
+ "kwargs": {
196
+ "sharpness": [
197
+ 0.5,
198
+ 1.5
199
+ ]
200
+ }
201
+ }
202
+ }
203
+ },
204
+ "revision": null,
205
+ "use_imagenet_stats": true,
206
+ "video_backend": "pyav",
207
+ "stats": null,
208
+ "data_features_name_mapping": null,
209
+ "val_split_ratio": 0.05
210
+ }
211
+ ],
212
+ "weights": [
213
+ 1,
214
+ 1,
215
+ 1
216
+ ],
217
+ "action_freq": 20,
218
+ "image_resample_strategy": "nearest",
219
+ "vector_resample_strategy": "nearest",
220
+ "val_split_ratio": 0.05
221
+ },
222
+ "policy": {
223
+ "type": "pi05",
224
+ "n_obs_steps": 1,
225
+ "normalization_mapping": {
226
+ "VISUAL": "IDENTITY",
227
+ "STATE": "MIN_MAX",
228
+ "ACTION": "MEAN_STD"
229
+ },
230
+ "input_features": {
231
+ "state": {
232
+ "type": "STATE",
233
+ "shape": [
234
+ 32
235
+ ]
236
+ },
237
+ "camera0": {
238
+ "type": "VISUAL",
239
+ "shape": [
240
+ 3,
241
+ 256,
242
+ 256
243
+ ]
244
+ },
245
+ "camera1": {
246
+ "type": "VISUAL",
247
+ "shape": [
248
+ 3,
249
+ 256,
250
+ 256
251
+ ]
252
+ },
253
+ "camera2": {
254
+ "type": "VISUAL",
255
+ "shape": [
256
+ 3,
257
+ 256,
258
+ 256
259
+ ]
260
+ }
261
+ },
262
+ "output_features": {
263
+ "actions": {
264
+ "type": "ACTION",
265
+ "shape": [
266
+ 32
267
+ ]
268
+ }
269
+ },
270
+ "device": null,
271
+ "use_amp": false,
272
+ "pretrained_path": "TensorAuto/w1b04olg-null-27000",
273
+ "cloud_vlm_latency_mean": 0,
274
+ "cloud_vlm_latency_std": 0,
275
+ "cloud_vlm_latency_lower": 0,
276
+ "cloud_vlm_latency_upper": 0,
277
+ "action_decoder_latency_mean": 0,
278
+ "action_decoder_latency_std": 0,
279
+ "action_decoder_latency_lower": 0,
280
+ "action_decoder_latency_upper": 0,
281
+ "chunk_size": 20,
282
+ "n_action_steps": 20,
283
+ "max_state_dim": 32,
284
+ "max_action_dim": 32,
285
+ "predict_response": false,
286
+ "resize_imgs_with_padding": [
287
+ 224,
288
+ 224
289
+ ],
290
+ "empty_cameras": 0,
291
+ "prompt_max_length": 256,
292
+ "response_max_length": 52,
293
+ "discrete_action_max_length": 65,
294
+ "proj_width": 1024,
295
+ "dropout": 0.1,
296
+ "num_steps": 10,
297
+ "max_delay": 0,
298
+ "init_strategy": "no_init",
299
+ "attention_implementation": "eager",
300
+ "freeze_vision_encoder": false,
301
+ "train_expert_only": false,
302
+ "optimizer_lr": 2.5e-05,
303
+ "optimizer_betas": [
304
+ 0.9,
305
+ 0.95
306
+ ],
307
+ "optimizer_eps": 1e-08,
308
+ "optimizer_weight_decay": 1e-10,
309
+ "scheduler_warmup_steps": 1000,
310
+ "scheduler_decay_steps": 30000,
311
+ "scheduler_decay_lr": 2.5e-06
312
+ },
313
+ "job_name": "pi05",
314
+ "resume": false,
315
+ "seed": 1000,
316
+ "resolution": [
317
+ 256,
318
+ 256
319
+ ],
320
+ "num_cams": 3,
321
+ "max_state_dim": 32,
322
+ "max_action_dim": 32,
323
+ "action_chunk": 20,
324
+ "loss_weighting": {
325
+ "MSE": 1,
326
+ "CE": 1
327
+ },
328
+ "num_workers": 16,
329
+ "batch_size": 10,
330
+ "gradient_accumulation_steps": 1,
331
+ "dataloader_batch_size": 10,
332
+ "prefetch_factor": 8,
333
+ "steps": 1000000,
334
+ "log_freq": 100,
335
+ "save_checkpoint": true,
336
+ "save_freq": 1000,
337
+ "use_policy_training_preset": false,
338
+ "optimizer": {
339
+ "type": "adamw",
340
+ "lr": 2.5e-05,
341
+ "weight_decay": 1e-10,
342
+ "grad_clip_norm": 10,
343
+ "betas": [
344
+ 0.9,
345
+ 0.95
346
+ ],
347
+ "eps": 1e-08
348
+ },
349
+ "scheduler": {
350
+ "type": "cosine_decay_with_warmup",
351
+ "num_warmup_steps": 1000,
352
+ "num_decay_steps": 30000,
353
+ "peak_lr": 2.5e-05,
354
+ "decay_lr": 2.5e-06
355
+ },
356
+ "wandb": {
357
+ "enable": true,
358
+ "entity": "wyautox-autox",
359
+ "project": "robocasa",
360
+ "run_id": "w1b04olg",
361
+ "name": null,
362
+ "notes": "PI05 training run",
363
+ "tags": [],
364
+ "group": null,
365
+ "job_type": null,
366
+ "mode": null,
367
+ "allow_resume": true,
368
+ "disable_artifact": false
369
+ },
370
+ "debug": false,
371
+ "trace_nans": false,
372
+ "env": null,
373
+ "eval": {
374
+ "n_episodes": 16,
375
+ "batch_size": 16,
376
+ "use_async_envs": true,
377
+ "max_episodes_rendered": 16,
378
+ "grid_size": null,
379
+ "recording_root": null
380
+ },
381
+ "eval_freq": 0,
382
+ "val_freq": 1000,
383
+ "last_checkpoint_only": true,
384
+ "server": {
385
+ "port": 50051,
386
+ "max_workers": 4,
387
+ "max_send_message_length_mb": 100,
388
+ "max_receive_message_length_mb": 100
389
+ }
390
+ }