SeonghuJeon commited on
Commit
4ffccd0
·
verified ·
1 Parent(s): 883fa01

upload configs/config.yaml

Browse files
Files changed (1) hide show
  1. configs/config.yaml +154 -0
configs/config.yaml ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ stage_1:
2
+ ckpt_path: /cache/witwicky/checkpoints/track4world_da3.pth
3
+ encoder_input_size: 224
4
+ normalization_stat_path: null
5
+ da3_finetune:
6
+ enabled: true
7
+ freeze_blocks_before: 13
8
+ n_action_steps: 9
9
+ n_views: 2
10
+ use_temporal_embed: false
11
+ action_input_rate: 0.4
12
+ action_head:
13
+ type: mlp_resnet
14
+ input_dim: 1536
15
+ hidden_dim: 1536
16
+ n_dims: 7
17
+ chunk_size: 8
18
+ chunk_position_encoding: learned
19
+ num_blocks: 2
20
+ pool_mode: mean
21
+ regularization:
22
+ lambda_feat: 0.0
23
+ layer_weight_min: 0.5
24
+ adaptive_lambda: false
25
+ lambda_depth: 3.0
26
+ depth_grad_weight: 1.0
27
+ depth_decode_chunk_size: 8
28
+ lambda_camera: 0.0
29
+ teacher_depth_fallback: true
30
+ lambda_path_b_deep_feat_reg: 0.01
31
+ deep_feat_reg_layer_weight_min: 0.5
32
+ proprioception:
33
+ proprio_dim: 7
34
+ predictor:
35
+ enabled: true
36
+ type: shallow12_ar
37
+ d_model: 1024
38
+ depth: 12
39
+ num_heads: 16
40
+ ffn_ratio: 4.0
41
+ dropout: 0.0
42
+ num_patches_per_view: 256
43
+ use_language: true
44
+ language_encoder_type: t5
45
+ language_dim: 768
46
+ language_len: 77
47
+ clip_model: openai/clip-vit-large-patch14
48
+ t5_model: google-t5/t5-base
49
+ condition_mode: concat
50
+ input_proj_norm: ln
51
+ lambda_feat_future: 1.0
52
+ lambda_sigreg: 0.0
53
+ feature_loss_type: l1
54
+ H_choices:
55
+ - 8
56
+ H_weights:
57
+ - 1.0
58
+ num_register_tokens: 0
59
+ deep_gradient_checkpointing: true
60
+ training:
61
+ global_batch_size: 12
62
+ micro_batch_size: 4
63
+ base_lr: 2.0e-05
64
+ head_lr_mult: 10.0
65
+ predictor_lr_mult: 10.0
66
+ adam_eps: 1.0e-06
67
+ adam_beta1: 0.9
68
+ adam_beta2: 0.95
69
+ weight_decay: 0.0
70
+ lambda_action: 3.0
71
+ lambda_action_direct: 0.0
72
+ lambda_action_refine: 1.0
73
+ grad_accum_steps: 1
74
+ epochs: 500000
75
+ clip_grad: 1.0
76
+ warmup_steps: 0
77
+ max_steps: 150000
78
+ min_lr_ratio: 1.0
79
+ log_every: 50
80
+ ckpt_every: 2000
81
+ vis_every: 500
82
+ eval_every: 999999
83
+ global_seed: 42
84
+ num_workers: 8
85
+ persistent_workers: true
86
+ bf16: true
87
+ compile: false
88
+ dataset:
89
+ type: openx
90
+ openx_root: /cache/witwicky/openx_lerobot
91
+ stats_dir: /cache/witwicky/openx_lerobot/_stats
92
+ preset: null
93
+ datasets:
94
+ - name: bridge
95
+ weight: 2.0
96
+ - name: utaustin_mutex
97
+ weight: 1.0
98
+ - name: stanford_hydra_dataset
99
+ weight: 2.0
100
+ - name: berkeley_autolab_ur5
101
+ weight: 2.0
102
+ - name: austin_sailor_dataset
103
+ weight: 1.0
104
+ - name: austin_sirius_dataset
105
+ weight: 1.0
106
+ - name: berkeley_fanuc_manipulation
107
+ weight: 2.0
108
+ - name: jaco_play
109
+ weight: 1.0
110
+ - name: fmb_dataset
111
+ weight: 2.0
112
+ - name: fractal20220817_data
113
+ weight: 0.5
114
+ - name: berkeley_cable_routing
115
+ weight: 1.0
116
+ - name: roboturk
117
+ weight: 2.0
118
+ - name: dlr_edan_shared_control
119
+ weight: 1.0
120
+ - name: austin_buds_dataset
121
+ weight: 1.0
122
+ - name: nyu_franka_play_dataset
123
+ weight: 2.0
124
+ - name: nyu_door_opening_surprising_effectiveness
125
+ weight: 1.0
126
+ - name: cmu_stretch
127
+ weight: 1.0
128
+ - name: furniture_bench_dataset
129
+ weight: 0.1
130
+ - name: bc_z
131
+ weight: 0.2
132
+ image_size:
133
+ - 224
134
+ - 224
135
+ future_steps: 8
136
+ chunk_size: 8
137
+ aggregate_chunk_actions: false
138
+ target_hz: null
139
+ uniform_action_sampling: true
140
+ include_current_action: true
141
+ n_views: 2
142
+ proprio_dim: 7
143
+ normalize_proprio: true
144
+ download_videos: true
145
+ video_backend: pyav
146
+ require_stats_timing_signature: true
147
+ action_stats_samples: 50000
148
+ proprio_stats_samples: 50000
149
+ train_crop_min_scale: 0.9
150
+ eval_crop_scale: 0.9
151
+ eval_ratio: 0.001
152
+ force_cache_sync: false
153
+ lazy_download: false
154
+ use_dit: false