Robotics
LeRobot
Safetensors
pi05
pi0.5
openpi
vision-language-action
imitation-learning
ur7e
arrange-block
10fps
Instructions to use CoRL2026-CSI/Pi0.5-UR7e-ArrangeBlock_30epoch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use CoRL2026-CSI/Pi0.5-UR7e-ArrangeBlock_30epoch with LeRobot:
- Notebooks
- Google Colab
- Kaggle
File size: 662 Bytes
93a5d7d | 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 | {
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
7
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "QUANTILES",
"ACTION": "QUANTILES"
}
},
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
} |