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: 844 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 28 29 30 31 32 33 34 35 36 | {
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "hy_vla_encode_v1",
"config": {
"action_representation": "relative_absolute",
"relative_convention": "first_frame",
"quaternion_order": "wxyz",
"coordinate_transform": "identity",
"convert_gripper": false,
"max_state_dim": 32,
"max_action_dim": 32,
"epsilon": 1e-08
},
"state_file": "policy_preprocessor_step_2_hy_vla_encode_v1.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
}
]
} |