Robotics
LeRobot
Safetensors
diffusion
RonPlusSign commited on
Commit
71c6bd9
·
verified ·
1 Parent(s): bc75013

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 7
30
+ ]
31
+ },
32
+ "observation.state.joints": {
33
+ "type": "STATE",
34
+ "shape": [
35
+ 7
36
+ ]
37
+ },
38
+ "observation.images.left_shoulder_rgb": {
39
+ "type": "VISUAL",
40
+ "shape": [
41
+ 3,
42
+ 256,
43
+ 256
44
+ ]
45
+ },
46
+ "observation.images.front_rgb": {
47
+ "type": "VISUAL",
48
+ "shape": [
49
+ 3,
50
+ 256,
51
+ 256
52
+ ]
53
+ },
54
+ "observation.images.wrist_rgb": {
55
+ "type": "VISUAL",
56
+ "shape": [
57
+ 3,
58
+ 256,
59
+ 256
60
+ ]
61
+ },
62
+ "action": {
63
+ "type": "ACTION",
64
+ "shape": [
65
+ 7
66
+ ]
67
+ }
68
+ },
69
+ "norm_map": {
70
+ "VISUAL": "MEAN_STD",
71
+ "STATE": "MIN_MAX",
72
+ "ACTION": "MIN_MAX"
73
+ }
74
+ },
75
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
76
+ }
77
+ ]
78
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:382a851108dc160cb7473923e0d2e16460cac6dd4304501be54c14f2255c68e2
3
+ size 9976