Robotics
LeRobot
Safetensors
pi05
leepanic commited on
Commit
e007fd9
·
verified ·
1 Parent(s): ceff12e

Upload DataProcessorPipeline

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