Robotics
LeRobot
Safetensors
diffusion
gaspardthrl commited on
Commit
7262933
·
verified ·
1 Parent(s): c4eced9

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "delta_actions_processor",
23
+ "config": {
24
+ "enabled": true,
25
+ "exclude_joints": [
26
+ "gripper"
27
+ ],
28
+ "action_names": [
29
+ "shoulder_pan.pos",
30
+ "shoulder_lift.pos",
31
+ "elbow_flex.pos",
32
+ "wrist_flex.pos",
33
+ "wrist_roll.pos",
34
+ "gripper.pos"
35
+ ]
36
+ }
37
+ },
38
+ {
39
+ "registry_name": "normalizer_processor",
40
+ "config": {
41
+ "eps": 1e-08,
42
+ "features": {
43
+ "observation.state": {
44
+ "type": "STATE",
45
+ "shape": [
46
+ 6
47
+ ]
48
+ },
49
+ "observation.images.front": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 3,
53
+ 480,
54
+ 640
55
+ ]
56
+ },
57
+ "action": {
58
+ "type": "ACTION",
59
+ "shape": [
60
+ 6
61
+ ]
62
+ }
63
+ },
64
+ "norm_map": {
65
+ "VISUAL": "MEAN_STD",
66
+ "STATE": "MIN_MAX",
67
+ "ACTION": "MEAN_STD"
68
+ }
69
+ },
70
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
71
+ }
72
+ ]
73
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf8c8e4396d42b1ac61eb5259bfe85d9133559052fd0f50a7dd3d13d6ad45e83
3
+ size 6560