Robotics
LeRobot
Safetensors
smolvla
RonPlusSign commited on
Commit
7597222
·
verified ·
1 Parent(s): c6208d4

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": "smolvla_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "longest",
25
+ "truncation": true,
26
+ "tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "device_processor",
31
+ "config": {
32
+ "device": "cuda",
33
+ "float_dtype": null
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "normalizer_processor",
38
+ "config": {
39
+ "eps": 1e-08,
40
+ "features": {
41
+ "observation.state": {
42
+ "type": "STATE",
43
+ "shape": [
44
+ 7
45
+ ]
46
+ },
47
+ "observation.state.joints": {
48
+ "type": "STATE",
49
+ "shape": [
50
+ 7
51
+ ]
52
+ },
53
+ "observation.images.left_shoulder_rgb": {
54
+ "type": "VISUAL",
55
+ "shape": [
56
+ 3,
57
+ 256,
58
+ 256
59
+ ]
60
+ },
61
+ "observation.images.front_rgb": {
62
+ "type": "VISUAL",
63
+ "shape": [
64
+ 3,
65
+ 256,
66
+ 256
67
+ ]
68
+ },
69
+ "observation.images.wrist_rgb": {
70
+ "type": "VISUAL",
71
+ "shape": [
72
+ 3,
73
+ 256,
74
+ 256
75
+ ]
76
+ },
77
+ "action": {
78
+ "type": "ACTION",
79
+ "shape": [
80
+ 7
81
+ ]
82
+ }
83
+ },
84
+ "norm_map": {
85
+ "VISUAL": "IDENTITY",
86
+ "STATE": "MEAN_STD",
87
+ "ACTION": "MEAN_STD"
88
+ }
89
+ },
90
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
91
+ }
92
+ ]
93
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b651eed058436365d97d02bea1c51d7a2e6823b68885d86e22cd03e8bbaec76
3
+ size 9976