Robotics
LeRobot
Safetensors
pi05
cbrian commited on
Commit
4bceefe
·
verified ·
1 Parent(s): ac47db7

Upload DataProcessorPipeline

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