Robotics
LeRobot
Safetensors
pi05
cbrian commited on
Commit
4e856e2
·
verified ·
1 Parent(s): 10d58ed

Upload DataProcessorPipeline

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