repo-id / policy_preprocessor.json
aractingi's picture
Upload folder using huggingface_hub
e033aac verified
Raw
History Blame Contribute Delete
625 Bytes
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "groot_pack_inputs_v3",
"config": {}
},
{
"registry_name": "groot_eagle_encode_v3",
"config": {}
},
{
"registry_name": "groot_eagle_collate_v3",
"config": {}
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
}
]
}