serialexperimentsleon commited on
Commit
6808006
·
verified ·
1 Parent(s): 7b49d2f

Add files using upload-large-folder tool

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