Wayer2 commited on
Commit
79fcc2f
·
verified ·
1 Parent(s): f648a42

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +89 -0
config.yaml ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ CoT_prompt: Your task is {instruction}. To identify the key objects for your task.
4
+ Locate their bounding boxes in [x1,y1,x2,y2] format.
5
+ data_mix: xpolicylab
6
+ data_root_dir: /mnt/project/world_model/data/sim_benchmark
7
+ dataset_py: lerobot_datasets
8
+ delete_pause_frame: false
9
+ image_size:
10
+ - 224
11
+ - 224
12
+ per_device_batch_size: 8
13
+ training_task_weights:
14
+ - 1
15
+ - 1
16
+ - 1
17
+ - 1
18
+ use_delta_action: false
19
+ framework:
20
+ action_model:
21
+ action_dim: 138
22
+ action_horizon: 16
23
+ action_model_type: DiT-L
24
+ add_pos_embed: true
25
+ diffusion_model_cfg:
26
+ cross_attention_dim: 2560
27
+ dropout: 0.2
28
+ final_dropout: true
29
+ interleave_self_attention: true
30
+ norm_type: ada_norm
31
+ num_layers: 16
32
+ output_dim: 2560
33
+ positional_embeddings: null
34
+ future_action_window_size: 15
35
+ future_obs_index: 5
36
+ hidden_size: 2560
37
+ max_num_embodiments: 32
38
+ max_seq_len: 1024
39
+ noise_beta_alpha: 1.5
40
+ noise_beta_beta: 1.0
41
+ noise_s: 0.999
42
+ num_inference_timesteps: 4
43
+ num_target_vision_tokens: 32
44
+ num_timestep_buckets: 1000
45
+ num_views: 1
46
+ obs_horizon: 2
47
+ obs_loss_weight: 1.0
48
+ only_policy: true
49
+ only_wo_video_gen: false
50
+ past_action_window_size: 0
51
+ policy_and_video_gen: false
52
+ state_dim: 14
53
+ vision_encoder_path: /mnt/home/liukai/World-Action-Model/pretrained
54
+ vision_encoder_size: s
55
+ vision_encoder_type: dinov3
56
+ name: QwenMMDiT
57
+ qwenvl:
58
+ base_vlm: /mnt/home/liukai/starVLA/playground/pretrained/vlm/Qwen3-VL-4B-Instruct
59
+ output_dir: /mnt/project/world_model/checkpoints/lda/post-train/xpolicylab/single_view
60
+ run_id: single_view
61
+ run_root_dir: /mnt/project/world_model/checkpoints/lda/post-train/xpolicylab
62
+ seed: 42
63
+ trainer:
64
+ eval_interval: 1000
65
+ freeze_modules: action_model.vision_encoder
66
+ gradient_accumulation_steps: 1
67
+ gradient_clipping: 1.0
68
+ is_resume: false
69
+ learning_rate:
70
+ action_model: 0.0001
71
+ base: 4.0e-05
72
+ qwen_vl_interface: 1.0e-05
73
+ logging_frequency: 100
74
+ lr_scheduler_type: cosine_with_min_lr
75
+ max_train_steps: 200000
76
+ num_warmup_steps: 5000
77
+ optimizer:
78
+ betas:
79
+ - 0.9
80
+ - 0.95
81
+ eps: 1.0e-08
82
+ weight_decay: 1.0e-08
83
+ pretrained_checkpoint: /mnt/project/world_model/checkpoints/lda/checkpoints/pytorch_model.pt
84
+ repeated_diffusion_steps: 4
85
+ save_interval: 5000
86
+ scheduler_specific_kwargs:
87
+ min_lr: 5.0e-07
88
+ wandb_entity: KaiLiu-Personal
89
+ wandb_project: lda-xpolicylab