Instructions to use lerobot/hy_vla_robotwin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/hy_vla_robotwin with LeRobot:
- Notebooks
- Google Colab
- Kaggle
File size: 675 Bytes
25aa518 | 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 | {
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "hy_vla_decode_v1",
"config": {
"physical_horizon": 20,
"execution_horizon": 7,
"action_representation": "relative_absolute",
"action_decode_mode": "blend",
"blend_weight": 0.5,
"quaternion_order": "wxyz",
"coordinate_transform": "identity",
"convert_gripper": false,
"epsilon": 1e-08
},
"state_file": "policy_postprocessor_step_0_hy_vla_decode_v1.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
} |