Robotics
LeRobot
Safetensors
pi0
TheDoc273 commited on
Commit
553dae4
·
verified ·
1 Parent(s): a65830e

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 720,
69
+ 1280
70
+ ]
71
+ },
72
+ "action": {
73
+ "type": "ACTION",
74
+ "shape": [
75
+ 6
76
+ ]
77
+ }
78
+ },
79
+ "norm_map": {
80
+ "VISUAL": "IDENTITY",
81
+ "STATE": "MEAN_STD",
82
+ "ACTION": "MEAN_STD"
83
+ }
84
+ },
85
+ "state_file": "policy_preprocessor_step_6_normalizer_processor.safetensors"
86
+ }
87
+ ]
88
+ }
policy_preprocessor_step_6_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239a0d81425b7d544a1ba612c6d9bbf6b11139e19b2357383f88cfaefe06aa51
3
+ size 6568