the-future-dev commited on
Commit
adefe3d
·
verified ·
1 Parent(s): cbaf2f6

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.image": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 3,
30
+ 128,
31
+ 128
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "type": "STATE",
36
+ "shape": [
37
+ 6
38
+ ]
39
+ },
40
+ "observation.environment_state": {
41
+ "type": "ENV",
42
+ "shape": [
43
+ 30
44
+ ]
45
+ },
46
+ "action": {
47
+ "type": "ACTION",
48
+ "shape": [
49
+ 8
50
+ ]
51
+ }
52
+ },
53
+ "norm_map": {
54
+ "VISUAL": "MEAN_STD",
55
+ "STATE": "MIN_MAX",
56
+ "ACTION": "MIN_MAX"
57
+ }
58
+ },
59
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
60
+ }
61
+ ]
62
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa27700fd6fa4c1c9e523f74cc2e56d1f282b9f31225ca78d16dee991622a857
3
+ size 10124