Upload policy
Browse files- config.json +65 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "pi0",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"normalization_mapping": {
|
| 5 |
+
"VISUAL": "IDENTITY",
|
| 6 |
+
"STATE": "IDENTITY",
|
| 7 |
+
"ACTION": "IDENTITY"
|
| 8 |
+
},
|
| 9 |
+
"input_features": {
|
| 10 |
+
"observation.images.top": {
|
| 11 |
+
"type": "VISUAL",
|
| 12 |
+
"shape": [
|
| 13 |
+
3,
|
| 14 |
+
224,
|
| 15 |
+
224
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"observation.state": {
|
| 19 |
+
"type": "STATE",
|
| 20 |
+
"shape": [
|
| 21 |
+
7
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"output_features": {
|
| 26 |
+
"action": {
|
| 27 |
+
"type": "ACTION",
|
| 28 |
+
"shape": [
|
| 29 |
+
7
|
| 30 |
+
]
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"device": "cpu",
|
| 34 |
+
"use_amp": true,
|
| 35 |
+
"chunk_size": 4,
|
| 36 |
+
"n_action_steps": 4,
|
| 37 |
+
"max_state_dim": 7,
|
| 38 |
+
"max_action_dim": 7,
|
| 39 |
+
"resize_imgs_with_padding": [
|
| 40 |
+
224,
|
| 41 |
+
224
|
| 42 |
+
],
|
| 43 |
+
"empty_cameras": 0,
|
| 44 |
+
"adapt_to_pi_aloha": false,
|
| 45 |
+
"use_delta_joint_actions_aloha": false,
|
| 46 |
+
"tokenizer_max_length": 72,
|
| 47 |
+
"proj_width": 1024,
|
| 48 |
+
"num_steps": 10,
|
| 49 |
+
"use_cache": true,
|
| 50 |
+
"attention_implementation": "eager",
|
| 51 |
+
"freeze_vision_encoder": false,
|
| 52 |
+
"train_expert_only": false,
|
| 53 |
+
"train_state_proj": true,
|
| 54 |
+
"paligemma_pretrained_path": "google/paligemma-3b-pt-224",
|
| 55 |
+
"optimizer_lr": 5e-05,
|
| 56 |
+
"optimizer_betas": [
|
| 57 |
+
0.9,
|
| 58 |
+
0.999
|
| 59 |
+
],
|
| 60 |
+
"optimizer_eps": 1e-08,
|
| 61 |
+
"optimizer_weight_decay": 0.0,
|
| 62 |
+
"scheduler_warmup_steps": 200,
|
| 63 |
+
"scheduler_decay_steps": 30000,
|
| 64 |
+
"scheduler_decay_lr": 2.5e-06
|
| 65 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9215f4876c0f55489eebc81bc52ce5250a13d1e7be4996da82e2f7d840239d9
|
| 3 |
+
size 6482681316
|