Robotics
LeRobot
Safetensors
diffusion
emreadabag commited on
Commit
dab71bb
·
verified ·
1 Parent(s): 6769dbb

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.wall": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 3,
30
+ 256,
31
+ 256
32
+ ]
33
+ },
34
+ "observation.images.wrist": {
35
+ "type": "VISUAL",
36
+ "shape": [
37
+ 3,
38
+ 256,
39
+ 256
40
+ ]
41
+ },
42
+ "observation.state.cartesian": {
43
+ "type": "STATE",
44
+ "shape": [
45
+ 6
46
+ ]
47
+ },
48
+ "observation.state.gripper": {
49
+ "type": "STATE",
50
+ "shape": [
51
+ 1
52
+ ]
53
+ },
54
+ "observation.state.joint": {
55
+ "type": "STATE",
56
+ "shape": [
57
+ 7
58
+ ]
59
+ },
60
+ "observation.state.target": {
61
+ "type": "STATE",
62
+ "shape": [
63
+ 6
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "type": "STATE",
68
+ "shape": [
69
+ 20
70
+ ]
71
+ },
72
+ "action": {
73
+ "type": "ACTION",
74
+ "shape": [
75
+ 7
76
+ ]
77
+ }
78
+ },
79
+ "norm_map": {
80
+ "VISUAL": "MEAN_STD",
81
+ "STATE": "MIN_MAX",
82
+ "ACTION": "MIN_MAX"
83
+ }
84
+ },
85
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
86
+ }
87
+ ]
88
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffac94285251499ac9268aa2158f822243fe58dc0ccc33c6754fa1c6352d78e6
3
+ size 6044