steb6 commited on
Commit
4e3e579
·
verified ·
1 Parent(s): 5e5c63a

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "language_tokenizer",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "image_crop_resize_processor",
16
+ "config": {
17
+ "crop_params_dict": null,
18
+ "resize_size": [
19
+ 240,
20
+ 320
21
+ ]
22
+ }
23
+ },
24
+ {
25
+ "registry_name": "to_batch_processor",
26
+ "config": {}
27
+ },
28
+ {
29
+ "registry_name": "device_processor",
30
+ "config": {
31
+ "device": "cuda",
32
+ "float_dtype": null
33
+ }
34
+ },
35
+ {
36
+ "registry_name": "normalizer_processor",
37
+ "config": {
38
+ "eps": 1e-08,
39
+ "features": {
40
+ "observation.state": {
41
+ "type": "STATE",
42
+ "shape": [
43
+ 36
44
+ ]
45
+ },
46
+ "observation.images.egocentric": {
47
+ "type": "VISUAL",
48
+ "shape": [
49
+ 3,
50
+ 480,
51
+ 640
52
+ ]
53
+ },
54
+ "action": {
55
+ "type": "ACTION",
56
+ "shape": [
57
+ 36
58
+ ]
59
+ }
60
+ },
61
+ "norm_map": {
62
+ "VISUAL": "MEAN_STD",
63
+ "STATE": "MIN_MAX",
64
+ "ACTION": "MIN_MAX"
65
+ }
66
+ },
67
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
68
+ }
69
+ ]
70
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f97b6589cab4a7b27d1fc9545bf22b7571321bfc6f91f10a85874ea652e2cf
3
+ size 8944