home1017 commited on
Commit
973c523
·
verified ·
1 Parent(s): 670c23f

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.image": "observation.images.front",
9
+ "observation.images.image2": "observation.images.wrist"
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
+ 6
26
+ ]
27
+ },
28
+ "observation.images.wrist": {
29
+ "type": "VISUAL",
30
+ "shape": [
31
+ 3,
32
+ 480,
33
+ 640
34
+ ]
35
+ },
36
+ "observation.images.front": {
37
+ "type": "VISUAL",
38
+ "shape": [
39
+ 3,
40
+ 480,
41
+ 640
42
+ ]
43
+ },
44
+ "action": {
45
+ "type": "ACTION",
46
+ "shape": [
47
+ 6
48
+ ]
49
+ }
50
+ },
51
+ "norm_map": {
52
+ "ACTION": "MEAN_STD",
53
+ "STATE": "MEAN_STD",
54
+ "VISUAL": "IDENTITY"
55
+ }
56
+ },
57
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
58
+ },
59
+ {
60
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
61
+ "config": {}
62
+ },
63
+ {
64
+ "registry_name": "tokenizer_processor",
65
+ "config": {
66
+ "max_length": 200,
67
+ "task_key": "task",
68
+ "padding_side": "right",
69
+ "padding": "max_length",
70
+ "truncation": true,
71
+ "tokenizer_name": "google/paligemma-3b-pt-224"
72
+ }
73
+ },
74
+ {
75
+ "registry_name": "device_processor",
76
+ "config": {
77
+ "device": "cuda",
78
+ "float_dtype": null
79
+ }
80
+ }
81
+ ]
82
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52663f2d8c61d6ef76da91be2d2ed12db4b0871c9eb369ce2429df1a0e8e3f2d
3
+ size 7552