tiedong commited on
Commit
0559384
·
verified ·
1 Parent(s): 41baafe

Upload DataProcessorPipeline

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