quincyu commited on
Commit
539406d
·
verified ·
1 Parent(s): 921cb8d

Upload DataProcessorPipeline

Browse files
Files changed (1) hide show
  1. policy_preprocessor.json +14 -6
policy_preprocessor.json CHANGED
@@ -7,10 +7,6 @@
7
  "rename_map": {}
8
  }
9
  },
10
- {
11
- "class": "lerobot_policy_tg_act.processor_tg_act.EePixelClipNormalizeStep",
12
- "config": {}
13
- },
14
  {
15
  "registry_name": "to_batch_processor",
16
  "config": {}
@@ -33,6 +29,18 @@
33
  14
34
  ]
35
  },
 
 
 
 
 
 
 
 
 
 
 
 
36
  "observation.images.cam_high": {
37
  "type": "VISUAL",
38
  "shape": [
@@ -66,11 +74,11 @@
66
  },
67
  "norm_map": {
68
  "VISUAL": "MEAN_STD",
69
- "STATE": "MEAN_STD",
70
  "ACTION": "MIN_MAX"
71
  }
72
  },
73
- "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
74
  }
75
  ]
76
  }
 
7
  "rename_map": {}
8
  }
9
  },
 
 
 
 
10
  {
11
  "registry_name": "to_batch_processor",
12
  "config": {}
 
29
  14
30
  ]
31
  },
32
+ "observation.ee_pixel_left": {
33
+ "type": "STATE",
34
+ "shape": [
35
+ 2
36
+ ]
37
+ },
38
+ "observation.ee_pixel_right": {
39
+ "type": "STATE",
40
+ "shape": [
41
+ 2
42
+ ]
43
+ },
44
  "observation.images.cam_high": {
45
  "type": "VISUAL",
46
  "shape": [
 
74
  },
75
  "norm_map": {
76
  "VISUAL": "MEAN_STD",
77
+ "STATE": "MIN_MAX",
78
  "ACTION": "MIN_MAX"
79
  }
80
  },
81
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
82
  }
83
  ]
84
  }