File size: 1,181 Bytes
28b0be5 |
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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
{
"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": {
"state_horizon": 1,
"action_horizon": 16,
"max_state_dim": 64,
"max_action_dim": 32,
"language_key": "task",
"formalize_language": false,
"embodiment_tag": "new_embodiment",
"embodiment_mapping": {
"new_embodiment": 31,
"oxe_droid": 17,
"agibot_genie1": 26,
"gr1": 24,
"so100": 2,
"unitree_g1": 3
},
"normalize_min_max": true
},
"state_file": "policy_preprocessor_step_2_groot_pack_inputs_v3.safetensors"
},
{
"registry_name": "groot_eagle_encode_v3",
"config": {}
},
{
"registry_name": "groot_eagle_collate_v3",
"config": {}
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
}
]
} |