hqfang commited on
Commit
f7c3151
·
verified ·
1 Parent(s): 34c1c46

Upload sam2act_rlbench/exp_cfg.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. sam2act_rlbench/exp_cfg.yaml +40 -0
sam2act_rlbench/exp_cfg.yaml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ agent: our
2
+ bs: 8
3
+ demo: 100
4
+ epochs: 90
5
+ exp_id: sam2act
6
+ exp_name: rlbench
7
+ num_workers: 5
8
+ peract:
9
+ add_rgc_loss: true
10
+ amp: true
11
+ bnb: true
12
+ lambda_weight_l2: 0.0001
13
+ lr: 1.25e-05
14
+ lr_cos_dec: true
15
+ num_rotation_classes: 72
16
+ optimizer_type: lamb
17
+ same_trans_aug_per_seq: false
18
+ transform_augmentation: true
19
+ transform_augmentation_rpy:
20
+ - 0.0
21
+ - 0.0
22
+ - 45.0
23
+ transform_augmentation_xyz:
24
+ - 0.125
25
+ - 0.125
26
+ - 0.125
27
+ warmup_steps: 2000
28
+ peract_official:
29
+ cfg_path: configs/peract_official_config.yaml
30
+ resume: ''
31
+ rvt:
32
+ gt_hm_sigma: 1.5
33
+ img_aug: 0.0
34
+ move_pc_in_bound: true
35
+ place_with_mean: false
36
+ sample_distribution_mode: task_uniform
37
+ tasks: all
38
+ train_iter: 160000
39
+ wandb: true
40
+