Robotics
LeRobot
Safetensors
pi0
kagyvro48 commited on
Commit
345de49
·
verified ·
1 Parent(s): 7e4d54f

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.eye-in-hand": "observation.images.left_wrist_0_rgb",
9
+ "observation.images.front": "observation.images.base_0_rgb",
10
+ "observation.images.top-down": "observation.images.right_wrist_0_rgb"
11
+ }
12
+ }
13
+ },
14
+ {
15
+ "registry_name": "to_batch_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "pi0_new_line_processor",
20
+ "config": {}
21
+ },
22
+ {
23
+ "registry_name": "tokenizer_processor",
24
+ "config": {
25
+ "max_length": 48,
26
+ "task_key": "task",
27
+ "padding_side": "right",
28
+ "padding": "max_length",
29
+ "truncation": true,
30
+ "tokenizer_name": "google/paligemma-3b-pt-224"
31
+ }
32
+ },
33
+ {
34
+ "registry_name": "device_processor",
35
+ "config": {
36
+ "device": "cuda",
37
+ "float_dtype": null
38
+ }
39
+ },
40
+ {
41
+ "registry_name": "normalizer_processor",
42
+ "config": {
43
+ "eps": 1e-08,
44
+ "features": {
45
+ "observation.images.base_0_rgb": {
46
+ "type": "VISUAL",
47
+ "shape": [
48
+ 3,
49
+ 224,
50
+ 224
51
+ ]
52
+ },
53
+ "observation.images.left_wrist_0_rgb": {
54
+ "type": "VISUAL",
55
+ "shape": [
56
+ 3,
57
+ 224,
58
+ 224
59
+ ]
60
+ },
61
+ "observation.images.right_wrist_0_rgb": {
62
+ "type": "VISUAL",
63
+ "shape": [
64
+ 3,
65
+ 224,
66
+ 224
67
+ ]
68
+ },
69
+ "observation.state": {
70
+ "type": "STATE",
71
+ "shape": [
72
+ 32
73
+ ]
74
+ },
75
+ "action": {
76
+ "type": "ACTION",
77
+ "shape": [
78
+ 6
79
+ ]
80
+ }
81
+ },
82
+ "norm_map": {
83
+ "VISUAL": "IDENTITY",
84
+ "STATE": "MEAN_STD",
85
+ "ACTION": "MEAN_STD"
86
+ }
87
+ },
88
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
89
+ }
90
+ ]
91
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11baee9221cfe16825f765d30bd63bcb6c0fb39b52044e5270809d169a801f7a
3
+ size 8632