Robotics
LeRobot
Safetensors
pi0
shaunkirby commited on
Commit
42d0072
·
verified ·
1 Parent(s): 38f6493

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.side": "observation.images.base_0_rgb",
9
+ "observation.images.top": "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": "delta_actions_processor",
41
+ "config": {
42
+ "enabled": true,
43
+ "exclude_joints": [
44
+ "gripper"
45
+ ],
46
+ "action_names": [
47
+ "shoulder_pan.pos",
48
+ "shoulder_lift.pos",
49
+ "elbow_flex.pos",
50
+ "wrist_flex.pos",
51
+ "wrist_roll.pos",
52
+ "gripper.pos"
53
+ ]
54
+ }
55
+ },
56
+ {
57
+ "registry_name": "normalizer_processor",
58
+ "config": {
59
+ "eps": 1e-08,
60
+ "features": {
61
+ "observation.images.base_0_rgb": {
62
+ "type": "VISUAL",
63
+ "shape": [
64
+ 3,
65
+ 224,
66
+ 224
67
+ ]
68
+ },
69
+ "observation.images.left_wrist_0_rgb": {
70
+ "type": "VISUAL",
71
+ "shape": [
72
+ 3,
73
+ 224,
74
+ 224
75
+ ]
76
+ },
77
+ "observation.images.right_wrist_0_rgb": {
78
+ "type": "VISUAL",
79
+ "shape": [
80
+ 3,
81
+ 224,
82
+ 224
83
+ ]
84
+ },
85
+ "observation.state": {
86
+ "type": "STATE",
87
+ "shape": [
88
+ 32
89
+ ]
90
+ },
91
+ "action": {
92
+ "type": "ACTION",
93
+ "shape": [
94
+ 6
95
+ ]
96
+ }
97
+ },
98
+ "norm_map": {
99
+ "VISUAL": "IDENTITY",
100
+ "STATE": "MEAN_STD",
101
+ "ACTION": "MEAN_STD"
102
+ }
103
+ },
104
+ "state_file": "policy_preprocessor_step_6_normalizer_processor.safetensors"
105
+ }
106
+ ]
107
+ }
policy_preprocessor_step_6_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ffa3518f0106912e0549d7f2382e508ee7dd9baaad68af09ac06c6b64c67497
3
+ size 7712