Upload config.yaml with huggingface_hub
Browse files- config.yaml +118 -0
config.yaml
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets:
|
| 2 |
+
vla_data:
|
| 3 |
+
chunk_len: 8
|
| 4 |
+
cot_root: /scratch/pawsey1357/sxu1/workspace/code/starDRA/playground/Datasets/LIBERO_COT
|
| 5 |
+
data_mix: libero_all_cot
|
| 6 |
+
data_root_dir: /scratch/pawsey1357/sxu1/workspace/code/starDRA/playground/Datasets/LEROBOT_LIBERO_DATA
|
| 7 |
+
dataset_py: libero_cot_world_datasets
|
| 8 |
+
emit_state: true
|
| 9 |
+
emit_subgoal_image: false
|
| 10 |
+
emit_target_future_frames: true
|
| 11 |
+
held_out_tasks: null
|
| 12 |
+
horizon_steps: 20
|
| 13 |
+
image_size:
|
| 14 |
+
- 256
|
| 15 |
+
- 256
|
| 16 |
+
include_wrist_image: true
|
| 17 |
+
max_subgoals: 10
|
| 18 |
+
num_workers: 1
|
| 19 |
+
output_schema: movement_only
|
| 20 |
+
per_device_batch_size: 8
|
| 21 |
+
split_seed: 0
|
| 22 |
+
suites:
|
| 23 |
+
- libero_goal
|
| 24 |
+
- libero_object
|
| 25 |
+
- libero_spatial
|
| 26 |
+
- libero_10
|
| 27 |
+
target_last_frame_only: false
|
| 28 |
+
use_context_demo: false
|
| 29 |
+
val_frac: 0.1
|
| 30 |
+
video_backend: pyav
|
| 31 |
+
framework:
|
| 32 |
+
action_loss_weight: 1.0
|
| 33 |
+
action_model:
|
| 34 |
+
action_dim: 7
|
| 35 |
+
action_head_type: flowmatching
|
| 36 |
+
action_loss_type: mse
|
| 37 |
+
action_model_type: DiT-B
|
| 38 |
+
add_pos_embed: true
|
| 39 |
+
diffusion_model_cfg:
|
| 40 |
+
cross_attention_dim: 2560
|
| 41 |
+
dropout: 0.2
|
| 42 |
+
final_dropout: true
|
| 43 |
+
interleave_self_attention: true
|
| 44 |
+
norm_type: ada_norm
|
| 45 |
+
num_layers: 16
|
| 46 |
+
output_dim: 1024
|
| 47 |
+
positional_embeddings: null
|
| 48 |
+
enable_subgoal_latent: false
|
| 49 |
+
enable_world_latent: true
|
| 50 |
+
future_action_window_size: 7
|
| 51 |
+
hidden_size: 1024
|
| 52 |
+
inject_base_patches: false
|
| 53 |
+
latent_embedding_form: absolute
|
| 54 |
+
latent_loss_type: flowmatching
|
| 55 |
+
latent_n_patch: 64
|
| 56 |
+
latent_objslots: 0
|
| 57 |
+
latent_only: true
|
| 58 |
+
latent_predictor: shared
|
| 59 |
+
latent_proj_dim: 256
|
| 60 |
+
latent_stop_grad: false
|
| 61 |
+
latent_target_dim: 2560
|
| 62 |
+
latent_target_pool: patch
|
| 63 |
+
latent_target_source: frozen
|
| 64 |
+
max_seq_len: 1024
|
| 65 |
+
noise_beta_alpha: 1.5
|
| 66 |
+
noise_beta_beta: 1.0
|
| 67 |
+
num_inference_timesteps: 4
|
| 68 |
+
num_latent_slots: 8
|
| 69 |
+
num_target_vision_tokens: 32
|
| 70 |
+
num_timestep_buckets: 1000
|
| 71 |
+
past_action_window_size: 0
|
| 72 |
+
state_dim: 8
|
| 73 |
+
include_wrist_image: true
|
| 74 |
+
language_loss_weight: 0.3
|
| 75 |
+
latent_loss_weight: 1.0
|
| 76 |
+
max_decode_new_tokens: 512
|
| 77 |
+
name: QwenGR00TWorldOFTCoT
|
| 78 |
+
output_schema: movement_only
|
| 79 |
+
qwenvl:
|
| 80 |
+
base_vlm: /scratch/pawsey1357/sxu1/workspace/code/starDRA/playground/Pretrained_models/Qwen3-VL-4B-Instruct
|
| 81 |
+
max_seq_len: 1024
|
| 82 |
+
vlm_family: qwen3vl
|
| 83 |
+
sigreg_weight: 0
|
| 84 |
+
use_context_demo: false
|
| 85 |
+
viz_interval: 500
|
| 86 |
+
viz_num_samples: 4
|
| 87 |
+
output_dir: /scratch/pawsey1357/sxu1/workspace/code/starDRA/results/Checkpoints/hicovala_qwengr00t_worldoftcot_libero_qwen4b_state_pawsey_2node_16gpu_bs8_ga1_v1oftcot_30k
|
| 88 |
+
run_id: hicovala_qwengr00t_worldoftcot_libero_qwen4b_state_pawsey_2node_16gpu_bs8_ga1_v1oftcot_30k
|
| 89 |
+
run_root_dir: /scratch/pawsey1357/sxu1/workspace/code/starDRA/results/Checkpoints
|
| 90 |
+
seed: 42
|
| 91 |
+
trainer:
|
| 92 |
+
enable_gradient_checkpointing: true
|
| 93 |
+
eval_interval: 100
|
| 94 |
+
freeze_modules: ''
|
| 95 |
+
gradient_accumulation_steps: 1
|
| 96 |
+
gradient_clipping: 1.0
|
| 97 |
+
is_resume: false
|
| 98 |
+
learning_rate:
|
| 99 |
+
action_model: 5.0e-05
|
| 100 |
+
base: 5.0e-06
|
| 101 |
+
mlp_action_head: 5.0e-05
|
| 102 |
+
qwen_vl_interface: 5.0e-06
|
| 103 |
+
logging_frequency: 50
|
| 104 |
+
lr_scheduler_type: cosine_with_min_lr
|
| 105 |
+
max_train_steps: 30000
|
| 106 |
+
num_warmup_steps: 500
|
| 107 |
+
optimizer:
|
| 108 |
+
betas:
|
| 109 |
+
- 0.9
|
| 110 |
+
- 0.95
|
| 111 |
+
eps: 1.0e-08
|
| 112 |
+
weight_decay: 1.0e-08
|
| 113 |
+
save_interval: 2000
|
| 114 |
+
scheduler_specific_kwargs:
|
| 115 |
+
min_lr: 1.0e-06
|
| 116 |
+
wandb_entity: siyuhsu
|
| 117 |
+
wandb_mode: offline
|
| 118 |
+
wandb_project: starVLA_Libero
|