Robotics
LeRobot
Safetensors
act
act_spatialPE_v6_crossattn / policy_preprocessor.json
seriintan's picture
Upload DataProcessorPipeline
aa3831d verified
Raw
History Blame Contribute Delete
3.58 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": [
6
]
},
"observation.images.front": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
},
"observation.images.side": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
},
"observation.apriltag.basket.x": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.basket.y": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.basket.z": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.basket.valid": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor1.x": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor1.y": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor1.z": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor1.valid": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor2.x": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor2.y": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor2.z": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.anchor2.valid": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.rel.x": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.rel.y": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.rel.z": {
"type": "STATE",
"shape": [
1
]
},
"observation.apriltag.rel.valid": {
"type": "STATE",
"shape": [
1
]
},
"action": {
"type": "ACTION",
"shape": [
6
]
}
},
"norm_map": {
"VISUAL": "MEAN_STD",
"STATE": "MEAN_STD",
"ACTION": "MEAN_STD"
}
},
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
}
]
}