Robotics
LeRobot
Safetensors
pi05
yhong96 commited on
Commit
a280da7
·
verified ·
1 Parent(s): 74f8dca

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.cam_high": "observation.images.base_0_rgb",
9
+ "observation.images.cam_left_wrist": "observation.images.left_wrist_0_rgb",
10
+ "observation.images.cam_right_wrist": "observation.images.right_wrist_0_rgb"
11
+ }
12
+ }
13
+ },
14
+ {
15
+ "registry_name": "to_batch_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "delta_actions_processor",
20
+ "config": {
21
+ "enabled": true,
22
+ "exclude_joints": [
23
+ "left_gripper",
24
+ "right_gripper"
25
+ ],
26
+ "action_names": [
27
+ "left_waist",
28
+ "left_shoulder",
29
+ "left_elbow",
30
+ "left_forearm_roll",
31
+ "left_wrist_angle",
32
+ "left_wrist_rotate",
33
+ "left_gripper",
34
+ "right_waist",
35
+ "right_shoulder",
36
+ "right_elbow",
37
+ "right_forearm_roll",
38
+ "right_wrist_angle",
39
+ "right_wrist_rotate",
40
+ "right_gripper"
41
+ ]
42
+ }
43
+ },
44
+ {
45
+ "registry_name": "normalizer_processor",
46
+ "config": {
47
+ "eps": 1e-08,
48
+ "features": {
49
+ "observation.images.base_0_rgb": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 3,
53
+ 224,
54
+ 224
55
+ ]
56
+ },
57
+ "observation.images.left_wrist_0_rgb": {
58
+ "type": "VISUAL",
59
+ "shape": [
60
+ 3,
61
+ 224,
62
+ 224
63
+ ]
64
+ },
65
+ "observation.images.right_wrist_0_rgb": {
66
+ "type": "VISUAL",
67
+ "shape": [
68
+ 3,
69
+ 224,
70
+ 224
71
+ ]
72
+ },
73
+ "observation.state": {
74
+ "type": "STATE",
75
+ "shape": [
76
+ 32
77
+ ]
78
+ },
79
+ "action": {
80
+ "type": "ACTION",
81
+ "shape": [
82
+ 14
83
+ ]
84
+ }
85
+ },
86
+ "norm_map": {
87
+ "VISUAL": "IDENTITY",
88
+ "STATE": "QUANTILES",
89
+ "ACTION": "QUANTILES"
90
+ }
91
+ },
92
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
93
+ },
94
+ {
95
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
96
+ "config": {}
97
+ },
98
+ {
99
+ "registry_name": "tokenizer_processor",
100
+ "config": {
101
+ "max_length": 200,
102
+ "task_key": "task",
103
+ "padding_side": "right",
104
+ "padding": "max_length",
105
+ "truncation": true,
106
+ "tokenizer_name": "google/paligemma-3b-pt-224"
107
+ }
108
+ },
109
+ {
110
+ "registry_name": "device_processor",
111
+ "config": {
112
+ "device": "cuda",
113
+ "float_dtype": null
114
+ }
115
+ }
116
+ ]
117
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff8dffafa788e5d4c07d23d3930601d779c4433b1067affdd13db2ce56ff7db
3
+ size 1704