backup-0611: pref_stageb_b0_contact/config.yaml
Browse files
pref_stageb_b0_contact/config.yaml
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets:
|
| 2 |
+
vla_data:
|
| 3 |
+
action_space: joint
|
| 4 |
+
cameras:
|
| 5 |
+
- head_camera
|
| 6 |
+
- left_camera
|
| 7 |
+
- right_camera
|
| 8 |
+
data_mix: contact_taskB_b0
|
| 9 |
+
data_root_dir: /mnt/localssd/kaiwenh/pref/data/0526/contact/taskB
|
| 10 |
+
dataset_py: pref_hdf5_stageb
|
| 11 |
+
future_action_window_size: 49
|
| 12 |
+
image_size:
|
| 13 |
+
- 224
|
| 14 |
+
- 224
|
| 15 |
+
include_state: false
|
| 16 |
+
num_workers: 4
|
| 17 |
+
past_action_window_size: 0
|
| 18 |
+
per_device_batch_size: 8
|
| 19 |
+
pref_category: contact
|
| 20 |
+
pref_keys:
|
| 21 |
+
- '25'
|
| 22 |
+
- '75'
|
| 23 |
+
split_val_fraction: 0.0
|
| 24 |
+
stats_json_path: examples/preference/dataset/stats_contact_0526_joint.json
|
| 25 |
+
task_groups:
|
| 26 |
+
- put_boxdrink3_plate
|
| 27 |
+
with_pref_suffix: false
|
| 28 |
+
framework:
|
| 29 |
+
action_model:
|
| 30 |
+
action_dim: 14
|
| 31 |
+
action_hidden_dim: 2560
|
| 32 |
+
action_model_type: DiT-B
|
| 33 |
+
future_action_window_size: 49
|
| 34 |
+
past_action_window_size: 0
|
| 35 |
+
name: QwenOFT
|
| 36 |
+
qwenvl:
|
| 37 |
+
attn_implementation: sdpa
|
| 38 |
+
base_vlm: /mnt/localssd/kaiwenh/pref/Qwen3-VL-4B-Instruct
|
| 39 |
+
output_dir: results/Checkpoints/pref_stageb_b0_contact
|
| 40 |
+
run_id: pref_stageb_b0_contact
|
| 41 |
+
run_root_dir: results/Checkpoints
|
| 42 |
+
seed: 42
|
| 43 |
+
trainer:
|
| 44 |
+
eval_interval: 100000
|
| 45 |
+
freeze_modules: ''
|
| 46 |
+
gradient_accumulation_steps: 1
|
| 47 |
+
gradient_clipping: 1.0
|
| 48 |
+
is_resume: false
|
| 49 |
+
learning_rate:
|
| 50 |
+
action_model: 1.0e-05
|
| 51 |
+
base: 1.0e-06
|
| 52 |
+
qwen_vl_interface: 1.0e-06
|
| 53 |
+
logging_frequency: 25
|
| 54 |
+
lr_scheduler_type: cosine_with_min_lr
|
| 55 |
+
max_train_steps: 2500
|
| 56 |
+
num_warmup_steps: 150
|
| 57 |
+
optimizer:
|
| 58 |
+
betas:
|
| 59 |
+
- 0.9
|
| 60 |
+
- 0.95
|
| 61 |
+
eps: 1.0e-08
|
| 62 |
+
weight_decay: 1.0e-08
|
| 63 |
+
pretrained_checkpoint: results/Checkpoints/pref_oft_baseline_contact_10k/checkpoints/steps_10000_pytorch_model.pt
|
| 64 |
+
save_interval: 250
|
| 65 |
+
scheduler_specific_kwargs:
|
| 66 |
+
min_lr: 1.0e-07
|
| 67 |
+
wandb_entity: kaiwenh-17-uiuc
|
| 68 |
+
wandb_project: pref-sim
|