entropy_186320 / config.json
pzal's picture
Upload folder using huggingface_hub
41ff69b verified
{
"type": "custom_pi0",
"n_obs_steps": 1,
"input_features": {},
"output_features": {},
"device": "cuda",
"use_amp": false,
"use_peft": false,
"push_to_hub": true,
"repo_id": null,
"private": null,
"tags": null,
"license": null,
"pretrained_path": "lerobot/pi0_base",
"paligemma_variant": "gemma_2b",
"action_expert_variant": "gemma_300m",
"dtype": "bfloat16",
"image_keys": [
"observation.images.side",
"observation.images.wrist_left",
"observation.images.wrist_right"
],
"action_derivation_implementation": "ext__delta__osc__rotvec",
"state_derivation_implementation": "ur_default",
"normalization_stats": {
"observation.state": {
"mean": [
-0.06191580486376508,
0.02171655231971258,
-0.10059159433207725,
0.003269675652503783,
-0.011437584803825448,
0.10798964430083173,
0.6072343149807937,
-0.06191580486376508,
0.02171655231971258,
-0.10059159433207725,
0.003269675652503783,
-0.011437584803825448,
0.10798964430083173,
0.6072343149807937
],
"std": [
0.1164846487066907,
0.14737403836382648,
0.07468049481761768,
0.03985345990384562,
0.04977353028922075,
0.5714348156626117,
0.48837032396429564,
0.1164846487066907,
0.14737403836382648,
0.07468049481761768,
0.03985345990384562,
0.04977353028922075,
0.5714348156626117,
0.48837032396429564
]
},
"action": {
"mean": [
1.566709572700943e-05,
6.781891394927805e-05,
-5.1364272933634506e-05,
5.688866999656053e-06,
-3.258541300803566e-05,
-0.0002815274935258582,
0.6105193661971827
],
"std": [
0.0020672824834298623,
0.002665800657157798,
0.0025242639275292332,
0.0008937941865146379,
0.0015218496635710811,
0.008720351084781829,
0.4876326125681558
]
}
},
"action_dim": 7,
"chunk_size": 50,
"max_state_dim": 32,
"max_action_dim": 32,
"num_inference_steps": 10,
"time_sampling_beta_alpha": 1.5,
"time_sampling_beta_beta": 1.0,
"time_sampling_scale": 0.999,
"time_sampling_offset": 0.001,
"min_period": 0.004,
"max_period": 4.0,
"rtc_config": null,
"image_resolution": [
224,
224
],
"gradient_checkpointing": true,
"compile_model": true,
"compile_mode": "max-autotune",
"freeze_vision_encoder": false,
"train_expert_only": false,
"optimizer_lr": 2.5e-05,
"optimizer_betas": [
0.9,
0.95
],
"optimizer_eps": 1e-08,
"optimizer_weight_decay": 0.01,
"optimizer_grad_clip_norm": 1.0,
"scheduler_warmup_steps": 1000,
"scheduler_decay_steps": 30000,
"scheduler_decay_lr": 2.5e-06,
"tokenizer_max_length": 48
}