Wayer2 commited on
Commit
aa27b90
·
verified ·
1 Parent(s): 16f0a04

Upload config files for loading checkpoint when evaluation

Browse files
Files changed (2) hide show
  1. config.yaml +89 -0
  2. dataset_statistics.json +413 -0
config.yaml ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ CoT_prompt: Your task is {instruction}. To identify the key objects for your task.
4
+ Locate their bounding boxes in [x1,y1,x2,y2] format.
5
+ data_mix: fourier_gr1_unified_1000_two_history
6
+ data_root_dir: /data/RobotData/robocasa_1k_20hz
7
+ dataset_py: lerobot_datasets
8
+ delete_pause_frame: false
9
+ image_size:
10
+ - 224
11
+ - 224
12
+ per_device_batch_size: 10
13
+ training_task_weights:
14
+ - 1
15
+ - 1
16
+ - 1
17
+ - 1
18
+ use_delta_action: false
19
+ framework:
20
+ action_model:
21
+ action_dim: 138
22
+ action_horizon: 16
23
+ action_model_type: DiT-L
24
+ add_pos_embed: true
25
+ diffusion_model_cfg:
26
+ cross_attention_dim: 2560
27
+ dropout: 0.2
28
+ final_dropout: true
29
+ interleave_self_attention: true
30
+ norm_type: ada_norm
31
+ num_layers: 16
32
+ output_dim: 2560
33
+ positional_embeddings: null
34
+ future_action_window_size: 15
35
+ future_obs_index: 16
36
+ hidden_size: 2560
37
+ max_num_embodiments: 32
38
+ max_seq_len: 1024
39
+ noise_beta_alpha: 1.5
40
+ noise_beta_beta: 1.0
41
+ noise_s: 0.999
42
+ num_inference_timesteps: 4
43
+ num_target_vision_tokens: 32
44
+ num_timestep_buckets: 1000
45
+ num_views: 1
46
+ obs_horizon: 2
47
+ obs_loss_weight: 1.0
48
+ only_policy: false
49
+ only_wo_video_gen: false
50
+ past_action_window_size: 0
51
+ policy_and_video_gen: false
52
+ state_dim: 58
53
+ vision_encoder_path: /World-Action-Model/pretrained
54
+ vision_encoder_size: s
55
+ vision_encoder_type: dinov3
56
+ name: QwenMMDiT
57
+ qwenvl:
58
+ base_vlm: pretrained/vlm/Qwen3-VL-4B-Instruct
59
+ output_dir: world_model/checkpoints/lda/post-train/robocasa
60
+ run_id: all_tasks
61
+ run_root_dir: world_model/checkpoints/lda/post-train/robocasa
62
+ seed: 42
63
+ trainer:
64
+ eval_interval: 1000
65
+ freeze_modules: action_model.vision_encoder
66
+ gradient_accumulation_steps: 1
67
+ gradient_clipping: 1.0
68
+ is_resume: false
69
+ learning_rate:
70
+ action_model: 0.0001
71
+ base: 4.0e-05
72
+ qwen_vl_interface: 1.0e-05
73
+ logging_frequency: 100
74
+ lr_scheduler_type: cosine_with_min_lr
75
+ max_train_steps: 300000
76
+ num_warmup_steps: 15000
77
+ optimizer:
78
+ betas:
79
+ - 0.9
80
+ - 0.95
81
+ eps: 1.0e-08
82
+ weight_decay: 1.0e-08
83
+ pretrained_checkpoint: world_model/checkpoints/lda/pretrain/final_model/pytorch_model.pt
84
+ repeated_diffusion_steps: 4
85
+ save_interval: 5000
86
+ scheduler_specific_kwargs:
87
+ min_lr: 5.0e-07
88
+ wandb_entity: Personal
89
+ wandb_project: lda-robocasa
dataset_statistics.json ADDED
@@ -0,0 +1,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gr1": {
3
+ "action": {
4
+ "mean": [
5
+ -0.163161202489088,
6
+ 0.2451432330223422,
7
+ -0.0891637501772493,
8
+ -1.4614050090312956,
9
+ 0.14608537886912623,
10
+ 0.09256105095846578,
11
+ 0.021076124471922718,
12
+ -0.36896711634472007,
13
+ -0.3514934852719306,
14
+ 0.09300540465240678,
15
+ -1.4121803939342499,
16
+ 0.4152552008163184,
17
+ 0.07537192405046274,
18
+ 0.2081388249838104,
19
+ -0.14977236216266948,
20
+ -0.14977236216266948,
21
+ -0.14977236216266948,
22
+ -0.14977236216266948,
23
+ -0.29954472432533896,
24
+ 0.75,
25
+ -0.4248296525329351,
26
+ -0.4248296525329351,
27
+ -0.4248296525329351,
28
+ -0.4248296525329351,
29
+ -0.8496593050658702,
30
+ 3.0,
31
+ 0.005974193549870203,
32
+ 0.005230103122206251,
33
+ -0.0002079709078088854
34
+ ],
35
+ "std": [
36
+ 0.3295375855877872,
37
+ 0.16417262254509757,
38
+ 0.23146453073009823,
39
+ 0.39842306382564957,
40
+ 0.262282522694757,
41
+ 0.25443646729278696,
42
+ 0.2810018872942849,
43
+ 0.49840835424004803,
44
+ 0.2978266793598536,
45
+ 0.40325129654865804,
46
+ 0.6566084540308043,
47
+ 0.5236517016765893,
48
+ 0.40723760206433485,
49
+ 0.6276659193445018,
50
+ 0.7349972944755316,
51
+ 0.7349972944755316,
52
+ 0.7349972944755316,
53
+ 0.7349972944755316,
54
+ 1.4699945889510633,
55
+ 1.299038105676658,
56
+ 1.438573732823235,
57
+ 1.438573732823235,
58
+ 1.438573732823235,
59
+ 1.438573732823235,
60
+ 2.87714746564647,
61
+ 0.0,
62
+ 0.06158721324753064,
63
+ 0.018468748717223805,
64
+ 0.005717544758609999
65
+ ],
66
+ "max": [
67
+ 1.4058303833007812,
68
+ 1.288877010345459,
69
+ 1.2944501638412476,
70
+ 3.1500876502832398e-06,
71
+ 2.563594102859497,
72
+ 1.5000286102294922,
73
+ 1.4998135566711426,
74
+ 1.564226508140564,
75
+ 0.00015454324602615088,
76
+ 1.7984894514083862,
77
+ 5.365318065742031e-05,
78
+ 3.0000767707824707,
79
+ 1.4954047203063965,
80
+ 1.4975833892822266,
81
+ 1.5,
82
+ 1.5,
83
+ 1.5,
84
+ 1.5,
85
+ 3.0,
86
+ 3.0,
87
+ 1.5,
88
+ 1.5,
89
+ 1.5,
90
+ 1.5,
91
+ 3.0,
92
+ 3.0,
93
+ 0.9750414490699768,
94
+ 0.34772318601608276,
95
+ 0.5310259461402893
96
+ ],
97
+ "min": [
98
+ -1.710237741470337,
99
+ -0.00042632038821466267,
100
+ -1.4035195112228394,
101
+ -2.801373243331909,
102
+ -2.033860445022583,
103
+ -1.4939793348312378,
104
+ -1.3439968824386597,
105
+ -2.1020591259002686,
106
+ -2.2016870975494385,
107
+ -2.3005123138427734,
108
+ -2.848569631576538,
109
+ -3.000068426132202,
110
+ -1.4995447397232056,
111
+ -1.489180326461792,
112
+ -1.5,
113
+ -1.5,
114
+ -1.5,
115
+ -1.5,
116
+ -3.0,
117
+ 0.0,
118
+ -1.5,
119
+ -1.5,
120
+ -1.5,
121
+ -1.5,
122
+ -3.0,
123
+ 3.0,
124
+ -0.5332962870597839,
125
+ -0.4947744905948639,
126
+ -0.4128894805908203
127
+ ],
128
+ "q01": [
129
+ -1.6453754484653473,
130
+ -7.352335887844674e-05,
131
+ -1.1551570868492127,
132
+ -2.7360924339294432,
133
+ -0.8502070605754852,
134
+ -1.0754927098751068,
135
+ -1.2199868965148926,
136
+ -1.699393036365509,
137
+ -1.3113291025161744,
138
+ -0.9920944452285767,
139
+ -2.7749218344688416,
140
+ -0.9589024305343627,
141
+ -1.3624527990818023,
142
+ -1.177962738275528,
143
+ -1.5,
144
+ -1.5,
145
+ -1.5,
146
+ -1.5,
147
+ -3.0,
148
+ 0.0,
149
+ -1.5,
150
+ -1.5,
151
+ -1.5,
152
+ -1.5,
153
+ -3.0,
154
+ 3.0,
155
+ -0.45793325632810594,
156
+ -0.04522607177495956,
157
+ -0.029049276374280453
158
+ ],
159
+ "q99": [
160
+ 1.1092832422256476,
161
+ 1.140557736158371,
162
+ 0.7091880106925965,
163
+ -0.01566793117672205,
164
+ 1.4978188574314117,
165
+ 1.1059463322162628,
166
+ 1.0923435854911796,
167
+ 1.1635798215866089,
168
+ -4.211934747217997e-06,
169
+ 1.1038778030872343,
170
+ -0.03212724145501838,
171
+ 1.9471237277984617,
172
+ 1.2183190023899073,
173
+ 1.4874796867370605,
174
+ 1.5,
175
+ 1.5,
176
+ 1.5,
177
+ 1.5,
178
+ 3.0,
179
+ 3.0,
180
+ 1.5,
181
+ 1.5,
182
+ 1.5,
183
+ 1.5,
184
+ 3.0,
185
+ 3.0,
186
+ 0.2767475765943526,
187
+ 0.11469113424420346,
188
+ 0.014944081632420426
189
+ ],
190
+ "mask": [
191
+ true,
192
+ true,
193
+ true,
194
+ true,
195
+ true,
196
+ true,
197
+ true,
198
+ true,
199
+ true,
200
+ true,
201
+ true,
202
+ true,
203
+ true,
204
+ true,
205
+ true,
206
+ true,
207
+ true,
208
+ true,
209
+ true,
210
+ true,
211
+ true,
212
+ true,
213
+ true,
214
+ true,
215
+ true,
216
+ true,
217
+ true,
218
+ true,
219
+ true
220
+ ]
221
+ },
222
+ "state": {
223
+ "mean": [
224
+ -0.16122485262652236,
225
+ 0.24966383228699365,
226
+ -0.09036625494870047,
227
+ -1.4659872402747474,
228
+ 0.14758988075967255,
229
+ 0.09761730915245914,
230
+ 0.01999631943181157,
231
+ -0.3597793262742925,
232
+ -0.3497321410104632,
233
+ 0.10096844471991062,
234
+ -1.4225566883881888,
235
+ 0.4066467555239796,
236
+ 0.07009127957280724,
237
+ 0.19126981108759838,
238
+ 0.10059643159396123,
239
+ 0.1020327687613947,
240
+ 0.09068115304035017,
241
+ 0.10139854845601802,
242
+ 0.024744001377257505,
243
+ 0.4319268586502101,
244
+ 0.5148559930967166,
245
+ 0.48166331361668807,
246
+ 0.44755979056935746,
247
+ 0.478348320738102,
248
+ 0.07543329064113398,
249
+ 1.6662840098142622,
250
+ 0.005861744905511538,
251
+ 0.0032679109669212863,
252
+ -4.900589652834239e-05
253
+ ],
254
+ "std": [
255
+ 0.3239551184888045,
256
+ 0.1649267593026261,
257
+ 0.22918102481065847,
258
+ 0.3879892409507838,
259
+ 0.2561021378772761,
260
+ 0.24900657630506887,
261
+ 0.2718770913789641,
262
+ 0.48652922666284487,
263
+ 0.28777208660460085,
264
+ 0.3875673326641109,
265
+ 0.6280022930418089,
266
+ 0.5213473030830882,
267
+ 0.38427665747601053,
268
+ 0.5783359418297189,
269
+ 0.3535206492560486,
270
+ 0.3365244538793486,
271
+ 0.29920181440956567,
272
+ 0.3381295861400242,
273
+ 0.11513307475829572,
274
+ 0.7351638230912396,
275
+ 0.5927067305283013,
276
+ 0.5466689922229184,
277
+ 0.5045839716981343,
278
+ 0.5415835858322722,
279
+ 0.16152719492810785,
280
+ 0.2145459320244959,
281
+ 0.05831863966122946,
282
+ 0.01775894444102605,
283
+ 0.007738613054273984
284
+ ],
285
+ "max": [
286
+ 1.3502349853515625,
287
+ 1.2633577585220337,
288
+ 1.2589013576507568,
289
+ 0.001734813442453742,
290
+ 2.521491289138794,
291
+ 1.526998519897461,
292
+ 1.496475338935852,
293
+ 1.5148204565048218,
294
+ 0.003278259886428714,
295
+ 1.7851011753082275,
296
+ 0.0016116079641506076,
297
+ 3.0015335083007812,
298
+ 1.4080945253372192,
299
+ 1.4516682624816895,
300
+ 2.0179455280303955,
301
+ 2.009377956390381,
302
+ 2.6196515560150146,
303
+ 1.8978251218795776,
304
+ 3.2151029109954834,
305
+ 2.7924649715423584,
306
+ 2.7859506607055664,
307
+ 2.1664254665374756,
308
+ 3.0131356716156006,
309
+ 2.69866681098938,
310
+ 1.4733597040176392,
311
+ 2.079848289489746,
312
+ 0.937696099281311,
313
+ 0.3457968235015869,
314
+ 0.47687003016471863
315
+ ],
316
+ "min": [
317
+ -1.6789460182189941,
318
+ -0.026101894676685333,
319
+ -1.3480229377746582,
320
+ -2.5160419940948486,
321
+ -1.9940674304962158,
322
+ -1.3795876502990723,
323
+ -1.1958755254745483,
324
+ -2.0664756298065186,
325
+ -2.1021976470947266,
326
+ -2.296651601791382,
327
+ -2.5318210124969482,
328
+ -3.0013694763183594,
329
+ -1.4908946752548218,
330
+ -1.2908861637115479,
331
+ -1.4389894008636475,
332
+ -1.8303323984146118,
333
+ -2.4635109901428223,
334
+ -1.7167329788208008,
335
+ -2.218892812728882,
336
+ -1.526924967765808,
337
+ -1.4716511964797974,
338
+ -2.0171985626220703,
339
+ -2.412123203277588,
340
+ -1.189025640487671,
341
+ -0.8325809836387634,
342
+ -0.21484142541885376,
343
+ -0.5222951769828796,
344
+ -0.42820972204208374,
345
+ -0.39791223406791687
346
+ ],
347
+ "q01": [
348
+ -1.6401696801185608,
349
+ -0.0021117788553237913,
350
+ -1.136602680683136,
351
+ -2.5065788412094117,
352
+ -0.8428557366132736,
353
+ -1.0090796053409576,
354
+ -1.0905668175220489,
355
+ -1.6940901970863342,
356
+ -1.2592608690261842,
357
+ -0.9485023188591003,
358
+ -2.524535834789276,
359
+ -0.9369082593917847,
360
+ -1.2690116608142852,
361
+ -1.070357494354248,
362
+ -0.48410280704498293,
363
+ -0.26667029321193697,
364
+ -0.22677424252033235,
365
+ -0.2616843205690384,
366
+ -0.2044905386865139,
367
+ -0.046128811538219454,
368
+ -0.025738642178475858,
369
+ -0.008413693476468325,
370
+ -0.06011074289679527,
371
+ -0.007438082443550229,
372
+ -0.49244091659784317,
373
+ 0.32079766273498533,
374
+ -0.4424374091625214,
375
+ -0.042612580582499504,
376
+ -0.030681067146360874
377
+ ],
378
+ "q99": [
379
+ 1.1068614256382001,
380
+ 1.135889083147049,
381
+ 0.7082531070709233,
382
+ -0.030924458522349596,
383
+ 1.4936031103134155,
384
+ 1.071806162595749,
385
+ 1.0435830056667328,
386
+ 1.1315186619758606,
387
+ 0.0004920228820992634,
388
+ 1.0889833045005788,
389
+ -0.0453558095544572,
390
+ 1.9339820933341976,
391
+ 1.0967729890346527,
392
+ 1.2506092643737792,
393
+ 1.508325070142746,
394
+ 1.5029944777488708,
395
+ 1.5275386273860931,
396
+ 1.5626549482345582,
397
+ 1.1534690403938292,
398
+ 1.9877541887760162,
399
+ 1.6979391312599157,
400
+ 1.5753892362117767,
401
+ 2.761149823665619,
402
+ 1.699782818555832,
403
+ 0.898365780711174,
404
+ 1.8441466689109802,
405
+ 0.2744007483124733,
406
+ 0.11413956061005591,
407
+ 0.04111658498644853
408
+ ]
409
+ },
410
+ "num_transitions": 6020058,
411
+ "num_trajectories": 24000
412
+ }
413
+ }