Robotics
LeRobot
Safetensors
vla
Tsagkas commited on
Commit
f09fcf2
·
verified ·
1 Parent(s): 5ec58b7

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 7
30
+ ]
31
+ },
32
+ "observation.images.wrist": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 256,
37
+ 256
38
+ ]
39
+ },
40
+ "observation.images.front": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 256,
45
+ 256
46
+ ]
47
+ },
48
+ "observation.vfm_features.wrist": {
49
+ "type": "STATE",
50
+ "shape": [
51
+ 16,
52
+ 16,
53
+ 768
54
+ ]
55
+ },
56
+ "observation.vfm_features.front": {
57
+ "type": "STATE",
58
+ "shape": [
59
+ 16,
60
+ 16,
61
+ 768
62
+ ]
63
+ },
64
+ "observation.skill_feature": {
65
+ "type": "STATE",
66
+ "shape": [
67
+ 1024
68
+ ]
69
+ },
70
+ "observation.object_feature": {
71
+ "type": "STATE",
72
+ "shape": [
73
+ 1024
74
+ ]
75
+ },
76
+ "observation.vlm_features.wrist": {
77
+ "type": "STATE",
78
+ "shape": [
79
+ 16,
80
+ 16,
81
+ 1024
82
+ ]
83
+ },
84
+ "observation.vlm_features.front": {
85
+ "type": "STATE",
86
+ "shape": [
87
+ 16,
88
+ 16,
89
+ 1024
90
+ ]
91
+ },
92
+ "action": {
93
+ "type": "ACTION",
94
+ "shape": [
95
+ 7
96
+ ]
97
+ }
98
+ },
99
+ "norm_map": {
100
+ "VISUAL": "IDENTITY",
101
+ "STATE": "MEAN_STD",
102
+ "ACTION": "MEAN_STD"
103
+ }
104
+ },
105
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
106
+ }
107
+ ]
108
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ead874e8781fa8b81a333a80e55fd7daf371bc50ccf30e27e5c6310c03b59a
3
+ size 216328