Upload DataProcessorPipeline
Browse files
policy_preprocessor.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "normalizer_processor",
|
16 |
+
"config": {
|
17 |
+
"eps": 1e-08,
|
18 |
+
"features": {
|
19 |
+
"observation.state": {
|
20 |
+
"type": "STATE",
|
21 |
+
"shape": [
|
22 |
+
6
|
23 |
+
]
|
24 |
+
},
|
25 |
+
"observation.images.handeye": {
|
26 |
+
"type": "VISUAL",
|
27 |
+
"shape": [
|
28 |
+
3,
|
29 |
+
360,
|
30 |
+
640
|
31 |
+
]
|
32 |
+
},
|
33 |
+
"observation.images.fixed": {
|
34 |
+
"type": "VISUAL",
|
35 |
+
"shape": [
|
36 |
+
3,
|
37 |
+
360,
|
38 |
+
640
|
39 |
+
]
|
40 |
+
},
|
41 |
+
"action": {
|
42 |
+
"type": "ACTION",
|
43 |
+
"shape": [
|
44 |
+
6
|
45 |
+
]
|
46 |
+
}
|
47 |
+
},
|
48 |
+
"norm_map": {
|
49 |
+
"VISUAL": "IDENTITY",
|
50 |
+
"STATE": "QUANTILES",
|
51 |
+
"ACTION": "QUANTILES"
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"registry_name": "pi05_prepare_state_tokenizer_processor_step",
|
58 |
+
"config": {}
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"registry_name": "tokenizer_processor",
|
62 |
+
"config": {
|
63 |
+
"max_length": 200,
|
64 |
+
"task_key": "task",
|
65 |
+
"padding_side": "right",
|
66 |
+
"padding": "max_length",
|
67 |
+
"truncation": true,
|
68 |
+
"tokenizer_name": "google/paligemma-3b-pt-224"
|
69 |
+
}
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"registry_name": "device_processor",
|
73 |
+
"config": {
|
74 |
+
"device": "cuda",
|
75 |
+
"float_dtype": null
|
76 |
+
}
|
77 |
+
}
|
78 |
+
]
|
79 |
+
}
|
policy_preprocessor_step_2_normalizer_processor.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f562fef3fcc11a408a1716d84917b8d955e52d9e95bab85826e94e7b58903c71
|
3 |
+
size 7576
|