Robotics
LeRobot
Safetensors
diffusion
andresceballosm's picture
Upload DataProcessorPipeline
70e25e2 verified
Raw
History Blame Contribute Delete
2.59 kB
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.state": {
"type": "STATE",
"shape": [
10
]
},
"observation.ee_pose_world": {
"type": "STATE",
"shape": [
9
]
},
"observation.object_pos": {
"type": "STATE",
"shape": [
3
]
},
"observation.scene_objects": {
"type": "STATE",
"shape": [
72
]
},
"observation.pressure_per_finger": {
"type": "STATE",
"shape": [
2
]
},
"observation.active_object_slot": {
"type": "STATE",
"shape": [
1
]
},
"observation.contact": {
"type": "STATE",
"shape": [
1
]
},
"observation.phase": {
"type": "STATE",
"shape": [
1
]
},
"observation.is_finished": {
"type": "STATE",
"shape": [
1
]
},
"observation.images.front": {
"type": "VISUAL",
"shape": [
3,
192,
256
]
},
"observation.images.depth": {
"type": "VISUAL",
"shape": [
3,
192,
256
]
},
"observation.images.front_noarm": {
"type": "VISUAL",
"shape": [
3,
192,
256
]
},
"action": {
"type": "ACTION",
"shape": [
10
]
}
},
"norm_map": {
"VISUAL": "MEAN_STD",
"STATE": "MIN_MAX",
"ACTION": "MIN_MAX"
}
},
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
}
]
}