Robotics
LeRobot
Safetensors
vla_jepa
maximellerbach HF Staff commited on
Commit
3c887c2
·
verified ·
1 Parent(s): 3c9a72c

Upload DataProcessorPipeline

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