Robotics
LeRobot
Safetensors
pi05
IsaacSinn commited on
Commit
c309f04
·
verified ·
1 Parent(s): c52ecb9

Upload DataProcessorPipeline

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