Robotics
LeRobot
Safetensors
vision-language-action
eo1
Grigorij commited on
Commit
5c0d003
·
verified ·
1 Parent(s): b9fde2e

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "normalizer_processor",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.state": {
20
+ "type": "STATE",
21
+ "shape": [
22
+ 6
23
+ ]
24
+ },
25
+ "observation.images.front": {
26
+ "type": "VISUAL",
27
+ "shape": [
28
+ 3,
29
+ 480,
30
+ 640
31
+ ]
32
+ },
33
+ "observation.images.arm": {
34
+ "type": "VISUAL",
35
+ "shape": [
36
+ 3,
37
+ 480,
38
+ 640
39
+ ]
40
+ },
41
+ "action": {
42
+ "type": "ACTION",
43
+ "shape": [
44
+ 6
45
+ ]
46
+ }
47
+ },
48
+ "norm_map": {
49
+ "ACTION": "MEAN_STD",
50
+ "STATE": "MEAN_STD",
51
+ "VISUAL": "IDENTITY"
52
+ }
53
+ },
54
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
55
+ },
56
+ {
57
+ "registry_name": "eo1_conversation_template_processor",
58
+ "config": {
59
+ "input_features": {
60
+ "observation.state": {
61
+ "type": "STATE",
62
+ "shape": [
63
+ 6
64
+ ]
65
+ },
66
+ "observation.images.front": {
67
+ "type": "VISUAL",
68
+ "shape": [
69
+ 3,
70
+ 480,
71
+ 640
72
+ ]
73
+ },
74
+ "observation.images.arm": {
75
+ "type": "VISUAL",
76
+ "shape": [
77
+ 3,
78
+ 480,
79
+ 640
80
+ ]
81
+ }
82
+ },
83
+ "chunk_size": 16
84
+ }
85
+ },
86
+ {
87
+ "registry_name": "eo1_qwen_processor",
88
+ "config": {
89
+ "processor_name": "lerobot/eo1-base",
90
+ "image_min_pixels": 50176,
91
+ "image_max_pixels": 100352,
92
+ "use_fast_processor": true
93
+ }
94
+ },
95
+ {
96
+ "registry_name": "device_processor",
97
+ "config": {
98
+ "device": "cuda",
99
+ "float_dtype": null
100
+ }
101
+ }
102
+ ]
103
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0361bda74f0cc6448b84ff4f72543faf6c1abf1dd9c0d9c9183a47afcdd539
3
+ size 7544