xvla_pick_red_cap / config.json
Hayden09's picture
Upload XVLA trained model final artifacts
0e987d0 verified
{
"type": "xvla",
"n_obs_steps": 1,
"input_features": {
"observation.state": {
"type": "STATE",
"shape": [
6
]
},
"observation.images.front": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
},
"observation.images.side": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
}
},
"output_features": {
"action": {
"type": "ACTION",
"shape": [
6
]
}
},
"device": "cuda",
"use_amp": false,
"use_peft": false,
"push_to_hub": true,
"repo_id": null,
"private": null,
"tags": null,
"license": null,
"pretrained_path": null,
"chunk_size": 32,
"n_action_steps": 32,
"dtype": "bfloat16",
"normalization_mapping": {
"VISUAL": "IDENTITY",
"STATE": "IDENTITY",
"ACTION": "IDENTITY"
},
"florence_config": {
"vision_config": {},
"text_config": {}
},
"tokenizer_name": "facebook/bart-large",
"tokenizer_max_length": 64,
"tokenizer_padding_side": "right",
"pad_language_to": "max_length",
"hidden_size": 1024,
"depth": 24,
"num_heads": 16,
"mlp_ratio": 4.0,
"num_domains": 30,
"len_soft_prompts": 32,
"dim_time": 32,
"max_len_seq": 1024,
"use_hetero_proj": false,
"action_mode": "auto",
"num_denoising_steps": 10,
"use_proprio": true,
"max_state_dim": 6,
"max_action_dim": 6,
"domain_feature_key": null,
"resize_imgs_with_padding": [
512,
512
],
"num_image_views": 2,
"empty_cameras": 0,
"freeze_vision_encoder": false,
"freeze_language_encoder": false,
"train_policy_transformer": true,
"train_soft_prompts": true,
"optimizer_lr": 0.0001,
"optimizer_betas": [
0.9,
0.99
],
"optimizer_eps": 1e-08,
"optimizer_weight_decay": 0.0,
"optimizer_grad_clip_norm": 10.0,
"optimizer_soft_prompt_lr_scale": 1.0,
"optimizer_soft_prompt_warmup_lr_scale": null,
"scheduler_warmup_steps": 1000,
"scheduler_decay_steps": 30000,
"scheduler_decay_lr": 2.5e-06
}