{ "name": "policy_postprocessor", "steps": [ { "registry_name": "lawam_clip_actions", "config": {} }, { "registry_name": "lawam_pre_snap_gripper", "config": {} }, { "registry_name": "unnormalizer_processor", "config": { "eps": 1e-08, "features": { "observation.state": { "type": "STATE", "shape": [ 6 ] }, "observation.images.wrist": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "observation.images.top": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "action": { "type": "ACTION", "shape": [ 6 ] } }, "norm_map": { "VISUAL": "IDENTITY", "STATE": "MIN_MAX", "ACTION": "MIN_MAX" } }, "state_file": "policy_postprocessor_step_2_unnormalizer_processor.safetensors" }, { "registry_name": "lawam_binarize_gripper", "config": {} }, { "registry_name": "device_processor", "config": { "device": "cpu", "float_dtype": null } } ] }