Robotics
LeRobot
Safetensors
xvla
jadechoghari HF Staff commited on
Commit
df9fb73
·
verified ·
1 Parent(s): 8b49122

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": "tokenizer_processor",
16
+ "config": {
17
+ "max_length": 50,
18
+ "task_key": "task",
19
+ "padding_side": "right",
20
+ "padding": "max_length",
21
+ "truncation": true,
22
+ "tokenizer_name": "facebook/bart-large"
23
+ }
24
+ },
25
+ {
26
+ "registry_name": "device_processor",
27
+ "config": {
28
+ "device": "cuda",
29
+ "float_dtype": null
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "xvla_add_domain_id",
34
+ "config": {
35
+ "domain_id": 0,
36
+ "device": "cuda"
37
+ }
38
+ },
39
+ {
40
+ "registry_name": "xvla_image_to_float",
41
+ "config": {
42
+ "image_keys": null,
43
+ "validate_range": true
44
+ }
45
+ },
46
+ {
47
+ "registry_name": "xvla_imagenet_normalize",
48
+ "config": {
49
+ "image_keys": null
50
+ }
51
+ },
52
+ {
53
+ "registry_name": "normalizer_processor",
54
+ "config": {
55
+ "eps": 1e-08,
56
+ "features": {
57
+ "observation.images.left": {
58
+ "type": "VISUAL",
59
+ "shape": [
60
+ 3,
61
+ 256,
62
+ 256
63
+ ]
64
+ },
65
+ "observation.images.right": {
66
+ "type": "VISUAL",
67
+ "shape": [
68
+ 3,
69
+ 256,
70
+ 256
71
+ ]
72
+ },
73
+ "observation.state": {
74
+ "type": "STATE",
75
+ "shape": [
76
+ 8
77
+ ]
78
+ },
79
+ "observation.images.top": {
80
+ "type": "VISUAL",
81
+ "shape": [
82
+ 3,
83
+ 224,
84
+ 224
85
+ ]
86
+ },
87
+ "action": {
88
+ "type": "ACTION",
89
+ "shape": [
90
+ 20
91
+ ]
92
+ }
93
+ },
94
+ "norm_map": {
95
+ "STATE": "IDENTITY",
96
+ "ACTION": "MEAN_STD",
97
+ "VISUAL": "IDENTITY"
98
+ }
99
+ },
100
+ "state_file": "policy_preprocessor_step_7_normalizer_processor.safetensors"
101
+ }
102
+ ]
103
+ }
policy_preprocessor_step_7_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc3d669b2f77b6356f38ac946bd665fbccef7a217e18cab7ef7e5bde84ba8c0d
3
+ size 9024