Robotics
LeRobot
Safetensors
pi05
wirthual commited on
Commit
fb7cb1c
·
verified ·
1 Parent(s): 7aa62a5

Upload DataProcessorPipeline

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