Instructions to use zuoxingdong/evo1_libero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use zuoxingdong/evo1_libero with LeRobot:
- Notebooks
- Google Colab
- Kaggle
File size: 965 Bytes
515921f | 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 | {
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
24
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "MIN_MAX",
"ACTION": "MIN_MAX"
}
},
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
},
{
"registry_name": "evo1_action_processor",
"config": {
"action_dim": 7,
"binarize_gripper": false,
"gripper_index": 6,
"gripper_threshold": 0.5,
"gripper_below_threshold_value": 1.0,
"gripper_above_threshold_value": -1.0
}
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": "float32"
}
}
]
} |