Instructions to use pepijn223/pi052_atomic4_05_flow_repeat_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use pepijn223/pi052_atomic4_05_flow_repeat_1 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload DataProcessorPipeline
Browse files
policy_preprocessor.json
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "policy_preprocessor",
|
| 3 |
+
"steps": [
|
| 4 |
+
{
|
| 5 |
+
"registry_name": "rename_observations_processor",
|
| 6 |
+
"config": {
|
| 7 |
+
"rename_map": {}
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"registry_name": "to_batch_processor",
|
| 12 |
+
"config": {}
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"registry_name": "relative_actions_processor",
|
| 16 |
+
"config": {
|
| 17 |
+
"enabled": false,
|
| 18 |
+
"exclude_joints": [
|
| 19 |
+
"gripper"
|
| 20 |
+
],
|
| 21 |
+
"action_names": null
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"registry_name": "normalizer_processor",
|
| 26 |
+
"config": {
|
| 27 |
+
"eps": 1e-08,
|
| 28 |
+
"features": {
|
| 29 |
+
"observation.images.robot0_eye_in_hand": {
|
| 30 |
+
"type": "VISUAL",
|
| 31 |
+
"shape": [
|
| 32 |
+
3,
|
| 33 |
+
256,
|
| 34 |
+
256
|
| 35 |
+
]
|
| 36 |
+
},
|
| 37 |
+
"observation.images.robot0_agentview_left": {
|
| 38 |
+
"type": "VISUAL",
|
| 39 |
+
"shape": [
|
| 40 |
+
3,
|
| 41 |
+
256,
|
| 42 |
+
256
|
| 43 |
+
]
|
| 44 |
+
},
|
| 45 |
+
"observation.images.robot0_agentview_right": {
|
| 46 |
+
"type": "VISUAL",
|
| 47 |
+
"shape": [
|
| 48 |
+
3,
|
| 49 |
+
256,
|
| 50 |
+
256
|
| 51 |
+
]
|
| 52 |
+
},
|
| 53 |
+
"observation.state": {
|
| 54 |
+
"type": "STATE",
|
| 55 |
+
"shape": [
|
| 56 |
+
16
|
| 57 |
+
]
|
| 58 |
+
},
|
| 59 |
+
"action": {
|
| 60 |
+
"type": "ACTION",
|
| 61 |
+
"shape": [
|
| 62 |
+
12
|
| 63 |
+
]
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"norm_map": {
|
| 67 |
+
"VISUAL": "IDENTITY",
|
| 68 |
+
"STATE": "MIN_MAX",
|
| 69 |
+
"ACTION": "MIN_MAX"
|
| 70 |
+
}
|
| 71 |
+
},
|
| 72 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"registry_name": "render_messages_processor",
|
| 76 |
+
"config": {
|
| 77 |
+
"recipe": {
|
| 78 |
+
"messages": null,
|
| 79 |
+
"bindings": null,
|
| 80 |
+
"blend": {
|
| 81 |
+
"high_level_subtask": {
|
| 82 |
+
"messages": [
|
| 83 |
+
{
|
| 84 |
+
"role": "user",
|
| 85 |
+
"content": "${task}",
|
| 86 |
+
"stream": "high_level",
|
| 87 |
+
"target": false,
|
| 88 |
+
"if_present": null,
|
| 89 |
+
"tool_calls_from": null
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"role": "assistant",
|
| 93 |
+
"content": "${subtask}",
|
| 94 |
+
"stream": "high_level",
|
| 95 |
+
"target": true,
|
| 96 |
+
"if_present": "subtask",
|
| 97 |
+
"tool_calls_from": null
|
| 98 |
+
}
|
| 99 |
+
],
|
| 100 |
+
"bindings": null,
|
| 101 |
+
"blend": null,
|
| 102 |
+
"weight": 0.3
|
| 103 |
+
},
|
| 104 |
+
"low_level_execution": {
|
| 105 |
+
"messages": [
|
| 106 |
+
{
|
| 107 |
+
"role": "user",
|
| 108 |
+
"content": "${subtask}",
|
| 109 |
+
"stream": "low_level",
|
| 110 |
+
"target": false,
|
| 111 |
+
"if_present": "subtask",
|
| 112 |
+
"tool_calls_from": null
|
| 113 |
+
}
|
| 114 |
+
],
|
| 115 |
+
"bindings": null,
|
| 116 |
+
"blend": null,
|
| 117 |
+
"weight": 0.7
|
| 118 |
+
}
|
| 119 |
+
},
|
| 120 |
+
"weight": null
|
| 121 |
+
}
|
| 122 |
+
}
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"registry_name": "pi052_text_tokenizer",
|
| 126 |
+
"config": {
|
| 127 |
+
"tokenizer_name": "google/paligemma-3b-pt-224",
|
| 128 |
+
"max_length": 128,
|
| 129 |
+
"padding": "max_length",
|
| 130 |
+
"padding_side": "right",
|
| 131 |
+
"plan_dropout_prob": 0.0,
|
| 132 |
+
"memory_dropout_prob": 0.0,
|
| 133 |
+
"subtask_dropout_prob": 0.0,
|
| 134 |
+
"interjection_dropout_prob": 0.0,
|
| 135 |
+
"dropout_seed": null
|
| 136 |
+
}
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"registry_name": "action_tokenizer_processor",
|
| 140 |
+
"config": {
|
| 141 |
+
"trust_remote_code": true,
|
| 142 |
+
"max_action_tokens": 384,
|
| 143 |
+
"fast_skip_tokens": 1152,
|
| 144 |
+
"paligemma_tokenizer_name": "google/paligemma-3b-pt-224",
|
| 145 |
+
"allow_truncation": false,
|
| 146 |
+
"action_tokenizer_name": "/fsx/pepijn/outputs/fast_tokenizers/pi052_atomic4_05_flow_repeat_1/c1cd9a998fa989d4"
|
| 147 |
+
}
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"registry_name": "device_processor",
|
| 151 |
+
"config": {
|
| 152 |
+
"device": "cuda",
|
| 153 |
+
"float_dtype": null
|
| 154 |
+
}
|
| 155 |
+
}
|
| 156 |
+
]
|
| 157 |
+
}
|
policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2c11dc38cb36dcb3b53c69fa755bcd43b69c5bedfb33ff31445b26094676840
|
| 3 |
+
size 6448
|