thankyoualways commited on
Commit
b90774a
·
verified ·
1 Parent(s): b553f03

Upload policy_checkpoints/SquareWide/2025-03-03-21-20-35_E37-SquareWide/wandb/run-20250303_231852-g0j6t9bj/files/config.yaml with huggingface_hub

Browse files
policy_checkpoints/SquareWide/2025-03-03-21-20-35_E37-SquareWide/wandb/run-20250303_231852-g0j6t9bj/files/config.yaml ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _target_:
2
+ value: adaflow.workspace.train_diffusion_unet_image_workspace.TrainDiffusionUnetImageWorkspace
3
+ _wandb:
4
+ value:
5
+ cli_version: 0.18.7
6
+ code_path: code/train.py
7
+ m: []
8
+ python_version: 3.10.15
9
+ t:
10
+ "1":
11
+ - 1
12
+ - 41
13
+ - 49
14
+ - 50
15
+ - 55
16
+ - 83
17
+ "2":
18
+ - 1
19
+ - 41
20
+ - 49
21
+ - 50
22
+ - 55
23
+ - 83
24
+ "3":
25
+ - 13
26
+ - 15
27
+ - 16
28
+ - 23
29
+ - 55
30
+ - 61
31
+ "4": 3.10.15
32
+ "5": 0.18.7
33
+ "8":
34
+ - 5
35
+ "12": 0.18.7
36
+ "13": linux-x86_64
37
+ checkpoint:
38
+ value:
39
+ save_last_ckpt: true
40
+ save_last_snapshot: false
41
+ topk:
42
+ format_str: epoch={epoch:04d}-test_mean_score={test_mean_score:.3f}.ckpt
43
+ k: 1
44
+ mode: max
45
+ monitor_key: test_mean_score
46
+ dataloader:
47
+ value:
48
+ batch_size: 64
49
+ num_workers: 12
50
+ persistent_workers: false
51
+ pin_memory: true
52
+ shuffle: true
53
+ dataset_obs_steps:
54
+ value: 2
55
+ dataset_type:
56
+ value: ph
57
+ ema:
58
+ value:
59
+ _target_: adaflow.model.diffusion.ema_model.EMAModel
60
+ inv_gamma: 1
61
+ max_value: 0.9999
62
+ min_value: 0
63
+ power: 0.75
64
+ update_after_step: 0
65
+ exp_name:
66
+ value: default
67
+ horizon:
68
+ value: 16
69
+ keypoint_visible_rate:
70
+ value: 1
71
+ logging:
72
+ value:
73
+ group: null
74
+ id: null
75
+ mode: online
76
+ name: E37-SquareWide_SquareWide_2025-03-03-21-20-35
77
+ project: adaflow
78
+ resume: true
79
+ tags:
80
+ - train_diffusion_unet_image
81
+ - square_image
82
+ - default
83
+ multi_run:
84
+ value:
85
+ run_dir: /home/thankyou/autom/demo-aug/policy_checkpoints/SquareWide/2025-03-03-21-20-35_E37-SquareWide
86
+ wandb_name_base: 2025.03.03-23.16.59_train_diffusion_unet_image_square_image_ph
87
+ n_action_steps:
88
+ value: 8
89
+ n_latency_steps:
90
+ value: 0
91
+ n_obs_steps:
92
+ value: 2
93
+ name:
94
+ value: train_diffusion_unet_image
95
+ normalize_pixel:
96
+ value: false
97
+ obs_as_global_cond:
98
+ value: true
99
+ optimizer:
100
+ value:
101
+ _target_: torch.optim.AdamW
102
+ betas:
103
+ - 0.95
104
+ - 0.999
105
+ eps: 1e-08
106
+ lr: 0.0001
107
+ weight_decay: 1e-06
108
+ output_dir:
109
+ value: /home/thankyou/autom/demo-aug/policy_checkpoints/SquareWide/2025-03-03-21-20-35_E37-SquareWide
110
+ past_action_visible:
111
+ value: false
112
+ policy:
113
+ value:
114
+ _target_: adaflow.policy.diffusion_unet_image_policy.DiffusionUnetImagePolicy
115
+ cond_predict_scale: true
116
+ diffusion_step_embed_dim: 128
117
+ down_dims:
118
+ - 512
119
+ - 1024
120
+ - 2048
121
+ horizon: 16
122
+ kernel_size: 5
123
+ n_action_steps: 8
124
+ n_groups: 8
125
+ n_obs_steps: 2
126
+ noise_scheduler:
127
+ _target_: diffusers.schedulers.scheduling_ddpm.DDPMScheduler
128
+ beta_end: 0.02
129
+ beta_schedule: squaredcos_cap_v2
130
+ beta_start: 0.0001
131
+ clip_sample: true
132
+ num_train_timesteps: 100
133
+ prediction_type: epsilon
134
+ variance_type: fixed_small
135
+ num_inference_steps: 100
136
+ obs_as_global_cond: true
137
+ obs_encoder:
138
+ _target_: adaflow.model.vision.multi_image_obs_encoder.MultiImageObsEncoder
139
+ crop_shape:
140
+ - 76
141
+ - 76
142
+ depth_norm: true
143
+ imagenet_norm: true
144
+ norm_args:
145
+ agentview_depth:
146
+ clamp_max: 1.75
147
+ mean: 0.513
148
+ std: 0.499
149
+ robot0_eye_in_hand_depth:
150
+ clamp_max: 1
151
+ mean: 0.011
152
+ std: 0.105
153
+ random_crop: true
154
+ resize_shape: null
155
+ rgb_model:
156
+ _target_: adaflow.model.vision.model_getter.get_resnet
157
+ name: resnet18
158
+ weights: null
159
+ shape_meta:
160
+ action:
161
+ shape:
162
+ - 10
163
+ obs:
164
+ agentview_image:
165
+ shape:
166
+ - 3
167
+ - 84
168
+ - 84
169
+ type: rgb
170
+ robot0_eef_pos:
171
+ shape:
172
+ - 3
173
+ robot0_eef_quat:
174
+ shape:
175
+ - 4
176
+ robot0_eye_in_hand_image:
177
+ shape:
178
+ - 3
179
+ - 84
180
+ - 84
181
+ type: rgb
182
+ robot0_gripper_qpos:
183
+ shape:
184
+ - 2
185
+ share_rgb_model: false
186
+ use_depth_input: false
187
+ use_group_norm: true
188
+ use_rgb_input: true
189
+ use_segmentation_input: false
190
+ shape_meta:
191
+ action:
192
+ shape:
193
+ - 10
194
+ obs:
195
+ agentview_image:
196
+ shape:
197
+ - 3
198
+ - 84
199
+ - 84
200
+ type: rgb
201
+ robot0_eef_pos:
202
+ shape:
203
+ - 3
204
+ robot0_eef_quat:
205
+ shape:
206
+ - 4
207
+ robot0_eye_in_hand_image:
208
+ shape:
209
+ - 3
210
+ - 84
211
+ - 84
212
+ type: rgb
213
+ robot0_gripper_qpos:
214
+ shape:
215
+ - 2
216
+ shape_meta:
217
+ value:
218
+ action:
219
+ shape:
220
+ - 10
221
+ obs:
222
+ agentview_image:
223
+ shape:
224
+ - 3
225
+ - 84
226
+ - 84
227
+ type: rgb
228
+ robot0_eef_pos:
229
+ shape:
230
+ - 3
231
+ robot0_eef_quat:
232
+ shape:
233
+ - 4
234
+ robot0_eye_in_hand_image:
235
+ shape:
236
+ - 3
237
+ - 84
238
+ - 84
239
+ type: rgb
240
+ robot0_gripper_qpos:
241
+ shape:
242
+ - 2
243
+ task:
244
+ value:
245
+ abs_action: true
246
+ dataset:
247
+ _target_: adaflow.dataset.robomimic_replay_image_dataset.RobomimicReplayImageDataset
248
+ abs_action: true
249
+ dataset_path: /home/thankyou/autom/demo-aug/datasets/generated/SquareWide/2025-03-03-21-20-35/merged_E37-SquareWide_all.hdf5
250
+ horizon: 16
251
+ n_obs_steps: 2
252
+ pad_after: 7
253
+ pad_before: 1
254
+ rotation_rep: rotation_6d
255
+ seed: 42
256
+ shape_meta:
257
+ action:
258
+ shape:
259
+ - 10
260
+ obs:
261
+ agentview_image:
262
+ shape:
263
+ - 3
264
+ - 84
265
+ - 84
266
+ type: rgb
267
+ robot0_eef_pos:
268
+ shape:
269
+ - 3
270
+ robot0_eef_quat:
271
+ shape:
272
+ - 4
273
+ robot0_eye_in_hand_image:
274
+ shape:
275
+ - 3
276
+ - 84
277
+ - 84
278
+ type: rgb
279
+ robot0_gripper_qpos:
280
+ shape:
281
+ - 2
282
+ use_cache: true
283
+ use_legacy_normalizer: false
284
+ val_ratio: 0.02
285
+ dataset_path: /home/thankyou/autom/demo-aug/datasets/generated/SquareWide/2025-03-03-21-20-35/merged_E37-SquareWide_all.hdf5
286
+ dataset_type: ph
287
+ env_runner:
288
+ _target_: adaflow.env_runner.robomimic_image_runner.RobomimicImageRunner
289
+ abs_action: true
290
+ camera_depths: false
291
+ crf: 22
292
+ dataset_path: /home/thankyou/autom/demo-aug/datasets/generated/SquareWide/2025-03-03-21-20-35/merged_E37-SquareWide_all.hdf5
293
+ fps: 10
294
+ max_steps: 450
295
+ n_action_steps: 8
296
+ n_envs: 26
297
+ n_obs_steps: 2
298
+ n_test: 50
299
+ n_test_vis: 50
300
+ n_train: 2
301
+ n_train_vis: 2
302
+ past_action: false
303
+ render_obs_key: agentview_image
304
+ shape_meta:
305
+ action:
306
+ shape:
307
+ - 10
308
+ obs:
309
+ agentview_image:
310
+ shape:
311
+ - 3
312
+ - 84
313
+ - 84
314
+ type: rgb
315
+ robot0_eef_pos:
316
+ shape:
317
+ - 3
318
+ robot0_eef_quat:
319
+ shape:
320
+ - 4
321
+ robot0_eye_in_hand_image:
322
+ shape:
323
+ - 3
324
+ - 84
325
+ - 84
326
+ type: rgb
327
+ robot0_gripper_qpos:
328
+ shape:
329
+ - 2
330
+ test_start_seed: 100000
331
+ tqdm_interval_sec: 1
332
+ train_start_idx: 0
333
+ name: square_image
334
+ shape_meta:
335
+ action:
336
+ shape:
337
+ - 10
338
+ obs:
339
+ agentview_image:
340
+ shape:
341
+ - 3
342
+ - 84
343
+ - 84
344
+ type: rgb
345
+ robot0_eef_pos:
346
+ shape:
347
+ - 3
348
+ robot0_eef_quat:
349
+ shape:
350
+ - 4
351
+ robot0_eye_in_hand_image:
352
+ shape:
353
+ - 3
354
+ - 84
355
+ - 84
356
+ type: rgb
357
+ robot0_gripper_qpos:
358
+ shape:
359
+ - 2
360
+ task_name: square
361
+ task_name:
362
+ value: square_image
363
+ training:
364
+ value:
365
+ checkpoint_every: 20
366
+ debug: false
367
+ device: cuda:0
368
+ freeze_encoder: false
369
+ gradient_accumulate_every: 1
370
+ lr_scheduler: cosine
371
+ lr_warmup_steps: 500
372
+ max_train_steps: null
373
+ max_val_steps: null
374
+ num_epochs: 500
375
+ pretrained_ckpt: null
376
+ resume: true
377
+ resume_dir: null
378
+ rollout_every: 20
379
+ sample_every: 5
380
+ seed: 42
381
+ tqdm_interval_sec: 1
382
+ use_ema: true
383
+ val_every: 5
384
+ val_dataloader:
385
+ value:
386
+ batch_size: 64
387
+ num_workers: 8
388
+ persistent_workers: false
389
+ pin_memory: true
390
+ shuffle: false
391
+ wandb_run_url_0:
392
+ value: https://wandb.ai/kevin-lin/cpgen/runs/p89wwcjm
393
+ wandb_run_url_1:
394
+ value: https://wandb.ai/kevin-lin/cpgen/runs/u3ck7zn9
395
+ wandb_run_url_2:
396
+ value: https://wandb.ai/kevin-lin/cpgen/runs/dskarhd0
397
+ wandb_run_url_3:
398
+ value: https://wandb.ai/kevin-lin/cpgen/runs/yf2ex0ph