rchowdhub commited on
Commit
e3e7467
·
verified ·
1 Parent(s): 9d99a82

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.images.cam_high": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.cam_left_wrist": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 480,
32
+ 640
33
+ ]
34
+ },
35
+ "observation.images.cam_right_wrist": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 480,
40
+ 640
41
+ ]
42
+ },
43
+ "observation.state": {
44
+ "type": "STATE",
45
+ "shape": [
46
+ 14
47
+ ]
48
+ },
49
+ "observation.effort": {
50
+ "type": "STATE",
51
+ "shape": [
52
+ 14
53
+ ]
54
+ },
55
+ "action": {
56
+ "type": "ACTION",
57
+ "shape": [
58
+ 14
59
+ ]
60
+ }
61
+ },
62
+ "norm_map": {
63
+ "VISUAL": "IDENTITY",
64
+ "STATE": "QUANTILES",
65
+ "ACTION": "QUANTILES"
66
+ }
67
+ },
68
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
69
+ },
70
+ {
71
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
72
+ "config": {}
73
+ },
74
+ {
75
+ "registry_name": "tokenizer_processor",
76
+ "config": {
77
+ "max_length": 200,
78
+ "task_key": "task",
79
+ "padding_side": "right",
80
+ "padding": "max_length",
81
+ "truncation": true,
82
+ "tokenizer_name": "google/paligemma-3b-pt-224"
83
+ }
84
+ },
85
+ {
86
+ "registry_name": "device_processor",
87
+ "config": {
88
+ "device": "cuda",
89
+ "float_dtype": null
90
+ }
91
+ }
92
+ ]
93
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe327a656c274b1dfacfaa57de6c1f89e76c3011a66e0a80c2b49f4c5e8b868
3
+ size 11524