Robotics
LeRobot
Safetensors
vla_jepa
IvanLee commited on
Commit
1199438
·
verified ·
1 Parent(s): 9353bc3

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.follower": "observation.images.exterior_1_left",
9
+ "observation.images.realsense": "observation.images.exterior_2_left"
10
+ }
11
+ }
12
+ },
13
+ {
14
+ "registry_name": "to_batch_processor",
15
+ "config": {}
16
+ },
17
+ {
18
+ "registry_name": "device_processor",
19
+ "config": {
20
+ "device": "cuda",
21
+ "float_dtype": null
22
+ }
23
+ },
24
+ {
25
+ "registry_name": "normalizer_processor",
26
+ "config": {
27
+ "eps": 1e-08,
28
+ "features": {
29
+ "observation.images.exterior_1_left": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 224,
34
+ 224
35
+ ]
36
+ },
37
+ "observation.images.exterior_2_left": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 224,
42
+ 224
43
+ ]
44
+ },
45
+ "action": {
46
+ "type": "ACTION",
47
+ "shape": [
48
+ 6
49
+ ]
50
+ }
51
+ },
52
+ "norm_map": {
53
+ "VISUAL": "IDENTITY",
54
+ "STATE": "MEAN_STD",
55
+ "ACTION": "MIN_MAX"
56
+ }
57
+ },
58
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
59
+ }
60
+ ]
61
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6223933b537b5e09cfa4e8a2562552f49c705c6f2a7d40f811e6a9c0585db32d
3
+ size 7624