serialexperimentsleon commited on
Commit
6f06149
·
verified ·
1 Parent(s): 3b24a5a

Add files using upload-large-folder tool

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