pzrsa commited on
Commit
8096667
·
verified ·
1 Parent(s): 23bdd99

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state.gripper_position": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 1
30
+ ]
31
+ },
32
+ "observation.state.cartesian_position": {
33
+ "type": "STATE",
34
+ "shape": [
35
+ 6
36
+ ]
37
+ },
38
+ "observation.state.joint_position": {
39
+ "type": "STATE",
40
+ "shape": [
41
+ 7
42
+ ]
43
+ },
44
+ "observation.state": {
45
+ "type": "STATE",
46
+ "shape": [
47
+ 8
48
+ ]
49
+ },
50
+ "observation.images.wrist_left": {
51
+ "type": "VISUAL",
52
+ "shape": [
53
+ 3,
54
+ 180,
55
+ 320
56
+ ]
57
+ },
58
+ "action.gripper_position": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 1
62
+ ]
63
+ },
64
+ "action.gripper_velocity": {
65
+ "type": "ACTION",
66
+ "shape": [
67
+ 1
68
+ ]
69
+ },
70
+ "action.cartesian_position": {
71
+ "type": "ACTION",
72
+ "shape": [
73
+ 6
74
+ ]
75
+ },
76
+ "action.cartesian_velocity": {
77
+ "type": "ACTION",
78
+ "shape": [
79
+ 6
80
+ ]
81
+ },
82
+ "action.joint_position": {
83
+ "type": "ACTION",
84
+ "shape": [
85
+ 7
86
+ ]
87
+ },
88
+ "action.joint_velocity": {
89
+ "type": "ACTION",
90
+ "shape": [
91
+ 7
92
+ ]
93
+ },
94
+ "action.original": {
95
+ "type": "ACTION",
96
+ "shape": [
97
+ 7
98
+ ]
99
+ },
100
+ "action": {
101
+ "type": "ACTION",
102
+ "shape": [
103
+ 8
104
+ ]
105
+ }
106
+ },
107
+ "norm_map": {
108
+ "VISUAL": "MEAN_STD",
109
+ "STATE": "MEAN_STD",
110
+ "ACTION": "MEAN_STD"
111
+ }
112
+ },
113
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
114
+ }
115
+ ]
116
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13abe3385fce97d9d1c6999ff6dbab1a42957197e4ca7fe2375abe370d2c85b8
3
+ size 13668