serialexperimentsleon commited on
Commit
3eaf1e5
·
verified ·
1 Parent(s): f89bd93

Add files using upload-large-folder tool

Browse files
Files changed (7) hide show
  1. config.yaml +573 -0
  2. snapshot_10.pt +3 -0
  3. snapshot_11.pt +3 -0
  4. snapshot_12.pt +3 -0
  5. snapshot_8.pt +3 -0
  6. snapshot_9.pt +3 -0
  7. snapshot_last.pt +3 -0
config.yaml ADDED
@@ -0,0 +1,573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ root_dir: /mnt/kostas-graid/datasets/extrinsic_contact_data
2
+ replay_buffer_size: 150000
3
+ replay_buffer_num_workers: 2
4
+ nstep: 3
5
+ batch_size: 128
6
+ seed: 0
7
+ dataset_shuffle_seed: 0
8
+ device: cuda
9
+ save_video: true
10
+ save_train_video: true
11
+ use_tb: true
12
+ use_wandb: true
13
+ wandb_run_id: '3762_0'
14
+ wandb_notes: '3762_0_'
15
+ eval: false
16
+ true_action_history: false
17
+ train_pad_after: 4
18
+ process_contact_features: ${eval}
19
+ obs_type: pixels
20
+ use_color: false
21
+ use_depth: true
22
+ use_masks: false
23
+ mask_list:
24
+ - EE_obj_mask
25
+ mask_representation: channels
26
+ crop_hw:
27
+ - 144
28
+ - 144
29
+ crop_down_offset: 48
30
+ color_crop_type: null
31
+ depth_crop_type: null
32
+ segmask_crop_type: null
33
+ add_crop_binary_mask: false
34
+ add_coord_conv_map: false
35
+ use_context_color: false
36
+ use_context_depth: false
37
+ use_context_segmask: false
38
+ context_color_crop_type: null
39
+ context_depth_crop_type: null
40
+ context_segmask_crop_type: null
41
+ context_add_crop_binary_mask: false
42
+ context_add_coord_conv_map: false
43
+ use_contact_map: false
44
+ use_sdf_maps: false
45
+ use_normals_maps: false
46
+ which_objects: both
47
+ max_contact_prob: 0.1
48
+ max_depth: 2.0
49
+ grasped_dtc_max_value: 0.2
50
+ env_dtc_max_value: 0.4
51
+ grasped_normals_mask_max_dtc_value: 0.2
52
+ env_normals_mask_max_dtc_value: 0.4
53
+ clamp_dtc: true
54
+ dtc_adaptive_normalization: false
55
+ mask_normals_within_sdf: true
56
+ adaptive_normals_mask: true
57
+ learnable_contact_preprocess_params: true
58
+ contact_model_name: local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9
59
+ contact_estimation_model_ckpt_path: ~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt
60
+ encoder_type: small
61
+ debug_timestamps: false
62
+ open_loop: false
63
+ action_trajectories: true
64
+ stop_after_action: false
65
+ interpolation_frequency: 25
66
+ policy_frequency: 5
67
+ wait_for_new_camera_frames: true
68
+ baseline: false
69
+ train_demo_idxs_list_or_num: -1
70
+ log_train_every_steps: 25
71
+ name_of_expert_demo: 120_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
72
+ expert_dataset_dirpath: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_expert_demo}
73
+ store_dataset_in_memory: false
74
+ expert_dataset: ${expert_dataset_dirpath}/demos.zarr
75
+ action_key: ${oc.if_else:${action_trajectories}, 'action_trajectory_${interpolation_frequency}hz',
76
+ 'action'}
77
+ semantic_demo_grouping_name: semantic_demo_grouping.yaml
78
+ semantic_demo_grouping: ${expert_dataset_dirpath}/${semantic_demo_grouping_name}
79
+ include_groups_list: all
80
+ expert_dataset_config: ${expert_dataset_dirpath}/demo_config.yaml
81
+ name_of_valid_demo: 120_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
82
+ valid_dataset_dir: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_valid_demo}/demos.zarr
83
+ valid_demo_idxs_list_or_num: null
84
+ val_num_groups: 7
85
+ load_bc: ${agent.load_checkpoint}
86
+ checkpoint_epoch_list:
87
+ - 99
88
+ - 199
89
+ - 299
90
+ - 399
91
+ - 499
92
+ - 599
93
+ - 699
94
+ - 799
95
+ - 899
96
+ - 999
97
+ - 1249
98
+ - 1499
99
+ - 1749
100
+ - 1999
101
+ - 2999
102
+ - 3999
103
+ - 4999
104
+ - 5999
105
+ - 6999
106
+ - 7999
107
+ - 8999
108
+ - 9999
109
+ snapshot_root_dir: /mnt/grasp_high_usage/leonmkim/contact_estimation/FISH
110
+ save_snapshot: true
111
+ save_last_snapshot: true
112
+ save_snapshot_when_done: true
113
+ top_k_checkpoints: 5
114
+ save_snapshot_link_to_weights_dir: deprecated
115
+ restore_missing_checkpoint: null
116
+ bc_regularize: false
117
+ bc_weight_type: qfilter
118
+ experiment_dir: ./exp_local/${suite.name}_${obs_type}/${task_name}/${wandb_run_id}
119
+ agent:
120
+ _target_: agent.diffusion_policy.DiffusionPolicyAgent
121
+ name: diffusion_policy
122
+ load_checkpoint: ${eval}
123
+ device: ${device}
124
+ n_obs_steps: ${.config.policy_cfg.n_obs_steps}
125
+ suite_name: ${suite.name}
126
+ obs_type: ${obs_type}
127
+ enable_arm: ${eval}
128
+ enable_camera: ${eval}
129
+ use_tb: ${use_tb}
130
+ desired_image_shape:
131
+ - 13
132
+ - 180
133
+ - 240
134
+ orig_cam_shape:
135
+ - 3
136
+ - 240
137
+ - 320
138
+ config:
139
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
140
+ compile: false
141
+ device: ${device}
142
+ cam_resize_shape: ${agent.desired_image_shape}
143
+ orig_cam_shape: ${agent.orig_cam_shape}
144
+ policy_frequency: ${policy_frequency}
145
+ interpolation_frequency: ${interpolation_frequency}
146
+ policy_cfg:
147
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
148
+ n_obs_steps: 1
149
+ horizon: 36
150
+ n_action_steps: ${agent.config.policy_cfg.horizon}
151
+ output_shapes:
152
+ action:
153
+ - 7
154
+ input_normalization_modes:
155
+ observation.image: mean_std
156
+ observation.state: min_max
157
+ observation.action_history: min_max
158
+ output_normalization_modes:
159
+ action: min_max
160
+ vision_backbone: resnet18
161
+ crop_distractors_tlhw:
162
+ - 32
163
+ - 68
164
+ - 174
165
+ - 174
166
+ pretrained_backbone_weights: null
167
+ transforms:
168
+ - _target_: torchaug.transforms.RandomAffine
169
+ degrees:
170
+ - -5
171
+ - 5
172
+ translate:
173
+ - 0.05
174
+ - 0.05
175
+ batch_transform: true
176
+ num_chunks: -1
177
+ batch_inplace: true
178
+ - _target_: torchaug.transforms.RandomColorJitter
179
+ brightness: 0.3
180
+ contrast: 0.4
181
+ saturation: 0.5
182
+ hue: 0.08
183
+ batch_transform: true
184
+ num_chunks: -1
185
+ batch_inplace: true
186
+ use_group_norm: true
187
+ spatial_softmax_num_keypoints: 32
188
+ action_history_encoder_config:
189
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
190
+ in_channels: 7
191
+ out_channels: 32
192
+ history_length: 6
193
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
194
+ downsample_kernel_size: 3
195
+ downsample_stride: 2
196
+ downsample_padding: 1
197
+ down_dims:
198
+ - 256
199
+ - 512
200
+ - 1024
201
+ kernel_size: 5
202
+ n_groups: 8
203
+ diffusion_step_embed_dim: 128
204
+ use_film_scale_modulation: true
205
+ noise_scheduler_type: DDIM
206
+ beta_schedule: squaredcos_cap_v2
207
+ beta_start: 0.0001
208
+ beta_end: 0.02
209
+ prediction_type: epsilon
210
+ clip_sample: true
211
+ clip_sample_range: 1.0
212
+ num_train_timesteps: 50
213
+ num_inference_steps: 10
214
+ do_mask_loss_for_padding: false
215
+ input_shapes:
216
+ observation.image:
217
+ - 13
218
+ - 180
219
+ - 240
220
+ context_observation.image:
221
+ - 13
222
+ - 180
223
+ - 240
224
+ observation.state:
225
+ - 8
226
+ observation.action_history:
227
+ - 7
228
+ train_cfg:
229
+ _target_: utils.TrainConfig
230
+ lr: 0.0001
231
+ lr_scheduler: cosine
232
+ lr_warmup_steps: 500
233
+ adam_betas:
234
+ - 0.95
235
+ - 0.999
236
+ adam_eps: 1.0e-08
237
+ adam_weight_decay: 1.0e-06
238
+ grad_clip_norm: 10
239
+ offline_steps: ${num_train_frames_diffusion}
240
+ use_amp: true
241
+ observation_cfg:
242
+ _target_: agent.encoder.VisualFeatureSet
243
+ use_depth: ${use_depth}
244
+ use_color: ${use_color}
245
+ mask_input_dict:
246
+ _target_: agent.encoder.MaskInputDict
247
+ enable: ${use_masks}
248
+ representation: ${mask_representation}
249
+ mask_list: ${mask_list}
250
+ crop_input_config:
251
+ _target_: agent.encoder.CropInputConfig
252
+ color_crop_type: ${color_crop_type}
253
+ depth_crop_type: ${depth_crop_type}
254
+ segmask_crop_type: ${segmask_crop_type}
255
+ crop_hw: ${crop_hw}
256
+ crop_down_offset: ${crop_down_offset}
257
+ add_crop_binary_mask: ${add_crop_binary_mask}
258
+ add_coord_conv_map: ${add_coord_conv_map}
259
+ context_input_config:
260
+ _target_: agent.encoder.ContextInputConfig
261
+ use_color: ${use_context_color}
262
+ use_depth: ${use_context_depth}
263
+ mask_input_dict:
264
+ _target_: agent.encoder.MaskInputDict
265
+ enable: ${use_context_segmask}
266
+ representation: ${mask_representation}
267
+ mask_list: ${mask_list}
268
+ crop_input_config:
269
+ _target_: agent.encoder.CropInputConfig
270
+ color_crop_type: ${context_color_crop_type}
271
+ depth_crop_type: ${context_depth_crop_type}
272
+ segmask_crop_type: ${context_segmask_crop_type}
273
+ crop_hw: ${crop_hw}
274
+ crop_down_offset: ${crop_down_offset}
275
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
276
+ add_coord_conv_map: ${context_add_coord_conv_map}
277
+ mask_soft_approx_scheduler_config:
278
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
279
+ num_steps: 40000
280
+ initial_value: 10.0
281
+ final_value: 1000.0
282
+ interpolation_scheme: cosine
283
+ use_contact_map: ${use_contact_map}
284
+ use_sdf_maps: ${use_sdf_maps}
285
+ use_normals_maps: ${use_normals_maps}
286
+ which_objects: ${which_objects}
287
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
288
+ env_dtc_max_value: ${env_dtc_max_value}
289
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
290
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
291
+ clamp_dtc: ${clamp_dtc}
292
+ max_contact_prob: ${max_contact_prob}
293
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
294
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
295
+ adaptive_normals_mask: ${adaptive_normals_mask}
296
+ max_depth: ${max_depth}
297
+ image_shape: ${agent.desired_image_shape}
298
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
299
+ learning_rate: 0.0001
300
+ weight_decay: 0.0
301
+ contact_model_name: ${contact_model_name}
302
+ zero_centered: false
303
+ suite:
304
+ suite: frankagym
305
+ name: frankagym
306
+ frame_stack: ${agent.n_obs_steps}
307
+ action_repeat: 1
308
+ discount: 0.99
309
+ hidden_dim: 1024
310
+ num_train_frames: 1000000
311
+ num_seed_frames: 0
312
+ num_train_epochs: 300
313
+ validate_every_epochs: 1
314
+ validate_diffusion_on_action_loss_every_epochs: 1
315
+ train_eval_diffusion_on_action_loss_every_epochs: 1
316
+ check_topk_every_epochs: 1
317
+ save_snapshot_every_epochs: 5
318
+ eval_every_frames: 2000
319
+ num_eval_episodes: 5
320
+ save_snapshot: true
321
+ wait_for_user_to_start_episode: true
322
+ task_make_fn:
323
+ _target_: suite.frankagym.make
324
+ name: ${task_name}
325
+ height: 240
326
+ width: 320
327
+ frame_stack: ${suite.frame_stack}
328
+ action_repeat: ${suite.action_repeat}
329
+ seed: ${seed}
330
+ enable_arm: ${agent.enable_arm}
331
+ enable_gripper: ${enable_gripper}
332
+ start_with_gripper_open: ${start_with_gripper_open}
333
+ enable_camera: ${agent.enable_camera}
334
+ path_to_depth_extrinsics: ${path_to_depth_extrinsics}
335
+ contact_estimation_model_ckpt_path: ${contact_estimation_model_ckpt_path}
336
+ x_limit: ${x_limit}
337
+ y_limit: ${y_limit}
338
+ z_limit: ${z_limit}
339
+ device: ${device}
340
+ interpolation_frequency: ${interpolation_frequency}
341
+ policy_frequency: ${policy_frequency}
342
+ debug_timestamps: ${debug_timestamps}
343
+ stop_after_action: ${stop_after_action}
344
+ open_loop: ${open_loop}
345
+ wait_for_new_camera_frames: ${wait_for_new_camera_frames}
346
+ action_key: ${action_key}
347
+ action_trajectory_horizon: ${agent.config.policy_cfg.horizon}
348
+ action_trajectories: ${action_trajectories}
349
+ path_to_zarr_dataset: ${expert_dataset}
350
+ agent_policy_cfg:
351
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
352
+ compile: false
353
+ device: ${device}
354
+ cam_resize_shape: ${agent.desired_image_shape}
355
+ orig_cam_shape: ${agent.orig_cam_shape}
356
+ policy_frequency: ${policy_frequency}
357
+ interpolation_frequency: ${interpolation_frequency}
358
+ policy_cfg:
359
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
360
+ n_obs_steps: 1
361
+ horizon: 36
362
+ n_action_steps: ${agent.config.policy_cfg.horizon}
363
+ output_shapes:
364
+ action:
365
+ - 7
366
+ input_normalization_modes:
367
+ observation.image: mean_std
368
+ observation.state: min_max
369
+ observation.action_history: min_max
370
+ output_normalization_modes:
371
+ action: min_max
372
+ vision_backbone: resnet18
373
+ crop_distractors_tlhw:
374
+ - 32
375
+ - 68
376
+ - 174
377
+ - 174
378
+ pretrained_backbone_weights: null
379
+ transforms:
380
+ - _target_: torchaug.transforms.RandomAffine
381
+ degrees:
382
+ - -5
383
+ - 5
384
+ translate:
385
+ - 0.05
386
+ - 0.05
387
+ batch_transform: true
388
+ num_chunks: -1
389
+ batch_inplace: true
390
+ - _target_: torchaug.transforms.RandomColorJitter
391
+ brightness: 0.3
392
+ contrast: 0.4
393
+ saturation: 0.5
394
+ hue: 0.08
395
+ batch_transform: true
396
+ num_chunks: -1
397
+ batch_inplace: true
398
+ use_group_norm: true
399
+ spatial_softmax_num_keypoints: 32
400
+ action_history_encoder_config:
401
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
402
+ in_channels: 7
403
+ out_channels: 32
404
+ history_length: 6
405
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
406
+ downsample_kernel_size: 3
407
+ downsample_stride: 2
408
+ downsample_padding: 1
409
+ down_dims:
410
+ - 256
411
+ - 512
412
+ - 1024
413
+ kernel_size: 5
414
+ n_groups: 8
415
+ diffusion_step_embed_dim: 128
416
+ use_film_scale_modulation: true
417
+ noise_scheduler_type: DDIM
418
+ beta_schedule: squaredcos_cap_v2
419
+ beta_start: 0.0001
420
+ beta_end: 0.02
421
+ prediction_type: epsilon
422
+ clip_sample: true
423
+ clip_sample_range: 1.0
424
+ num_train_timesteps: 50
425
+ num_inference_steps: 10
426
+ do_mask_loss_for_padding: false
427
+ input_shapes:
428
+ observation.image:
429
+ - 13
430
+ - 180
431
+ - 240
432
+ context_observation.image:
433
+ - 13
434
+ - 180
435
+ - 240
436
+ observation.state:
437
+ - 8
438
+ observation.action_history:
439
+ - 7
440
+ train_cfg:
441
+ _target_: utils.TrainConfig
442
+ lr: 0.0001
443
+ lr_scheduler: cosine
444
+ lr_warmup_steps: 500
445
+ adam_betas:
446
+ - 0.95
447
+ - 0.999
448
+ adam_eps: 1.0e-08
449
+ adam_weight_decay: 1.0e-06
450
+ grad_clip_norm: 10
451
+ offline_steps: ${num_train_frames_diffusion}
452
+ use_amp: true
453
+ observation_cfg:
454
+ _target_: agent.encoder.VisualFeatureSet
455
+ use_depth: ${use_depth}
456
+ use_color: ${use_color}
457
+ mask_input_dict:
458
+ _target_: agent.encoder.MaskInputDict
459
+ enable: ${use_masks}
460
+ representation: ${mask_representation}
461
+ mask_list: ${mask_list}
462
+ crop_input_config:
463
+ _target_: agent.encoder.CropInputConfig
464
+ color_crop_type: ${color_crop_type}
465
+ depth_crop_type: ${depth_crop_type}
466
+ segmask_crop_type: ${segmask_crop_type}
467
+ crop_hw: ${crop_hw}
468
+ crop_down_offset: ${crop_down_offset}
469
+ add_crop_binary_mask: ${add_crop_binary_mask}
470
+ add_coord_conv_map: ${add_coord_conv_map}
471
+ context_input_config:
472
+ _target_: agent.encoder.ContextInputConfig
473
+ use_color: ${use_context_color}
474
+ use_depth: ${use_context_depth}
475
+ mask_input_dict:
476
+ _target_: agent.encoder.MaskInputDict
477
+ enable: ${use_context_segmask}
478
+ representation: ${mask_representation}
479
+ mask_list: ${mask_list}
480
+ crop_input_config:
481
+ _target_: agent.encoder.CropInputConfig
482
+ color_crop_type: ${context_color_crop_type}
483
+ depth_crop_type: ${context_depth_crop_type}
484
+ segmask_crop_type: ${context_segmask_crop_type}
485
+ crop_hw: ${crop_hw}
486
+ crop_down_offset: ${crop_down_offset}
487
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
488
+ add_coord_conv_map: ${context_add_coord_conv_map}
489
+ mask_soft_approx_scheduler_config:
490
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
491
+ num_steps: 40000
492
+ initial_value: 10.0
493
+ final_value: 1000.0
494
+ interpolation_scheme: cosine
495
+ use_contact_map: ${use_contact_map}
496
+ use_sdf_maps: ${use_sdf_maps}
497
+ use_normals_maps: ${use_normals_maps}
498
+ which_objects: ${which_objects}
499
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
500
+ env_dtc_max_value: ${env_dtc_max_value}
501
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
502
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
503
+ clamp_dtc: ${clamp_dtc}
504
+ max_contact_prob: ${max_contact_prob}
505
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
506
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
507
+ adaptive_normals_mask: ${adaptive_normals_mask}
508
+ max_depth: ${max_depth}
509
+ image_shape: ${agent.desired_image_shape}
510
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
511
+ learning_rate: 0.0001
512
+ weight_decay: 0.0
513
+ contact_model_name: ${contact_model_name}
514
+ zero_centered: false
515
+ true_action_history: ${true_action_history}
516
+ num_train_frames_bc: 50000
517
+ num_train_frames_drq: 1100000
518
+ stddev_schedule_drq: linear(1.0,0.1,100000)
519
+ task_name: FrankaInsertion-v1
520
+ num_train_frames_vinn: 25000
521
+ num_train_frames_diffusion: 1000000
522
+ num_train_epochs_bc: 5000
523
+ num_train_epochs_diffusion: 300
524
+ validate_every_epochs_bc: 5
525
+ validate_every_epochs_diffusion: 1
526
+ validate_diffusion_on_action_loss_every_epochs: 1
527
+ train_eval_diffusion_on_action_loss_every_epochs: 1
528
+ check_topk_every_epochs: 5
529
+ check_topk_every_epochs_diffusion: 1
530
+ save_snapshot_every_epochs_diffusion: 5
531
+ x_limit:
532
+ - 0.2
533
+ - 0.7
534
+ y_limit:
535
+ - -0.4
536
+ - 0.4
537
+ z_limit:
538
+ - -0.05
539
+ - 0.55
540
+ home_displacement:
541
+ - 0.55
542
+ - 0.0
543
+ - 0.55
544
+ - 180.0
545
+ - 0.0
546
+ - 0.0
547
+ enable_gripper: true
548
+ start_with_gripper_open: true
549
+ offset_mask:
550
+ - 1
551
+ - 1
552
+ - 1
553
+ - 1
554
+ - 1
555
+ - 1
556
+ path_to_depth_extrinsics: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
557
+ test:
558
+ username: leonmkim
559
+ hostname: grasp-login1
560
+ name_of_expert_demo: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
561
+ root_dir: ~/fish_leon
562
+ expert_dataset_dirpath: ${test.root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${test.name_of_expert_demo}
563
+ expert_dataset: ${test.expert_dataset_dirpath}/demos.zarr
564
+ semantic_demo_grouping_name: semantic_demo_grouping.yaml
565
+ semantic_demo_grouping: ${test.expert_dataset_dirpath}/${test.semantic_demo_grouping_name}
566
+ include_groups_list: all
567
+ batch_size: 128
568
+ store_dataset_in_memory: false
569
+ use_tb: true
570
+ local_snapshot_root_dir: /mnt/bighdd/fish_contact_backup
571
+ local_snapshot_dir: ${test.local_snapshot_root_dir}/exp_local/${suite.name}_${obs_type}/${task_name}
572
+ resume_wandb_run: false
573
+ feature_type: 180x240_1_D_2.0_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
snapshot_10.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c89ec8b4593c3adb58a943999b527061ce8a24f1965f7d3c592daabc727029
3
+ size 909951640
snapshot_11.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c29acd4f91bed9daa1ac8a2b77a7b0e7e97f2bf12692246d5a8572762eeab7c0
3
+ size 909951640
snapshot_12.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83ed912ac0ab0f00f06c2a62f56b4bed272e38f82b9e7518b71db345802e468d
3
+ size 909951640
snapshot_8.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e363c2efd820bec8163af2d69eb7b9087aa8c06e63689d58ff847ca90e3669
3
+ size 909951640
snapshot_9.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:110a27a61fd43db0cdb0478b9ef0bf334e2a22bebb301d9b3cc53371d9f57e51
3
+ size 909951640
snapshot_last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2be7d69975b18b4c80d3516eb988cba2088bb2853f7faeac4f988308fd0871e
3
+ size 909951640