Robotics
LeRobot
Safetensors
act_romoya
PL2011 commited on
Commit
dbb82aa
·
verified ·
1 Parent(s): 6ba792b

Upload DataProcessorPipeline

Browse files
policy_postprocessor.json ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "act_romoya_postprocess_v1",
26
+ "config": {
27
+ "action_mode": null,
28
+ "state_feature_names": [
29
+ "joint1.pos",
30
+ "joint2.pos",
31
+ "joint3.pos",
32
+ "joint4.pos",
33
+ "joint5.pos",
34
+ "joint6.pos",
35
+ "gripper.pos"
36
+ ],
37
+ "action_feature_names": [
38
+ "joint1.pos",
39
+ "joint2.pos",
40
+ "joint3.pos",
41
+ "joint4.pos",
42
+ "joint5.pos",
43
+ "joint6.pos",
44
+ "gripper.pos"
45
+ ],
46
+ "binary_state": [
47
+ null,
48
+ null,
49
+ null,
50
+ null,
51
+ null,
52
+ null,
53
+ null
54
+ ],
55
+ "binary_action": [
56
+ null,
57
+ null,
58
+ null,
59
+ null,
60
+ null,
61
+ null,
62
+ [
63
+ 50.0,
64
+ 0.0,
65
+ 99.0
66
+ ]
67
+ ],
68
+ "delta_action": [
69
+ false,
70
+ false,
71
+ false,
72
+ false,
73
+ false,
74
+ false,
75
+ false
76
+ ],
77
+ "state_feature_names_to_keep": [
78
+ "joint1.pos",
79
+ "joint2.pos",
80
+ "joint3.pos",
81
+ "joint4.pos",
82
+ "joint5.pos",
83
+ "joint6.pos",
84
+ "gripper.pos",
85
+ "DO_1"
86
+ ],
87
+ "raw_observation_state_feature_names": [
88
+ "joint1.pos",
89
+ "joint2.pos",
90
+ "joint3.pos",
91
+ "joint4.pos",
92
+ "joint5.pos",
93
+ "joint6.pos",
94
+ "gripper.pos",
95
+ "gripper.force",
96
+ "DO_0",
97
+ "DO_1",
98
+ "joint1.effort",
99
+ "joint2.effort",
100
+ "joint3.effort",
101
+ "joint4.effort",
102
+ "joint5.effort",
103
+ "joint6.effort",
104
+ "joint1.vel",
105
+ "joint2.vel",
106
+ "joint3.vel",
107
+ "joint4.vel",
108
+ "joint5.vel",
109
+ "joint6.vel",
110
+ "joint1.acc",
111
+ "joint2.acc",
112
+ "joint3.acc",
113
+ "joint4.acc",
114
+ "joint5.acc",
115
+ "joint6.acc",
116
+ "tcp.x",
117
+ "tcp.y",
118
+ "tcp.z",
119
+ "tcp.rx",
120
+ "tcp.ry",
121
+ "tcp.rz",
122
+ "joint1.temp",
123
+ "joint2.temp",
124
+ "joint3.temp",
125
+ "joint4.temp",
126
+ "joint5.temp",
127
+ "joint6.temp",
128
+ "joint1.voltage",
129
+ "joint2.voltage",
130
+ "joint3.voltage",
131
+ "joint4.voltage",
132
+ "joint5.voltage",
133
+ "joint6.voltage",
134
+ "flange_voltage",
135
+ "flange.x",
136
+ "flange.y",
137
+ "flange.z",
138
+ "flange.rx",
139
+ "flange.ry",
140
+ "flange.rz",
141
+ "target_joint1.pos",
142
+ "target_joint2.pos",
143
+ "target_joint3.pos",
144
+ "target_joint4.pos",
145
+ "target_joint5.pos",
146
+ "target_joint6.pos",
147
+ "target_joint1.vel",
148
+ "target_joint2.vel",
149
+ "target_joint3.vel",
150
+ "target_joint4.vel",
151
+ "target_joint5.vel",
152
+ "target_joint6.vel",
153
+ "target_joint1.acc",
154
+ "target_joint2.acc",
155
+ "target_joint3.acc",
156
+ "target_joint4.acc",
157
+ "target_joint5.acc",
158
+ "target_joint6.acc",
159
+ "target_joint1.effort",
160
+ "target_joint2.effort",
161
+ "target_joint3.effort",
162
+ "target_joint4.effort",
163
+ "target_joint5.effort",
164
+ "target_joint6.effort",
165
+ "target_tcp.x",
166
+ "target_tcp.y",
167
+ "target_tcp.z",
168
+ "target_tcp.rx",
169
+ "target_tcp.ry",
170
+ "target_tcp.rz"
171
+ ],
172
+ "raw_action_feature_names": [
173
+ "joint1.pos",
174
+ "joint2.pos",
175
+ "joint3.pos",
176
+ "joint4.pos",
177
+ "joint5.pos",
178
+ "joint6.pos",
179
+ "gripper.pos",
180
+ "gripper.force",
181
+ "DO_0",
182
+ "DO_1",
183
+ "joint1.effort",
184
+ "joint2.effort",
185
+ "joint3.effort",
186
+ "joint4.effort",
187
+ "joint5.effort",
188
+ "joint6.effort",
189
+ "joint1.vel",
190
+ "joint2.vel",
191
+ "joint3.vel",
192
+ "joint4.vel",
193
+ "joint5.vel",
194
+ "joint6.vel",
195
+ "joint1.acc",
196
+ "joint2.acc",
197
+ "joint3.acc",
198
+ "joint4.acc",
199
+ "joint5.acc",
200
+ "joint6.acc",
201
+ "joint1.temp",
202
+ "joint1.voltage",
203
+ "joint2.temp",
204
+ "joint2.voltage",
205
+ "joint3.temp",
206
+ "joint3.voltage",
207
+ "joint4.temp",
208
+ "joint4.voltage",
209
+ "joint5.temp",
210
+ "joint5.voltage",
211
+ "joint6.temp",
212
+ "joint6.voltage",
213
+ "flange_voltage",
214
+ "tcp.x",
215
+ "tcp.y",
216
+ "tcp.z",
217
+ "tcp.rx",
218
+ "tcp.ry",
219
+ "tcp.rz"
220
+ ],
221
+ "joint_action_names": [
222
+ "joint1.pos",
223
+ "joint2.pos",
224
+ "joint3.pos",
225
+ "joint4.pos",
226
+ "joint5.pos",
227
+ "joint6.pos"
228
+ ],
229
+ "gripper_action_name": "gripper.pos",
230
+ "do_action_names": [
231
+ "DO_1"
232
+ ],
233
+ "do_threshold": 0.5,
234
+ "sigmoid_do_outputs": false,
235
+ "context_id": "act_romoya",
236
+ "gripper_min": 0.0,
237
+ "gripper_max": 100.0
238
+ }
239
+ },
240
+ {
241
+ "registry_name": "device_processor",
242
+ "config": {
243
+ "device": "cpu",
244
+ "float_dtype": null
245
+ }
246
+ }
247
+ ]
248
+ }
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9ca77e9e4ea01645e4e79b2c90cde49dbea32a4a88f3a735dfe05c3f8da94
3
+ size 8608