Robotics
LeRobot
Safetensors
llarva
llarva_bottom_up_full / policy_preprocessor.json
globcy's picture
Upload DataProcessorPipeline
dc1d0f4 verified
Raw
History Blame Contribute Delete
1 kB
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "llarva_conversation_template_processor",
"config": {
"input_features": {
"observation.images.image": {
"type": "VISUAL",
"shape": [
3,
224,
224
]
},
"observation.images.image2": {
"type": "VISUAL",
"shape": [
3,
224,
224
]
},
"observation.state": {
"type": "STATE",
"shape": [
8
]
}
}
}
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
}
]
}