gimarchetti commited on
Commit
0737064
·
verified ·
1 Parent(s): a8fb330

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "wall_x_task_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "normalizer_processor",
20
+ "config": {
21
+ "eps": 1e-08,
22
+ "features": {
23
+ "observation.image": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 448,
28
+ 448
29
+ ]
30
+ },
31
+ "observation.wrist_image": {
32
+ "type": "VISUAL",
33
+ "shape": [
34
+ 3,
35
+ 448,
36
+ 448
37
+ ]
38
+ },
39
+ "observation.left_scene_image": {
40
+ "type": "VISUAL",
41
+ "shape": [
42
+ 3,
43
+ 448,
44
+ 448
45
+ ]
46
+ },
47
+ "observation.right_scene_image": {
48
+ "type": "VISUAL",
49
+ "shape": [
50
+ 3,
51
+ 448,
52
+ 448
53
+ ]
54
+ },
55
+ "observation.state": {
56
+ "type": "STATE",
57
+ "shape": [
58
+ 7
59
+ ]
60
+ },
61
+ "observation.eef_pose": {
62
+ "type": "STATE",
63
+ "shape": [
64
+ 7
65
+ ]
66
+ },
67
+ "action": {
68
+ "type": "ACTION",
69
+ "shape": [
70
+ 7
71
+ ]
72
+ }
73
+ },
74
+ "norm_map": {
75
+ "VISUAL": "IDENTITY",
76
+ "STATE": "MEAN_STD",
77
+ "ACTION": "MEAN_STD"
78
+ }
79
+ },
80
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
81
+ },
82
+ {
83
+ "registry_name": "device_processor",
84
+ "config": {
85
+ "device": "cuda",
86
+ "float_dtype": null
87
+ }
88
+ }
89
+ ]
90
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53d5363c5211058f2c115d5a5e630ecbe7ce27830134c950312bc1f84cde10a
3
+ size 12912