AdilZtn commited on
Commit
8390e74
·
verified ·
1 Parent(s): 8e80ff2

Push model using huggingface_hub.

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