LDA-robocasa / config.yaml
Wayer2's picture
Upload config files for loading checkpoint when evaluation
aa27b90 verified
Raw
History Blame Contribute Delete
2.38 kB
datasets:
vla_data:
CoT_prompt: Your task is {instruction}. To identify the key objects for your task.
Locate their bounding boxes in [x1,y1,x2,y2] format.
data_mix: fourier_gr1_unified_1000_two_history
data_root_dir: /data/RobotData/robocasa_1k_20hz
dataset_py: lerobot_datasets
delete_pause_frame: false
image_size:
- 224
- 224
per_device_batch_size: 10
training_task_weights:
- 1
- 1
- 1
- 1
use_delta_action: false
framework:
action_model:
action_dim: 138
action_horizon: 16
action_model_type: DiT-L
add_pos_embed: true
diffusion_model_cfg:
cross_attention_dim: 2560
dropout: 0.2
final_dropout: true
interleave_self_attention: true
norm_type: ada_norm
num_layers: 16
output_dim: 2560
positional_embeddings: null
future_action_window_size: 15
future_obs_index: 16
hidden_size: 2560
max_num_embodiments: 32
max_seq_len: 1024
noise_beta_alpha: 1.5
noise_beta_beta: 1.0
noise_s: 0.999
num_inference_timesteps: 4
num_target_vision_tokens: 32
num_timestep_buckets: 1000
num_views: 1
obs_horizon: 2
obs_loss_weight: 1.0
only_policy: false
only_wo_video_gen: false
past_action_window_size: 0
policy_and_video_gen: false
state_dim: 58
vision_encoder_path: /World-Action-Model/pretrained
vision_encoder_size: s
vision_encoder_type: dinov3
name: QwenMMDiT
qwenvl:
base_vlm: pretrained/vlm/Qwen3-VL-4B-Instruct
output_dir: world_model/checkpoints/lda/post-train/robocasa
run_id: all_tasks
run_root_dir: world_model/checkpoints/lda/post-train/robocasa
seed: 42
trainer:
eval_interval: 1000
freeze_modules: action_model.vision_encoder
gradient_accumulation_steps: 1
gradient_clipping: 1.0
is_resume: false
learning_rate:
action_model: 0.0001
base: 4.0e-05
qwen_vl_interface: 1.0e-05
logging_frequency: 100
lr_scheduler_type: cosine_with_min_lr
max_train_steps: 300000
num_warmup_steps: 15000
optimizer:
betas:
- 0.9
- 0.95
eps: 1.0e-08
weight_decay: 1.0e-08
pretrained_checkpoint: world_model/checkpoints/lda/pretrain/final_model/pytorch_model.pt
repeated_diffusion_steps: 4
save_interval: 5000
scheduler_specific_kwargs:
min_lr: 5.0e-07
wandb_entity: Personal
wandb_project: lda-robocasa