Safetensors
pi0
openpi_base / config.json
yinchenghust's picture
Upload PI0Policy
a5c799a verified
{
"_name_or_path": "physical-intelligence/pi0_base",
"action_delta_indices": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49
],
"action_feature": {
"shape": [
7
],
"type": "ACTION"
},
"architectures": [
"PI0Policy"
],
"attention_implementation": "eager",
"attn_implementation": null,
"denoise_num_steps": 10,
"empty_cameras": 0,
"env_state_feature": null,
"freeze_vision_encoder": true,
"hidden_size": 1024,
"image_features": {
"observation.images.image": {
"shape": [
3,
256,
256
],
"type": "VISUAL"
},
"observation.images.wrist_image": {
"shape": [
3,
256,
256
],
"type": "VISUAL"
}
},
"input_features": {
"observation.images.image": {
"shape": [
3,
256,
256
],
"type": "VISUAL"
},
"observation.images.wrist_image": {
"shape": [
3,
256,
256
],
"type": "VISUAL"
},
"observation.state": {
"shape": [
8
],
"type": "STATE"
}
},
"max_action_dim": 32,
"max_state_dim": 32,
"model_type": "pi0",
"n_action_steps": 50,
"n_obs_steps": 1,
"normalization_mapping": {
"ACTION": "MEAN_STD",
"STATE": "MEAN_STD",
"VISUAL": "IDENTITY"
},
"observation_delta_indices": null,
"output_features": {
"action": {
"shape": [
7
],
"type": "ACTION"
}
},
"pretrained_path": "physical-intelligence/pi0_base",
"resize_imgs_with_padding": [
224,
224
],
"reward_delta_indices": null,
"robot_state_feature": {
"shape": [
8
],
"type": "STATE"
},
"tokenizer_max_length": 512,
"torch_dtype": "float32",
"train_expert_only": false,
"train_state_proj": true,
"transformers_version": "4.48.1",
"use_cache": true
}