Robotics
LeRobot
Safetensors
smolvla
ardalon commited on
Commit
304bd48
·
verified ·
1 Parent(s): 4429960

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "max_length",
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.images.image": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 256,
45
+ 256,
46
+ 3
47
+ ]
48
+ },
49
+ "observation.images.wrist_image": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ]
56
+ },
57
+ "observation.state": {
58
+ "type": "STATE",
59
+ "shape": [
60
+ 8
61
+ ]
62
+ },
63
+ "observation.states.ee_state": {
64
+ "type": "STATE",
65
+ "shape": [
66
+ 6
67
+ ]
68
+ },
69
+ "observation.states.joint_state": {
70
+ "type": "STATE",
71
+ "shape": [
72
+ 7
73
+ ]
74
+ },
75
+ "observation.states.gripper_state": {
76
+ "type": "STATE",
77
+ "shape": [
78
+ 2
79
+ ]
80
+ },
81
+ "action": {
82
+ "type": "ACTION",
83
+ "shape": [
84
+ 7
85
+ ]
86
+ }
87
+ },
88
+ "norm_map": {
89
+ "VISUAL": "IDENTITY",
90
+ "STATE": "MEAN_STD",
91
+ "ACTION": "MEAN_STD"
92
+ }
93
+ },
94
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
95
+ }
96
+ ]
97
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440