Robotics
LeRobot
Safetensors
multi_task_dit
RzZ commited on
Commit
e0dc50b
·
verified ·
1 Parent(s): 3fab56c

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "delta_actions_processor",
16
+ "config": {
17
+ "enabled": true,
18
+ "exclude_joints": [
19
+ "gripper"
20
+ ],
21
+ "action_names": [
22
+ "position.x",
23
+ "position.y",
24
+ "position.z",
25
+ "orientation.x",
26
+ "orientation.y",
27
+ "orientation.z",
28
+ "orientation.w"
29
+ ],
30
+ "convert_relative_quat_to_rotvec": true,
31
+ "use_ee_frame_pose": true
32
+ }
33
+ },
34
+ {
35
+ "registry_name": "tokenizer_processor",
36
+ "config": {
37
+ "max_length": 77,
38
+ "task_key": "task",
39
+ "padding_side": "right",
40
+ "padding": "max_length",
41
+ "truncation": true,
42
+ "tokenizer_name": "openai/clip-vit-base-patch16"
43
+ }
44
+ },
45
+ {
46
+ "registry_name": "device_processor",
47
+ "config": {
48
+ "device": "cuda",
49
+ "float_dtype": null
50
+ }
51
+ },
52
+ {
53
+ "registry_name": "normalizer_processor",
54
+ "config": {
55
+ "eps": 1e-08,
56
+ "features": {
57
+ "observation.state": {
58
+ "type": "STATE",
59
+ "shape": [
60
+ 26
61
+ ]
62
+ },
63
+ "observation.images.center_camera": {
64
+ "type": "VISUAL",
65
+ "shape": [
66
+ 3,
67
+ 256,
68
+ 256
69
+ ]
70
+ },
71
+ "observation.images.right_camera": {
72
+ "type": "VISUAL",
73
+ "shape": [
74
+ 3,
75
+ 256,
76
+ 256
77
+ ]
78
+ },
79
+ "observation.images.center_camera_center_crop": {
80
+ "type": "VISUAL",
81
+ "shape": [
82
+ 3,
83
+ 256,
84
+ 256
85
+ ]
86
+ },
87
+ "action": {
88
+ "type": "ACTION",
89
+ "shape": [
90
+ 7
91
+ ]
92
+ }
93
+ },
94
+ "norm_map": {
95
+ "VISUAL": "MEAN_STD",
96
+ "STATE": "MIN_MAX",
97
+ "ACTION": "MIN_MAX"
98
+ }
99
+ },
100
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
101
+ }
102
+ ]
103
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b34f6a69853e31a9f3c0de7625a69d72bc41d9052b1324613785b8ce86d845d9
3
+ size 9716