Push model using huggingface_hub.
Browse files
robot_preprocessor.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "robot_preprocessor",
|
3 |
+
"seed": null,
|
4 |
+
"steps": [
|
5 |
+
{
|
6 |
+
"registry_name": "rename_processor",
|
7 |
+
"config": {
|
8 |
+
"rename_map": {}
|
9 |
+
}
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"registry_name": "normalizer_processor",
|
13 |
+
"config": {
|
14 |
+
"eps": 1e-08,
|
15 |
+
"features": {
|
16 |
+
"observation.state": {
|
17 |
+
"type": "STATE",
|
18 |
+
"shape": [
|
19 |
+
6
|
20 |
+
]
|
21 |
+
},
|
22 |
+
"observation.images.top": {
|
23 |
+
"type": "VISUAL",
|
24 |
+
"shape": [
|
25 |
+
3,
|
26 |
+
480,
|
27 |
+
640
|
28 |
+
]
|
29 |
+
},
|
30 |
+
"observation.images.wrist": {
|
31 |
+
"type": "VISUAL",
|
32 |
+
"shape": [
|
33 |
+
3,
|
34 |
+
480,
|
35 |
+
640
|
36 |
+
]
|
37 |
+
},
|
38 |
+
"action": {
|
39 |
+
"type": "ACTION",
|
40 |
+
"shape": [
|
41 |
+
6
|
42 |
+
]
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"norm_map": {
|
46 |
+
"VISUAL": "MEAN_STD",
|
47 |
+
"STATE": "MEAN_STD",
|
48 |
+
"ACTION": "MEAN_STD"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"state_file": "robot_preprocessor_step_1_normalizer_processor.safetensors"
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"registry_name": "to_batch_processor",
|
55 |
+
"config": {}
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"registry_name": "device_processor",
|
59 |
+
"config": {
|
60 |
+
"device": "cuda",
|
61 |
+
"float_dtype": null
|
62 |
+
}
|
63 |
+
}
|
64 |
+
]
|
65 |
+
}
|
robot_preprocessor_step_1_normalizer_processor.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb6c09c11cb1e1cf675ccc91480e78c0d1380c3a4c280f35e59fb5b2daa53ede
|
3 |
+
size 3748
|