Robotics
LeRobot
Safetensors
multi_task_dit
woozziam commited on
Commit
7cc0185
·
verified ·
1 Parent(s): 33a5c1d

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "tokenizer_processor",
16
+ "config": {
17
+ "max_length": 77,
18
+ "task_key": "task",
19
+ "padding_side": "right",
20
+ "padding": "max_length",
21
+ "truncation": true,
22
+ "tokenizer_name": "openai/clip-vit-base-patch16"
23
+ }
24
+ },
25
+ {
26
+ "registry_name": "device_processor",
27
+ "config": {
28
+ "device": "cuda",
29
+ "float_dtype": null
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "normalizer_processor",
34
+ "config": {
35
+ "eps": 1e-08,
36
+ "features": {
37
+ "observation.images.head_rgb": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 720,
42
+ 1280
43
+ ]
44
+ },
45
+ "observation.images.left_wrist_rgb": {
46
+ "type": "VISUAL",
47
+ "shape": [
48
+ 3,
49
+ 360,
50
+ 640
51
+ ]
52
+ },
53
+ "observation.images.right_wrist_rgb": {
54
+ "type": "VISUAL",
55
+ "shape": [
56
+ 3,
57
+ 360,
58
+ 640
59
+ ]
60
+ },
61
+ "observation.state": {
62
+ "type": "STATE",
63
+ "shape": [
64
+ 14
65
+ ]
66
+ },
67
+ "action": {
68
+ "type": "ACTION",
69
+ "shape": [
70
+ 14
71
+ ]
72
+ }
73
+ },
74
+ "norm_map": {
75
+ "VISUAL": "MEAN_STD",
76
+ "STATE": "MIN_MAX",
77
+ "ACTION": "MIN_MAX"
78
+ }
79
+ },
80
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
81
+ }
82
+ ]
83
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76fd086bccf03fe77d2225025c6e743852219a6633fbb56124c2664a2384782
3
+ size 5680