imstevenpmwork HF Staff commited on
Commit
0cb3e1d
·
verified ·
1 Parent(s): f1a40e9

Upload DataProcessorPipeline

Browse files
Files changed (1) hide show
  1. policy_preprocessor.json +34 -0
policy_preprocessor.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "groot_pack_inputs_v3",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "groot_eagle_encode_v3",
20
+ "config": {}
21
+ },
22
+ {
23
+ "registry_name": "groot_eagle_collate_v3",
24
+ "config": {}
25
+ },
26
+ {
27
+ "registry_name": "device_processor",
28
+ "config": {
29
+ "device": "cuda",
30
+ "float_dtype": null
31
+ }
32
+ }
33
+ ]
34
+ }