BorisGuo commited on
Commit
ea43f27
·
verified ·
1 Parent(s): cd38ddc

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "act_romoya_preprocess_v1",
12
+ "config": {
13
+ "action_mode": "delta_joint_gripper_do1",
14
+ "state_feature_names": [
15
+ "joint1.pos",
16
+ "joint2.pos",
17
+ "joint3.pos",
18
+ "joint4.pos",
19
+ "joint5.pos",
20
+ "joint6.pos",
21
+ "gripper.pos",
22
+ "DO_1"
23
+ ],
24
+ "action_feature_names": [
25
+ "joint1.pos",
26
+ "joint2.pos",
27
+ "joint3.pos",
28
+ "joint4.pos",
29
+ "joint5.pos",
30
+ "joint6.pos",
31
+ "gripper.pos",
32
+ "DO_1"
33
+ ],
34
+ "binary_state": [
35
+ null,
36
+ null,
37
+ null,
38
+ null,
39
+ null,
40
+ null,
41
+ null,
42
+ 0.5
43
+ ],
44
+ "binary_action": [
45
+ null,
46
+ null,
47
+ null,
48
+ null,
49
+ null,
50
+ null,
51
+ null,
52
+ [
53
+ 0.5,
54
+ 0.0,
55
+ 1.0
56
+ ]
57
+ ],
58
+ "delta_action": [
59
+ true,
60
+ true,
61
+ true,
62
+ true,
63
+ true,
64
+ true,
65
+ true,
66
+ false
67
+ ],
68
+ "state_feature_names_to_keep": [
69
+ "joint1.pos",
70
+ "joint2.pos",
71
+ "joint3.pos",
72
+ "joint4.pos",
73
+ "joint5.pos",
74
+ "joint6.pos",
75
+ "gripper.pos",
76
+ "DO_1"
77
+ ],
78
+ "raw_observation_state_feature_names": [
79
+ "joint1.pos",
80
+ "joint2.pos",
81
+ "joint3.pos",
82
+ "joint4.pos",
83
+ "joint5.pos",
84
+ "joint6.pos",
85
+ "gripper.pos",
86
+ "gripper.force",
87
+ "DO_0",
88
+ "DO_1",
89
+ "joint1.effort",
90
+ "joint2.effort",
91
+ "joint3.effort",
92
+ "joint4.effort",
93
+ "joint5.effort",
94
+ "joint6.effort",
95
+ "joint1.vel",
96
+ "joint2.vel",
97
+ "joint3.vel",
98
+ "joint4.vel",
99
+ "joint5.vel",
100
+ "joint6.vel",
101
+ "joint1.acc",
102
+ "joint2.acc",
103
+ "joint3.acc",
104
+ "joint4.acc",
105
+ "joint5.acc",
106
+ "joint6.acc",
107
+ "tcp.x",
108
+ "tcp.y",
109
+ "tcp.z",
110
+ "tcp.rx",
111
+ "tcp.ry",
112
+ "tcp.rz"
113
+ ],
114
+ "raw_action_feature_names": [
115
+ "joint1.pos",
116
+ "joint2.pos",
117
+ "joint3.pos",
118
+ "joint4.pos",
119
+ "joint5.pos",
120
+ "joint6.pos",
121
+ "gripper.pos",
122
+ "gripper.force",
123
+ "DO_0",
124
+ "DO_1"
125
+ ],
126
+ "joint_action_names": [
127
+ "joint1.pos",
128
+ "joint2.pos",
129
+ "joint3.pos",
130
+ "joint4.pos",
131
+ "joint5.pos",
132
+ "joint6.pos"
133
+ ],
134
+ "gripper_action_name": "gripper.pos",
135
+ "do_action_names": [
136
+ "DO_1"
137
+ ],
138
+ "context_id": "act_romoya"
139
+ }
140
+ },
141
+ {
142
+ "registry_name": "to_batch_processor",
143
+ "config": {}
144
+ },
145
+ {
146
+ "registry_name": "device_processor",
147
+ "config": {
148
+ "device": "cuda",
149
+ "float_dtype": null
150
+ }
151
+ },
152
+ {
153
+ "registry_name": "normalizer_processor",
154
+ "config": {
155
+ "eps": 1e-08,
156
+ "features": {
157
+ "observation.state": {
158
+ "type": "STATE",
159
+ "shape": [
160
+ 8
161
+ ]
162
+ },
163
+ "observation.images.wrist": {
164
+ "type": "VISUAL",
165
+ "shape": [
166
+ 3,
167
+ 360,
168
+ 640
169
+ ]
170
+ },
171
+ "observation.images.top": {
172
+ "type": "VISUAL",
173
+ "shape": [
174
+ 3,
175
+ 360,
176
+ 640
177
+ ]
178
+ },
179
+ "observation.images.side": {
180
+ "type": "VISUAL",
181
+ "shape": [
182
+ 3,
183
+ 360,
184
+ 640
185
+ ]
186
+ },
187
+ "action": {
188
+ "type": "ACTION",
189
+ "shape": [
190
+ 8
191
+ ]
192
+ }
193
+ },
194
+ "norm_map": {
195
+ "VISUAL": "MEAN_STD",
196
+ "STATE": "MEAN_STD",
197
+ "ACTION": "MEAN_STD"
198
+ }
199
+ },
200
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
201
+ }
202
+ ]
203
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0c25310bbcb2835691cd797b6eaaec95a22e01091486944519139f947e4fc4
3
+ size 8704