Robotics
LeRobot
Safetensors
pi05
MoAIBo commited on
Commit
f435188
·
verified ·
1 Parent(s): 84c661c

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": "delta_actions_processor",
16
+ "config": {
17
+ "enabled": true,
18
+ "exclude_joints": [
19
+ "gripper"
20
+ ],
21
+ "action_names": [
22
+ "shoulder_pan.pos",
23
+ "shoulder_lift.pos",
24
+ "elbow_flex.pos",
25
+ "wrist_flex.pos",
26
+ "wrist_roll.pos",
27
+ "gripper.pos"
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "registry_name": "normalizer_processor",
33
+ "config": {
34
+ "eps": 1e-08,
35
+ "features": {
36
+ "observation.state": {
37
+ "type": "STATE",
38
+ "shape": [
39
+ 6
40
+ ]
41
+ },
42
+ "observation.images.front": {
43
+ "type": "VISUAL",
44
+ "shape": [
45
+ 3,
46
+ 720,
47
+ 1280
48
+ ]
49
+ },
50
+ "observation.images.wrist": {
51
+ "type": "VISUAL",
52
+ "shape": [
53
+ 3,
54
+ 480,
55
+ 640
56
+ ]
57
+ },
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 6
62
+ ]
63
+ }
64
+ },
65
+ "norm_map": {
66
+ "VISUAL": "IDENTITY",
67
+ "STATE": "QUANTILES",
68
+ "ACTION": "QUANTILES"
69
+ }
70
+ },
71
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
72
+ },
73
+ {
74
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
75
+ "config": {}
76
+ },
77
+ {
78
+ "registry_name": "tokenizer_processor",
79
+ "config": {
80
+ "max_length": 200,
81
+ "task_key": "task",
82
+ "padding_side": "right",
83
+ "padding": "max_length",
84
+ "truncation": true,
85
+ "tokenizer_name": "google/paligemma-3b-pt-224"
86
+ }
87
+ },
88
+ {
89
+ "registry_name": "device_processor",
90
+ "config": {
91
+ "device": "cuda",
92
+ "float_dtype": null
93
+ }
94
+ }
95
+ ]
96
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21aac4b51f00211696c7ed3a0fb34f25bb850ac994f53d52f47589dc6b3d835
3
+ size 7552