{ "name": "policy_postprocessor", "steps": [ { "registry_name": "unnormalizer_processor", "config": { "eps": 1e-08, "features": { "observation.images.head_color": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "observation.images.hand_left_color": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "observation.images.hand_right_color": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "observation.state": { "type": "STATE", "shape": [ 8 ] }, "action": { "type": "ACTION", "shape": [ 7 ] } }, "norm_map": { "VISUAL": "IDENTITY", "STATE": "IDENTITY", "ACTION": "IDENTITY" } } } ] }