Robotics
LeRobot
Safetensors
pi05
kaiseong commited on
Commit
eba09be
·
verified ·
1 Parent(s): 631b511

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "delta_actions_processor",
16
+ "config": {
17
+ "enabled": true,
18
+ "exclude_joints": [
19
+ "gripper"
20
+ ],
21
+ "action_names": [
22
+ "right_arm_0",
23
+ "right_arm_1",
24
+ "right_arm_2",
25
+ "right_arm_3",
26
+ "right_arm_4",
27
+ "right_arm_5",
28
+ "right_arm_6",
29
+ "left_arm_0",
30
+ "left_arm_1",
31
+ "left_arm_2",
32
+ "left_arm_3",
33
+ "left_arm_4",
34
+ "left_arm_5",
35
+ "left_arm_6",
36
+ "right_gripper_0",
37
+ "left_gripper_0"
38
+ ]
39
+ }
40
+ },
41
+ {
42
+ "registry_name": "normalizer_processor",
43
+ "config": {
44
+ "eps": 1e-08,
45
+ "features": {
46
+ "observation.state": {
47
+ "type": "STATE",
48
+ "shape": [
49
+ 16
50
+ ]
51
+ },
52
+ "observation.images.front": {
53
+ "type": "VISUAL",
54
+ "shape": [
55
+ 3,
56
+ 480,
57
+ 640
58
+ ]
59
+ },
60
+ "observation.images.right": {
61
+ "type": "VISUAL",
62
+ "shape": [
63
+ 3,
64
+ 640,
65
+ 480
66
+ ]
67
+ },
68
+ "observation.images.left": {
69
+ "type": "VISUAL",
70
+ "shape": [
71
+ 3,
72
+ 640,
73
+ 480
74
+ ]
75
+ },
76
+ "action": {
77
+ "type": "ACTION",
78
+ "shape": [
79
+ 16
80
+ ]
81
+ }
82
+ },
83
+ "norm_map": {
84
+ "VISUAL": "IDENTITY",
85
+ "STATE": "QUANTILES",
86
+ "ACTION": "QUANTILES"
87
+ }
88
+ },
89
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
90
+ },
91
+ {
92
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
93
+ "config": {}
94
+ },
95
+ {
96
+ "registry_name": "tokenizer_processor",
97
+ "config": {
98
+ "max_length": 200,
99
+ "task_key": "task",
100
+ "padding_side": "right",
101
+ "padding": "max_length",
102
+ "truncation": true,
103
+ "tokenizer_name": "google/paligemma-3b-pt-224"
104
+ }
105
+ },
106
+ {
107
+ "registry_name": "device_processor",
108
+ "config": {
109
+ "device": "cuda",
110
+ "float_dtype": null
111
+ }
112
+ }
113
+ ]
114
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9990b57d6af8c619cfa652ab878d66a726fa299c766b5fe329bfd8be498d9028
3
+ size 9344