Robotics
LeRobot
Safetensors
pi05
ViVi-AI commited on
Commit
8f95f30
·
verified ·
1 Parent(s): 3abcf3a

Upload DataProcessorPipeline

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