pepijn223 HF Staff commited on
Commit
38ca3e4
·
verified ·
1 Parent(s): 1c4fd98

Upload DataProcessorPipeline

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