Robotics
LeRobot
Safetensors
diffusion
liangnanying commited on
Commit
5cecaff
·
verified ·
1 Parent(s): 896bb56

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "state_slicer_processor",
6
+ "config": {
7
+ "n_dims": 20
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "rename_observations_processor",
12
+ "config": {
13
+ "rename_map": {}
14
+ }
15
+ },
16
+ {
17
+ "registry_name": "to_batch_processor",
18
+ "config": {}
19
+ },
20
+ {
21
+ "registry_name": "device_processor",
22
+ "config": {
23
+ "device": "cuda",
24
+ "float_dtype": null
25
+ }
26
+ },
27
+ {
28
+ "registry_name": "normalizer_processor",
29
+ "config": {
30
+ "eps": 1e-08,
31
+ "features": {
32
+ "observation.state": {
33
+ "type": "STATE",
34
+ "shape": [
35
+ 20
36
+ ]
37
+ },
38
+ "observation.images.head_left": {
39
+ "type": "VISUAL",
40
+ "shape": [
41
+ 3,
42
+ 480,
43
+ 640
44
+ ]
45
+ },
46
+ "observation.images.head_right": {
47
+ "type": "VISUAL",
48
+ "shape": [
49
+ 3,
50
+ 480,
51
+ 640
52
+ ]
53
+ },
54
+ "observation.images.wrist_left": {
55
+ "type": "VISUAL",
56
+ "shape": [
57
+ 3,
58
+ 480,
59
+ 640
60
+ ]
61
+ },
62
+ "observation.images.wrist_right": {
63
+ "type": "VISUAL",
64
+ "shape": [
65
+ 3,
66
+ 480,
67
+ 640
68
+ ]
69
+ },
70
+ "action": {
71
+ "type": "ACTION",
72
+ "shape": [
73
+ 20
74
+ ]
75
+ }
76
+ },
77
+ "norm_map": {
78
+ "VISUAL": "MEAN_STD",
79
+ "STATE": "MIN_MAX",
80
+ "ACTION": "MIN_MAX"
81
+ }
82
+ },
83
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
84
+ }
85
+ ]
86
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c288a27563bc3417063982a78bec68877a4255d1fe4e9df014310fcf72e8c9fe
3
+ size 5300