Robotics
LeRobot
Safetensors
diffusion
woozziam commited on
Commit
e40c8e6
·
verified ·
1 Parent(s): 5d3a14d

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.head_rgb": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 3,
30
+ 96,
31
+ 96
32
+ ]
33
+ },
34
+ "observation.images.left_wrist_rgb": {
35
+ "type": "VISUAL",
36
+ "shape": [
37
+ 3,
38
+ 96,
39
+ 96
40
+ ]
41
+ },
42
+ "observation.images.right_wrist_rgb": {
43
+ "type": "VISUAL",
44
+ "shape": [
45
+ 3,
46
+ 96,
47
+ 96
48
+ ]
49
+ },
50
+ "observation.state.left_arm": {
51
+ "type": "STATE",
52
+ "shape": [
53
+ 6
54
+ ]
55
+ },
56
+ "observation.state.right_arm": {
57
+ "type": "STATE",
58
+ "shape": [
59
+ 6
60
+ ]
61
+ },
62
+ "observation.state.left_gripper": {
63
+ "type": "STATE",
64
+ "shape": [
65
+ 1
66
+ ]
67
+ },
68
+ "observation.state.right_gripper": {
69
+ "type": "STATE",
70
+ "shape": [
71
+ 1
72
+ ]
73
+ },
74
+ "observation.state": {
75
+ "type": "STATE",
76
+ "shape": [
77
+ 14
78
+ ]
79
+ },
80
+ "action.left_gripper": {
81
+ "type": "ACTION",
82
+ "shape": [
83
+ 1
84
+ ]
85
+ },
86
+ "action.right_gripper": {
87
+ "type": "ACTION",
88
+ "shape": [
89
+ 1
90
+ ]
91
+ },
92
+ "action.chassis.velocities": {
93
+ "type": "ACTION",
94
+ "shape": [
95
+ 6
96
+ ]
97
+ },
98
+ "action.torso.velocities": {
99
+ "type": "ACTION",
100
+ "shape": [
101
+ 6
102
+ ]
103
+ },
104
+ "action.left_arm": {
105
+ "type": "ACTION",
106
+ "shape": [
107
+ 6
108
+ ]
109
+ },
110
+ "action.right_arm": {
111
+ "type": "ACTION",
112
+ "shape": [
113
+ 6
114
+ ]
115
+ },
116
+ "action": {
117
+ "type": "ACTION",
118
+ "shape": [
119
+ 14
120
+ ]
121
+ }
122
+ },
123
+ "norm_map": {
124
+ "VISUAL": "MEAN_STD",
125
+ "STATE": "MIN_MAX",
126
+ "ACTION": "MIN_MAX"
127
+ }
128
+ },
129
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
130
+ }
131
+ ]
132
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613311ba4e9c07210cf9f59e903413461cdb16cfebe2c78aa5ce0d5819e63f1d
3
+ size 15168