jadechoghari commited on
Commit
8cadcad
·
verified ·
1 Parent(s): 446837f

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.up": "observation.images.base_0_rgb",
9
+ "observation.images.side": "observation.images.left_wrist_0_rgb"
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.images.base_0_rgb": {
23
+ "type": "VISUAL",
24
+ "shape": [
25
+ 3,
26
+ 224,
27
+ 224
28
+ ]
29
+ },
30
+ "observation.images.left_wrist_0_rgb": {
31
+ "type": "VISUAL",
32
+ "shape": [
33
+ 3,
34
+ 224,
35
+ 224
36
+ ]
37
+ },
38
+ "observation.images.right_wrist_0_rgb": {
39
+ "type": "VISUAL",
40
+ "shape": [
41
+ 3,
42
+ 224,
43
+ 224
44
+ ]
45
+ },
46
+ "observation.state": {
47
+ "type": "STATE",
48
+ "shape": [
49
+ 32
50
+ ]
51
+ },
52
+ "observation.images.empty_camera_0": {
53
+ "type": "VISUAL",
54
+ "shape": [
55
+ 3,
56
+ 224,
57
+ 224
58
+ ]
59
+ },
60
+ "action": {
61
+ "type": "ACTION",
62
+ "shape": [
63
+ 6
64
+ ]
65
+ }
66
+ },
67
+ "norm_map": {
68
+ "VISUAL": "IDENTITY",
69
+ "STATE": "MEAN_STD",
70
+ "ACTION": "MEAN_STD"
71
+ }
72
+ },
73
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
74
+ },
75
+ {
76
+ "registry_name": "pi05_full_prepare_state_tokenizer_processor_step",
77
+ "config": {}
78
+ },
79
+ {
80
+ "registry_name": "tokenizer_processor",
81
+ "config": {
82
+ "max_length": 200,
83
+ "task_key": "task",
84
+ "padding_side": "right",
85
+ "padding": "max_length",
86
+ "truncation": true,
87
+ "tokenizer_name": "google/paligemma-3b-pt-224"
88
+ }
89
+ },
90
+ {
91
+ "registry_name": "action_tokenizer_processor",
92
+ "config": {
93
+ "trust_remote_code": true,
94
+ "max_action_tokens": 256,
95
+ "action_tokenizer_name": "physical-intelligence/fast"
96
+ }
97
+ },
98
+ {
99
+ "registry_name": "device_processor",
100
+ "config": {
101
+ "device": "cuda",
102
+ "float_dtype": null
103
+ }
104
+ }
105
+ ]
106
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:234c8937ad146f0189a2283751c2043fc0a6a6211e22a43e6e630c22f1ca271d
3
+ size 3740