maxqualia commited on
Commit
2e314f2
·
verified ·
1 Parent(s): 8678fc5

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.images.context": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 360,
28
+ 640
29
+ ]
30
+ },
31
+ "observation.images.left_wrist": {
32
+ "type": "VISUAL",
33
+ "shape": [
34
+ 3,
35
+ 360,
36
+ 640
37
+ ]
38
+ },
39
+ "observation.images.right_wrist": {
40
+ "type": "VISUAL",
41
+ "shape": [
42
+ 3,
43
+ 360,
44
+ 640
45
+ ]
46
+ },
47
+ "observation.state": {
48
+ "type": "STATE",
49
+ "shape": [
50
+ 14
51
+ ]
52
+ },
53
+ "action": {
54
+ "type": "ACTION",
55
+ "shape": [
56
+ 14
57
+ ]
58
+ }
59
+ },
60
+ "norm_map": {
61
+ "VISUAL": "IDENTITY",
62
+ "STATE": "MEAN_STD",
63
+ "ACTION": "MEAN_STD"
64
+ }
65
+ },
66
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
67
+ },
68
+ {
69
+ "registry_name": "device_processor",
70
+ "config": {
71
+ "device": "cuda",
72
+ "float_dtype": null
73
+ }
74
+ }
75
+ ]
76
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2758395ca34977dbddc28a541ec271e824234998dd7e98b0a70f9e8fe207911
3
+ size 9328