Robotics
LeRobot
Safetensors
act
kfstiger commited on
Commit
a471272
·
verified ·
1 Parent(s): 4c733e6

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 20
30
+ ]
31
+ },
32
+ "observation.images.pikaDepthCamera_l": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "observation.images.pikaDepthCamera_r": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 480,
45
+ 640
46
+ ]
47
+ },
48
+ "observation.images.pikaFisheyeCamera_l": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 480,
53
+ 640
54
+ ]
55
+ },
56
+ "observation.images.pikaFisheyeCamera_r": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 480,
61
+ 640
62
+ ]
63
+ },
64
+ "observation.depths.pikaDepthCamera_l": {
65
+ "type": "VISUAL",
66
+ "shape": [
67
+ 1,
68
+ 480,
69
+ 640
70
+ ]
71
+ },
72
+ "observation.depths.pikaDepthCamera_r": {
73
+ "type": "VISUAL",
74
+ "shape": [
75
+ 1,
76
+ 480,
77
+ 640
78
+ ]
79
+ },
80
+ "action": {
81
+ "type": "ACTION",
82
+ "shape": [
83
+ 20
84
+ ]
85
+ }
86
+ },
87
+ "norm_map": {
88
+ "VISUAL": "MEAN_STD",
89
+ "STATE": "MEAN_STD",
90
+ "ACTION": "MEAN_STD"
91
+ }
92
+ },
93
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
94
+ }
95
+ ]
96
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:856d08271f868686255e1f84ecac3c17b15244b03e65b8315789fbdffd03a878
3
+ size 13480