File size: 384 Bytes
d0402a5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"class": "lerobot.policies.rewind.processor_rewind.ReWiNDEncodingProcessorStep",
"config": {}
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
}
]
} |