thewisp commited on
Commit
e86afce
·
verified ·
1 Parent(s): edb4c6b

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": "normalizer_processor",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.state": {
20
+ "type": "STATE",
21
+ "shape": [
22
+ 14
23
+ ]
24
+ },
25
+ "observation.images.front": {
26
+ "type": "VISUAL",
27
+ "shape": [
28
+ 3,
29
+ 720,
30
+ 1280
31
+ ]
32
+ },
33
+ "observation.images.left_wrist": {
34
+ "type": "VISUAL",
35
+ "shape": [
36
+ 3,
37
+ 720,
38
+ 1280
39
+ ]
40
+ },
41
+ "observation.images.right_wrist": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 3,
45
+ 720,
46
+ 1280
47
+ ]
48
+ },
49
+ "observation.images.top": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 3,
53
+ 720,
54
+ 1280
55
+ ]
56
+ },
57
+ "action": {
58
+ "type": "ACTION",
59
+ "shape": [
60
+ 14
61
+ ]
62
+ }
63
+ },
64
+ "norm_map": {
65
+ "VISUAL": "IDENTITY",
66
+ "STATE": "QUANTILES",
67
+ "ACTION": "QUANTILES"
68
+ }
69
+ },
70
+ "state_file": "policy_preprocessor_step_2_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_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea43b4caab56c3b499f7cda271a261331d8222eb2823cc69d612cff44d40311
3
+ size 10296