gimarchetti commited on
Commit
cbffd4b
·
verified ·
1 Parent(s): 5e54bd2

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "pi0_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "max_length",
25
+ "truncation": true,
26
+ "tokenizer_name": "google/paligemma-3b-pt-224"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "device_processor",
31
+ "config": {
32
+ "device": "cuda",
33
+ "float_dtype": null
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "normalizer_processor",
38
+ "config": {
39
+ "eps": 1e-08,
40
+ "features": {
41
+ "observation.image": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 3,
45
+ 448,
46
+ 448
47
+ ]
48
+ },
49
+ "observation.wrist_image": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 3,
53
+ 448,
54
+ 448
55
+ ]
56
+ },
57
+ "observation.left_scene_image": {
58
+ "type": "VISUAL",
59
+ "shape": [
60
+ 3,
61
+ 448,
62
+ 448
63
+ ]
64
+ },
65
+ "observation.right_scene_image": {
66
+ "type": "VISUAL",
67
+ "shape": [
68
+ 3,
69
+ 448,
70
+ 448
71
+ ]
72
+ },
73
+ "observation.state": {
74
+ "type": "STATE",
75
+ "shape": [
76
+ 7
77
+ ]
78
+ },
79
+ "observation.eef_pose": {
80
+ "type": "STATE",
81
+ "shape": [
82
+ 7
83
+ ]
84
+ },
85
+ "action": {
86
+ "type": "ACTION",
87
+ "shape": [
88
+ 7
89
+ ]
90
+ }
91
+ },
92
+ "norm_map": {
93
+ "VISUAL": "IDENTITY",
94
+ "STATE": "MEAN_STD",
95
+ "ACTION": "MEAN_STD"
96
+ }
97
+ },
98
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
99
+ }
100
+ ]
101
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef165e599d9a1f05882eb2e954087f5ba1cdf4f4452a65e2ddf9a6fd6b4cc78
3
+ size 12912