Robotics
LeRobot
Safetensors
pi05
pepijn223 HF Staff commited on
Commit
3b41fa5
·
verified ·
1 Parent(s): 388fbd5

Upload DataProcessorPipeline

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