Robotics
LeRobot
Safetensors
pi05
justintiensmith commited on
Commit
d5c1d2b
·
verified ·
1 Parent(s): 1449049

Upload DataProcessorPipeline

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