Robotics
LeRobot
Safetensors
vla_jepa
maximellerbach commited on
Commit
347b009
·
verified ·
1 Parent(s): 8206f23

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "relative_actions_processor",
23
+ "config": {
24
+ "enabled": true,
25
+ "exclude_joints": [
26
+ "gripper"
27
+ ],
28
+ "action_names": [
29
+ "right_joint_1.pos",
30
+ "right_joint_2.pos",
31
+ "right_joint_3.pos",
32
+ "right_joint_4.pos",
33
+ "right_joint_5.pos",
34
+ "right_joint_6.pos",
35
+ "right_joint_7.pos",
36
+ "right_gripper.pos",
37
+ "left_joint_1.pos",
38
+ "left_joint_2.pos",
39
+ "left_joint_3.pos",
40
+ "left_joint_4.pos",
41
+ "left_joint_5.pos",
42
+ "left_joint_6.pos",
43
+ "left_joint_7.pos",
44
+ "left_gripper.pos"
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "registry_name": "normalizer_processor",
50
+ "config": {
51
+ "eps": 1e-08,
52
+ "features": {
53
+ "observation.images.base": {
54
+ "type": "VISUAL",
55
+ "shape": [
56
+ 3,
57
+ 224,
58
+ 224
59
+ ]
60
+ },
61
+ "observation.images.right_wrist": {
62
+ "type": "VISUAL",
63
+ "shape": [
64
+ 3,
65
+ 224,
66
+ 224
67
+ ]
68
+ },
69
+ "observation.images.left_wrist": {
70
+ "type": "VISUAL",
71
+ "shape": [
72
+ 3,
73
+ 224,
74
+ 224
75
+ ]
76
+ },
77
+ "action": {
78
+ "type": "ACTION",
79
+ "shape": [
80
+ 16
81
+ ]
82
+ }
83
+ },
84
+ "norm_map": {
85
+ "VISUAL": "IDENTITY",
86
+ "STATE": "MEAN_STD",
87
+ "ACTION": "MIN_MAX"
88
+ }
89
+ },
90
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
91
+ }
92
+ ]
93
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678c89f62754e8d7a2c76a662b9817eab1d8b7417c40b854807efadd86d81ff8
3
+ size 9464