Robotics
LeRobot
Safetensors
act
fecasado commited on
Commit
fd36a14
·
verified ·
1 Parent(s): 3f39e22

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.images.right": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 240,
30
+ 320,
31
+ 3
32
+ ]
33
+ },
34
+ "observation.images.left": {
35
+ "type": "VISUAL",
36
+ "shape": [
37
+ 240,
38
+ 320,
39
+ 3
40
+ ]
41
+ },
42
+ "observation.images.user": {
43
+ "type": "VISUAL",
44
+ "shape": [
45
+ 240,
46
+ 320,
47
+ 3
48
+ ]
49
+ },
50
+ "action": {
51
+ "type": "ACTION",
52
+ "shape": [
53
+ 24
54
+ ]
55
+ }
56
+ },
57
+ "norm_map": {
58
+ "VISUAL": "MEAN_STD",
59
+ "STATE": "MEAN_STD",
60
+ "ACTION": "MEAN_STD"
61
+ }
62
+ },
63
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
64
+ }
65
+ ]
66
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d32dacd8f143e3b89d63b027cdae4441897875ae3ceeba6f469657df9934ec
3
+ size 10968