Robotics
LeRobot
Safetensors
pi052
pepijn223 HF Staff commited on
Commit
75bf40d
·
verified ·
1 Parent(s): 072a319

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.images.robot0_agentview_left": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 256,
34
+ 256
35
+ ]
36
+ },
37
+ "observation.images.robot0_agentview_right": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 256,
42
+ 256
43
+ ]
44
+ },
45
+ "observation.images.robot0_eye_in_hand": {
46
+ "type": "VISUAL",
47
+ "shape": [
48
+ 3,
49
+ 256,
50
+ 256
51
+ ]
52
+ },
53
+ "observation.state": {
54
+ "type": "STATE",
55
+ "shape": [
56
+ 16
57
+ ]
58
+ },
59
+ "action": {
60
+ "type": "ACTION",
61
+ "shape": [
62
+ 12
63
+ ]
64
+ }
65
+ },
66
+ "norm_map": {
67
+ "VISUAL": "IDENTITY",
68
+ "STATE": "QUANTILES",
69
+ "ACTION": "QUANTILES"
70
+ }
71
+ },
72
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
73
+ },
74
+ {
75
+ "registry_name": "render_messages_processor",
76
+ "config": {
77
+ "recipe": {
78
+ "messages": [
79
+ {
80
+ "role": "user",
81
+ "content": "${task}",
82
+ "stream": "low_level",
83
+ "target": false,
84
+ "if_present": null,
85
+ "tool_calls_from": null
86
+ },
87
+ {
88
+ "role": "assistant",
89
+ "content": "${subtask}",
90
+ "stream": "low_level",
91
+ "target": true,
92
+ "if_present": "subtask",
93
+ "tool_calls_from": null
94
+ }
95
+ ],
96
+ "bindings": null,
97
+ "blend": null,
98
+ "weight": null
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "registry_name": "pi052_text_tokenizer",
104
+ "config": {
105
+ "tokenizer_name": "google/paligemma-3b-pt-224",
106
+ "max_length": 128,
107
+ "padding": "max_length",
108
+ "padding_side": "right",
109
+ "plan_dropout_prob": 0.0,
110
+ "memory_dropout_prob": 0.0,
111
+ "subtask_dropout_prob": 0.0,
112
+ "interjection_dropout_prob": 0.0,
113
+ "dropout_seed": null
114
+ }
115
+ },
116
+ {
117
+ "registry_name": "action_tokenizer_processor",
118
+ "config": {
119
+ "trust_remote_code": true,
120
+ "max_action_tokens": 384,
121
+ "fast_skip_tokens": 1152,
122
+ "paligemma_tokenizer_name": "google/paligemma-3b-pt-224",
123
+ "allow_truncation": false,
124
+ "action_tokenizer_name": "/admin/home/pepijn/.cache/lerobot/fast_tokenizers/a1fdd9f0d1287554"
125
+ }
126
+ },
127
+ {
128
+ "registry_name": "device_processor",
129
+ "config": {
130
+ "device": "cuda",
131
+ "float_dtype": null
132
+ }
133
+ }
134
+ ]
135
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5ec357e4c339724366bcb397f18796be32524bae6b160b3fdd5d809b99e90b
3
+ size 9672