Robotics
LeRobot
Safetensors
pi0
kfstiger commited on
Commit
22e8b56
·
verified ·
1 Parent(s): 665e7b6

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "delta_actions_processor",
38
+ "config": {
39
+ "enabled": true,
40
+ "exclude_joints": [
41
+ "gripper"
42
+ ],
43
+ "action_names": [
44
+ "shoulder_pan.pos",
45
+ "shoulder_lift.pos",
46
+ "elbow_flex.pos",
47
+ "wrist_flex.pos",
48
+ "wrist_roll.pos",
49
+ "gripper.pos"
50
+ ]
51
+ }
52
+ },
53
+ {
54
+ "registry_name": "normalizer_processor",
55
+ "config": {
56
+ "eps": 1e-08,
57
+ "features": {
58
+ "observation.state": {
59
+ "type": "STATE",
60
+ "shape": [
61
+ 6
62
+ ]
63
+ },
64
+ "observation.images.front": {
65
+ "type": "VISUAL",
66
+ "shape": [
67
+ 3,
68
+ 480,
69
+ 640
70
+ ]
71
+ },
72
+ "observation.images.wrist": {
73
+ "type": "VISUAL",
74
+ "shape": [
75
+ 3,
76
+ 480,
77
+ 640
78
+ ]
79
+ },
80
+ "action": {
81
+ "type": "ACTION",
82
+ "shape": [
83
+ 6
84
+ ]
85
+ }
86
+ },
87
+ "norm_map": {
88
+ "VISUAL": "IDENTITY",
89
+ "STATE": "MEAN_STD",
90
+ "ACTION": "MEAN_STD"
91
+ }
92
+ },
93
+ "state_file": "policy_preprocessor_step_6_normalizer_processor.safetensors"
94
+ }
95
+ ]
96
+ }
policy_preprocessor_step_6_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c0d1611365d3d1086a5c15e7dfb256682952f6610f050ab13655852d955105
3
+ size 7552