Joshua69 commited on
Commit
a6f5134
·
verified ·
1 Parent(s): b07fb9a

Upload configs/h100/real150_actbaseline_vt_20260727/train_config_actbaseline_real150_vision_tactile_16k.yml with huggingface_hub

Browse files
configs/h100/real150_actbaseline_vt_20260727/train_config_actbaseline_real150_vision_tactile_16k.yml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Real-robot ACT baseline: cam_high + raw tactile, no ViTacDreamer feature.
2
+ state_dim: 8
3
+ kl_weight: 7.5
4
+ chunk_size: 15
5
+ hidden_dim: 512
6
+ dim_feedforward: 3200
7
+
8
+ temporal_agg: true
9
+ device: cuda:0
10
+
11
+ ckpt_dir: null
12
+ policy_class: ACT
13
+ num_steps: 16000
14
+
15
+ batch_size: 32
16
+ num_workers: 4
17
+ save_freq: 1000
18
+ position_embedding: sine
19
+ lr_vision_backbone: 0.00001
20
+ weight_decay: 0.0001
21
+ lr: 0.00001
22
+ masks: false
23
+ dilation: false
24
+ backbone: resnet18
25
+ nheads: 8
26
+ enc_layers: 4
27
+ dec_layers: 7
28
+ pre_norm: false
29
+ dropout: 0.025
30
+ camera_names:
31
+ - cam_high
32
+
33
+ tactile_names:
34
+ - tac_left
35
+ - tac_right
36
+ lr_tactile_backbone: 0.00001
37
+ tactile_masks: false
38
+ tactile_backbone: resnet18
39
+ tactile_ckpt: null
40
+ tactile_dilation: false
41
+
42
+ use_vitacdreamer_feature: false