sorel commited on
Commit
86b205a
·
verified ·
1 Parent(s): 1acefde

Upload DataProcessorPipeline

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