leledeyuan commited on
Commit
d6fd207
·
verified ·
1 Parent(s): c931616

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "dayuan/rotation_transform_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "dayuan/phase_processor",
20
+ "config": {}
21
+ },
22
+ {
23
+ "registry_name": "device_processor",
24
+ "config": {
25
+ "device": "cuda",
26
+ "float_dtype": null
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "normalizer_processor",
31
+ "config": {
32
+ "eps": 1e-08,
33
+ "features": {
34
+ "observation.state": {
35
+ "type": "STATE",
36
+ "shape": [
37
+ 27
38
+ ]
39
+ },
40
+ "observation.images.front": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 480,
45
+ 640
46
+ ]
47
+ },
48
+ "observation.images.top": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 480,
53
+ 640
54
+ ]
55
+ },
56
+ "observation.images.wrist_l": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 480,
61
+ 640
62
+ ]
63
+ },
64
+ "observation.images.wrist_r": {
65
+ "type": "VISUAL",
66
+ "shape": [
67
+ 3,
68
+ 480,
69
+ 640
70
+ ]
71
+ },
72
+ "action": {
73
+ "type": "ACTION",
74
+ "shape": [
75
+ 16
76
+ ]
77
+ }
78
+ },
79
+ "norm_map": {
80
+ "VISUAL": "MEAN_STD",
81
+ "STATE": "MEAN_STD",
82
+ "ACTION": "MEAN_STD"
83
+ }
84
+ },
85
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
86
+ }
87
+ ]
88
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a67c6ddd1bd2927a4ad05eaec8d92702ded2881c047832047655c1f29ce44031
3
+ size 12284