Robotics
LeRobot
Safetensors
lingbot_va
Grigorij commited on
Commit
f70666b
·
verified ·
1 Parent(s): 5bf8332

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.front": "observation.images.image",
9
+ "observation.images.arm": "observation.images.image2"
10
+ }
11
+ }
12
+ },
13
+ {
14
+ "registry_name": "to_batch_processor",
15
+ "config": {}
16
+ },
17
+ {
18
+ "registry_name": "normalizer_processor",
19
+ "config": {
20
+ "eps": 1e-08,
21
+ "features": {
22
+ "observation.images.image": {
23
+ "type": "VISUAL",
24
+ "shape": [
25
+ 3,
26
+ 256,
27
+ 256
28
+ ]
29
+ },
30
+ "observation.images.image2": {
31
+ "type": "VISUAL",
32
+ "shape": [
33
+ 3,
34
+ 256,
35
+ 256
36
+ ]
37
+ },
38
+ "action": {
39
+ "type": "ACTION",
40
+ "shape": [
41
+ 6
42
+ ]
43
+ }
44
+ },
45
+ "norm_map": {
46
+ "VISUAL": "IDENTITY",
47
+ "STATE": "IDENTITY",
48
+ "ACTION": "IDENTITY"
49
+ }
50
+ },
51
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
52
+ },
53
+ {
54
+ "registry_name": "device_processor",
55
+ "config": {
56
+ "device": "cuda",
57
+ "float_dtype": null
58
+ }
59
+ }
60
+ ]
61
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea862951e1e2fc7850758101e0fd6e29e1db849c19fcbaf72cc351614437d204
3
+ size 7536