serialexperimentsleon commited on
Commit
7fd2301
·
verified ·
1 Parent(s): caa1584

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. config.yaml +575 -0
  2. snapshot_last.pt +3 -0
config.yaml ADDED
@@ -0,0 +1,575 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: '4117_0'
14
+ wandb_notes: '4117_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: 5
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-05
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
+ crop_distractors_tlhw: ${agent.config.policy_cfg.crop_distractors_tlhw}
304
+ suite:
305
+ suite: frankagym
306
+ name: frankagym
307
+ frame_stack: ${agent.n_obs_steps}
308
+ action_repeat: 1
309
+ discount: 0.99
310
+ hidden_dim: 1024
311
+ num_train_frames: 1000000
312
+ num_seed_frames: 0
313
+ num_train_epochs: 15000
314
+ validate_every_epochs: 250
315
+ validate_diffusion_on_action_loss_every_epochs: 250
316
+ train_eval_diffusion_on_action_loss_every_epochs: 250
317
+ check_topk_every_epochs: 250
318
+ save_snapshot_every_epochs: 1500
319
+ eval_every_frames: 2000
320
+ num_eval_episodes: 5
321
+ save_snapshot: true
322
+ wait_for_user_to_start_episode: true
323
+ task_make_fn:
324
+ _target_: suite.frankagym.make
325
+ name: ${task_name}
326
+ height: 240
327
+ width: 320
328
+ frame_stack: ${suite.frame_stack}
329
+ action_repeat: ${suite.action_repeat}
330
+ seed: ${seed}
331
+ enable_arm: ${agent.enable_arm}
332
+ enable_gripper: ${enable_gripper}
333
+ start_with_gripper_open: ${start_with_gripper_open}
334
+ enable_camera: ${agent.enable_camera}
335
+ path_to_depth_extrinsics: ${path_to_depth_extrinsics}
336
+ contact_estimation_model_ckpt_path: ${contact_estimation_model_ckpt_path}
337
+ x_limit: ${x_limit}
338
+ y_limit: ${y_limit}
339
+ z_limit: ${z_limit}
340
+ device: ${device}
341
+ interpolation_frequency: ${interpolation_frequency}
342
+ policy_frequency: ${policy_frequency}
343
+ debug_timestamps: ${debug_timestamps}
344
+ stop_after_action: ${stop_after_action}
345
+ open_loop: ${open_loop}
346
+ wait_for_new_camera_frames: ${wait_for_new_camera_frames}
347
+ action_key: ${action_key}
348
+ action_trajectory_horizon: ${agent.config.policy_cfg.horizon}
349
+ action_trajectories: ${action_trajectories}
350
+ path_to_zarr_dataset: ${expert_dataset}
351
+ agent_policy_cfg:
352
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
353
+ compile: false
354
+ device: ${device}
355
+ cam_resize_shape: ${agent.desired_image_shape}
356
+ orig_cam_shape: ${agent.orig_cam_shape}
357
+ policy_frequency: ${policy_frequency}
358
+ interpolation_frequency: ${interpolation_frequency}
359
+ policy_cfg:
360
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
361
+ n_obs_steps: 1
362
+ horizon: 36
363
+ n_action_steps: ${agent.config.policy_cfg.horizon}
364
+ output_shapes:
365
+ action:
366
+ - 7
367
+ input_normalization_modes:
368
+ observation.image: mean_std
369
+ observation.state: min_max
370
+ observation.action_history: min_max
371
+ output_normalization_modes:
372
+ action: min_max
373
+ vision_backbone: resnet18
374
+ crop_distractors_tlhw:
375
+ - 32
376
+ - 68
377
+ - 174
378
+ - 174
379
+ pretrained_backbone_weights: null
380
+ transforms:
381
+ - _target_: torchaug.transforms.RandomAffine
382
+ degrees:
383
+ - -5
384
+ - 5
385
+ translate:
386
+ - 0.05
387
+ - 0.05
388
+ batch_transform: true
389
+ num_chunks: -1
390
+ batch_inplace: true
391
+ - _target_: torchaug.transforms.RandomColorJitter
392
+ brightness: 0.3
393
+ contrast: 0.4
394
+ saturation: 0.5
395
+ hue: 0.08
396
+ batch_transform: true
397
+ num_chunks: -1
398
+ batch_inplace: true
399
+ use_group_norm: true
400
+ spatial_softmax_num_keypoints: 32
401
+ action_history_encoder_config:
402
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
403
+ in_channels: 7
404
+ out_channels: 32
405
+ history_length: 6
406
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
407
+ downsample_kernel_size: 3
408
+ downsample_stride: 2
409
+ downsample_padding: 1
410
+ down_dims:
411
+ - 256
412
+ - 512
413
+ - 1024
414
+ kernel_size: 5
415
+ n_groups: 8
416
+ diffusion_step_embed_dim: 128
417
+ use_film_scale_modulation: true
418
+ noise_scheduler_type: DDIM
419
+ beta_schedule: squaredcos_cap_v2
420
+ beta_start: 0.0001
421
+ beta_end: 0.02
422
+ prediction_type: epsilon
423
+ clip_sample: true
424
+ clip_sample_range: 1.0
425
+ num_train_timesteps: 50
426
+ num_inference_steps: 10
427
+ do_mask_loss_for_padding: false
428
+ input_shapes:
429
+ observation.image:
430
+ - 13
431
+ - 180
432
+ - 240
433
+ context_observation.image:
434
+ - 13
435
+ - 180
436
+ - 240
437
+ observation.state:
438
+ - 8
439
+ observation.action_history:
440
+ - 7
441
+ train_cfg:
442
+ _target_: utils.TrainConfig
443
+ lr: 0.0001
444
+ lr_scheduler: cosine
445
+ lr_warmup_steps: 500
446
+ adam_betas:
447
+ - 0.95
448
+ - 0.999
449
+ adam_eps: 1.0e-08
450
+ adam_weight_decay: 1.0e-05
451
+ grad_clip_norm: 10
452
+ offline_steps: ${num_train_frames_diffusion}
453
+ use_amp: true
454
+ observation_cfg:
455
+ _target_: agent.encoder.VisualFeatureSet
456
+ use_depth: ${use_depth}
457
+ use_color: ${use_color}
458
+ mask_input_dict:
459
+ _target_: agent.encoder.MaskInputDict
460
+ enable: ${use_masks}
461
+ representation: ${mask_representation}
462
+ mask_list: ${mask_list}
463
+ crop_input_config:
464
+ _target_: agent.encoder.CropInputConfig
465
+ color_crop_type: ${color_crop_type}
466
+ depth_crop_type: ${depth_crop_type}
467
+ segmask_crop_type: ${segmask_crop_type}
468
+ crop_hw: ${crop_hw}
469
+ crop_down_offset: ${crop_down_offset}
470
+ add_crop_binary_mask: ${add_crop_binary_mask}
471
+ add_coord_conv_map: ${add_coord_conv_map}
472
+ context_input_config:
473
+ _target_: agent.encoder.ContextInputConfig
474
+ use_color: ${use_context_color}
475
+ use_depth: ${use_context_depth}
476
+ mask_input_dict:
477
+ _target_: agent.encoder.MaskInputDict
478
+ enable: ${use_context_segmask}
479
+ representation: ${mask_representation}
480
+ mask_list: ${mask_list}
481
+ crop_input_config:
482
+ _target_: agent.encoder.CropInputConfig
483
+ color_crop_type: ${context_color_crop_type}
484
+ depth_crop_type: ${context_depth_crop_type}
485
+ segmask_crop_type: ${context_segmask_crop_type}
486
+ crop_hw: ${crop_hw}
487
+ crop_down_offset: ${crop_down_offset}
488
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
489
+ add_coord_conv_map: ${context_add_coord_conv_map}
490
+ mask_soft_approx_scheduler_config:
491
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
492
+ num_steps: 40000
493
+ initial_value: 10.0
494
+ final_value: 1000.0
495
+ interpolation_scheme: cosine
496
+ use_contact_map: ${use_contact_map}
497
+ use_sdf_maps: ${use_sdf_maps}
498
+ use_normals_maps: ${use_normals_maps}
499
+ which_objects: ${which_objects}
500
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
501
+ env_dtc_max_value: ${env_dtc_max_value}
502
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
503
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
504
+ clamp_dtc: ${clamp_dtc}
505
+ max_contact_prob: ${max_contact_prob}
506
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
507
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
508
+ adaptive_normals_mask: ${adaptive_normals_mask}
509
+ max_depth: ${max_depth}
510
+ image_shape: ${agent.desired_image_shape}
511
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
512
+ learning_rate: 0.0001
513
+ weight_decay: 0.0
514
+ contact_model_name: ${contact_model_name}
515
+ zero_centered: false
516
+ crop_distractors_tlhw: ${agent.config.policy_cfg.crop_distractors_tlhw}
517
+ true_action_history: ${true_action_history}
518
+ num_train_frames_bc: 50000
519
+ num_train_frames_drq: 1100000
520
+ stddev_schedule_drq: linear(1.0,0.1,100000)
521
+ task_name: FrankaInsertion-v1
522
+ num_train_frames_vinn: 25000
523
+ num_train_frames_diffusion: 1000000
524
+ num_train_epochs_bc: 5000
525
+ num_train_epochs_diffusion: 15000
526
+ validate_every_epochs_bc: 5
527
+ validate_every_epochs_diffusion: 250
528
+ validate_diffusion_on_action_loss_every_epochs: 250
529
+ train_eval_diffusion_on_action_loss_every_epochs: 250
530
+ check_topk_every_epochs: 5
531
+ check_topk_every_epochs_diffusion: 250
532
+ save_snapshot_every_epochs_diffusion: 1500
533
+ x_limit:
534
+ - 0.2
535
+ - 0.7
536
+ y_limit:
537
+ - -0.4
538
+ - 0.4
539
+ z_limit:
540
+ - -0.05
541
+ - 0.55
542
+ home_displacement:
543
+ - 0.55
544
+ - 0.0
545
+ - 0.55
546
+ - 180.0
547
+ - 0.0
548
+ - 0.0
549
+ enable_gripper: true
550
+ start_with_gripper_open: true
551
+ offset_mask:
552
+ - 1
553
+ - 1
554
+ - 1
555
+ - 1
556
+ - 1
557
+ - 1
558
+ path_to_depth_extrinsics: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
559
+ test:
560
+ username: leonmkim
561
+ hostname: grasp-login1
562
+ name_of_expert_demo: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
563
+ root_dir: ~/fish_leon
564
+ expert_dataset_dirpath: ${test.root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${test.name_of_expert_demo}
565
+ expert_dataset: ${test.expert_dataset_dirpath}/demos.zarr
566
+ semantic_demo_grouping_name: semantic_demo_grouping.yaml
567
+ semantic_demo_grouping: ${test.expert_dataset_dirpath}/${test.semantic_demo_grouping_name}
568
+ include_groups_list: all
569
+ batch_size: 128
570
+ store_dataset_in_memory: false
571
+ use_tb: true
572
+ local_snapshot_root_dir: /mnt/bighdd/fish_contact_backup
573
+ local_snapshot_dir: ${test.local_snapshot_root_dir}/exp_local/${suite.name}_${obs_type}/${task_name}
574
+ resume_wandb_run: false
575
+ feature_type: 180x240_crpdstlhw24x51x130x130_1_D_2.0_acthist_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
snapshot_last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69af24195e685f97dc07ee58e44f8cd42906c81af8f324847b8ca39134747c7
3
+ size 909950936