siyuhsu commited on
Commit
caa6f91
·
verified ·
1 Parent(s): 6a81775

Upload robocasa_step100000/config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. robocasa_step100000/config.yaml +47 -0
robocasa_step100000/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ data_mix: robocasa_v02_all
4
+ data_root_dir: /home/sxu1/data/datasets/robocasa_v01_cosmos_lerobot
5
+ dataset_py: lerobot_datasets
6
+ delete_pause_frame: false
7
+ per_device_batch_size: 8
8
+ sequential_step_sampling: false
9
+ video_backend: pyav
10
+ framework:
11
+ action_model:
12
+ action_dim: 7
13
+ action_hidden_dim: 2560
14
+ action_model_type: MLP
15
+ future_action_window_size: 15
16
+ past_action_window_size: 0
17
+ name: QwenOFT
18
+ qwenvl:
19
+ base_vlm: ./playground/Pretrained_models/Qwen3-VL-4B-Instruct
20
+ output_dir: /scratch/pawsey1357/sxu1/workspace/code/starVLA/results/Checkpoints/robocasa_v02_qwenoft_cosmos50_2node_16gpu_bs8_ga1_100k
21
+ run_id: robocasa_v02_qwenoft_cosmos50_2node_16gpu_bs8_ga1_100k
22
+ run_root_dir: /scratch/pawsey1357/sxu1/workspace/code/starVLA/results/Checkpoints
23
+ seed: 42
24
+ trainer:
25
+ eval_interval: 1000
26
+ freeze_modules: ''
27
+ gradient_accumulation_steps: 1
28
+ gradient_clipping: 1.0
29
+ learning_rate:
30
+ action_model: 0.0001
31
+ base: 2.5e-05
32
+ qwen_vl_interface: 1.0e-05
33
+ logging_frequency: 100
34
+ lr_scheduler_type: cosine_with_min_lr
35
+ max_train_steps: 100000
36
+ num_warmup_steps: 100
37
+ optimizer:
38
+ betas:
39
+ - 0.9
40
+ - 0.95
41
+ eps: 1.0e-08
42
+ weight_decay: 1.0e-08
43
+ save_interval: 20000
44
+ scheduler_specific_kwargs:
45
+ min_lr: 1.0e-06
46
+ wandb_entity: siyuhsu
47
+ wandb_project: starVLA_robocasa_v02