Robotics
LeRobot
Safetensors
flow_matching
ttotmoon commited on
Commit
dcd6652
·
verified ·
1 Parent(s): dbce1ae

Upload DataProcessorPipeline

Browse files
Files changed (1) hide show
  1. policy_preprocessor.json +22 -0
policy_preprocessor.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ }
21
+ ]
22
+ }