Jeongeun commited on
Commit
9d1a8ef
·
verified ·
1 Parent(s): 6d90c2d

Upload DataProcessorPipeline

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