{ "type": "interleaved_flow_matching", "n_obs_steps": 2, "input_features": { "observation.images.image": { "type": "VISUAL", "shape": [ 3, 256, 256 ] }, "observation.images.image2": { "type": "VISUAL", "shape": [ 3, 256, 256 ] }, "observation.state": { "type": "STATE", "shape": [ 8 ] } }, "output_features": { "action": { "type": "ACTION", "shape": [ 7 ] } }, "device": "cuda", "use_amp": false, "push_to_hub": true, "repo_id": null, "private": null, "tags": null, "license": null, "pretrained_path": null, "horizon": 64, "n_action_steps": 64, "normalization_mapping": { "VISUAL": "IDENTITY", "STATE": "MEAN_STD", "ACTION": "MEAN_STD" }, "vision_input_size": 384, "num_cameras": 2, "num_vlm_layers": 16, "cameras_for_vision_state_concat": [ "observation.images.image", "observation.images.image2" ], "state_dim": 8, "action_dim": 7, "d_model": 960, "dropout": 0.1, "vlm_attends_to_expert": true, "num_inference_steps": 10, "noise_temporal_correlation": 0.0, "action_dim_weights": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "pos_decay_lambda": 0.0, "future_steps_weight": 0.3, "optimizer_lr": 6.339595516850835e-05, "optimizer_betas": [ 0.95, 0.999 ], "optimizer_eps": 1e-08, "optimizer_weight_decay": 1e-06, "scheduler_warmup_steps": 1500, "robot_encoder_tokens": 16, "robot_encoder_input_size": 224, "use_robot_cnn": true, "num_latent_tokens": 8, "lora_rank": 16, "lora_alpha": 32, "lora_dropout": 0.05, "lora_target_modules": [ "q_proj", "v_proj" ], "vision_lora_num_layers": 0, "training_step": 30000, "training_epoch": 12, "current_lr": 6.339595516850835e-05, "training_steps_total": 200000 }