manbomanbo commited on
Commit
67bc57a
·
verified ·
1 Parent(s): e8c42ec

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "normalizer_processor",
12
+ "config": {
13
+ "eps": 1e-08,
14
+ "features": {
15
+ "observation.state": {
16
+ "type": "STATE",
17
+ "shape": [
18
+ 12
19
+ ]
20
+ },
21
+ "observation.images.left_wrist": {
22
+ "type": "VISUAL",
23
+ "shape": [
24
+ 3,
25
+ 480,
26
+ 640
27
+ ]
28
+ },
29
+ "observation.images.right_wrist": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 480,
34
+ 640
35
+ ]
36
+ },
37
+ "observation.images.right_front": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 720,
42
+ 1280
43
+ ]
44
+ },
45
+ "action": {
46
+ "type": "ACTION",
47
+ "shape": [
48
+ 12
49
+ ]
50
+ }
51
+ },
52
+ "norm_map": {
53
+ "VISUAL": "IDENTITY",
54
+ "STATE": "QUANTILES",
55
+ "ACTION": "IDENTITY"
56
+ },
57
+ "normalize_observation_keys": [
58
+ "observation.state"
59
+ ]
60
+ },
61
+ "state_file": "policy_preprocessor_step_1_normalizer_processor.safetensors"
62
+ },
63
+ {
64
+ "registry_name": "pistar06_prepare_task_prompt",
65
+ "config": {
66
+ "task_key": "task",
67
+ "include_state_in_prompt": true,
68
+ "state_feature": "observation.state",
69
+ "max_state_dim": 32,
70
+ "state_discretization_bins": 256
71
+ }
72
+ },
73
+ {
74
+ "registry_name": "tokenizer_processor",
75
+ "config": {
76
+ "max_length": 200,
77
+ "task_key": "task",
78
+ "padding_side": "right",
79
+ "padding": "max_length",
80
+ "truncation": true,
81
+ "tokenizer_name": "google/gemma-3-270m"
82
+ }
83
+ },
84
+ {
85
+ "registry_name": "pistar06_prepare_images",
86
+ "config": {
87
+ "camera_features": [
88
+ "observation.images.left_wrist",
89
+ "observation.images.right_wrist",
90
+ "observation.images.right_front"
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "registry_name": "device_processor",
96
+ "config": {
97
+ "device": "cuda",
98
+ "float_dtype": null
99
+ }
100
+ }
101
+ ]
102
+ }
policy_preprocessor_step_1_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a93e1a5e46bcc3d0c4158865712b91172a1b012eb0bccdd743cae28281e96d
3
+ size 12556