Robotics
LeRobot
Safetensors
multi_task_dit
satyadevineni commited on
Commit
3433ed9
·
verified ·
1 Parent(s): 37894de

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.state": {
38
+ "type": "STATE",
39
+ "shape": [
40
+ 6
41
+ ]
42
+ },
43
+ "action": {
44
+ "type": "ACTION",
45
+ "shape": [
46
+ 6
47
+ ]
48
+ }
49
+ },
50
+ "norm_map": {
51
+ "VISUAL": "MEAN_STD",
52
+ "STATE": "MIN_MAX",
53
+ "ACTION": "MIN_MAX"
54
+ }
55
+ },
56
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
57
+ }
58
+ ]
59
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:439835b5aed4f1ddbce0d7a2ebd6862a20be04c3e611023c2b4595da90082c0a
3
+ size 5568