Robotics
LeRobot
Safetensors
pi05
TheDoc273 commited on
Commit
b2d31c5
·
verified ·
1 Parent(s): 68e9e49

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": "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
+ "action": {
51
+ "type": "ACTION",
52
+ "shape": [
53
+ 6
54
+ ]
55
+ }
56
+ },
57
+ "norm_map": {
58
+ "VISUAL": "IDENTITY",
59
+ "STATE": "QUANTILES",
60
+ "ACTION": "QUANTILES"
61
+ }
62
+ },
63
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
64
+ },
65
+ {
66
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
67
+ "config": {}
68
+ },
69
+ {
70
+ "registry_name": "tokenizer_processor",
71
+ "config": {
72
+ "max_length": 200,
73
+ "task_key": "task",
74
+ "padding_side": "right",
75
+ "padding": "max_length",
76
+ "truncation": true,
77
+ "tokenizer_name": "google/paligemma-3b-pt-224"
78
+ }
79
+ },
80
+ {
81
+ "registry_name": "device_processor",
82
+ "config": {
83
+ "device": "cuda",
84
+ "float_dtype": null
85
+ }
86
+ }
87
+ ]
88
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239a0d81425b7d544a1ba612c6d9bbf6b11139e19b2357383f88cfaefe06aa51
3
+ size 6568