Robotics
LeRobot
Safetensors
pi0
ImKyungjin commited on
Commit
a233b79
·
verified ·
1 Parent(s): 7dd7e0c

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.top": "observation.images.base_0_rgb",
9
+ "observation.images.front": "observation.images.left_wrist_0_rgb"
10
+ }
11
+ }
12
+ },
13
+ {
14
+ "registry_name": "to_batch_processor",
15
+ "config": {}
16
+ },
17
+ {
18
+ "registry_name": "pi0_new_line_processor",
19
+ "config": {}
20
+ },
21
+ {
22
+ "registry_name": "tokenizer_processor",
23
+ "config": {
24
+ "max_length": 48,
25
+ "task_key": "task",
26
+ "padding_side": "right",
27
+ "padding": "max_length",
28
+ "truncation": true,
29
+ "tokenizer_name": "google/paligemma-3b-pt-224"
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "device_processor",
34
+ "config": {
35
+ "device": "cuda",
36
+ "float_dtype": null
37
+ }
38
+ },
39
+ {
40
+ "registry_name": "normalizer_processor",
41
+ "config": {
42
+ "eps": 1e-08,
43
+ "features": {
44
+ "observation.images.base_0_rgb": {
45
+ "type": "VISUAL",
46
+ "shape": [
47
+ 3,
48
+ 224,
49
+ 224
50
+ ]
51
+ },
52
+ "observation.images.left_wrist_0_rgb": {
53
+ "type": "VISUAL",
54
+ "shape": [
55
+ 3,
56
+ 224,
57
+ 224
58
+ ]
59
+ },
60
+ "observation.images.right_wrist_0_rgb": {
61
+ "type": "VISUAL",
62
+ "shape": [
63
+ 3,
64
+ 224,
65
+ 224
66
+ ]
67
+ },
68
+ "observation.state": {
69
+ "type": "STATE",
70
+ "shape": [
71
+ 32
72
+ ]
73
+ },
74
+ "observation.images.empty_camera_0": {
75
+ "type": "VISUAL",
76
+ "shape": [
77
+ 3,
78
+ 224,
79
+ 224
80
+ ]
81
+ },
82
+ "action": {
83
+ "type": "ACTION",
84
+ "shape": [
85
+ 6
86
+ ]
87
+ }
88
+ },
89
+ "norm_map": {
90
+ "VISUAL": "IDENTITY",
91
+ "STATE": "MEAN_STD",
92
+ "ACTION": "MEAN_STD"
93
+ }
94
+ },
95
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
96
+ }
97
+ ]
98
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05517968329aedf5b911251710e05bb2194fbb29bf6511baa070a849e99fcd10
3
+ size 7536