Robotics
LeRobot
Safetensors
pi05
maerad7 commited on
Commit
b5b572b
·
verified ·
1 Parent(s): f05c1ef

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": "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.image": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 256,
34
+ 256
35
+ ]
36
+ },
37
+ "observation.wrist_image": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 256,
42
+ 256
43
+ ]
44
+ },
45
+ "observation.state": {
46
+ "type": "STATE",
47
+ "shape": [
48
+ 8
49
+ ]
50
+ },
51
+ "observation.eef_pose": {
52
+ "type": "STATE",
53
+ "shape": [
54
+ 7
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_3_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_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0fe62dd743f358a1399e45ba01f4bb2ef282b6c1f082e92d015a0eec693a06
3
+ size 10844