Robotics
LeRobot
Safetensors
pi05
K0145vin commited on
Commit
f82012b
·
verified ·
1 Parent(s): a2950df

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "delta_actions_processor",
16
+ "config": {
17
+ "enabled": false,
18
+ "exclude_joints": [
19
+ "gripper"
20
+ ],
21
+ "action_names": [
22
+ "axes"
23
+ ]
24
+ }
25
+ },
26
+ {
27
+ "registry_name": "normalizer_processor",
28
+ "config": {
29
+ "eps": 1e-08,
30
+ "features": {
31
+ "observation.state": {
32
+ "type": "STATE",
33
+ "shape": [
34
+ 4
35
+ ]
36
+ },
37
+ "observation.environment_state": {
38
+ "type": "ENV",
39
+ "shape": [
40
+ 39
41
+ ]
42
+ },
43
+ "observation.image": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 480,
48
+ 480
49
+ ]
50
+ },
51
+ "action": {
52
+ "type": "ACTION",
53
+ "shape": [
54
+ 4
55
+ ]
56
+ }
57
+ },
58
+ "norm_map": {
59
+ "VISUAL": "IDENTITY",
60
+ "STATE": "QUANTILES",
61
+ "ACTION": "QUANTILES"
62
+ }
63
+ },
64
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
65
+ },
66
+ {
67
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
68
+ "config": {}
69
+ },
70
+ {
71
+ "registry_name": "tokenizer_processor",
72
+ "config": {
73
+ "max_length": 200,
74
+ "task_key": "task",
75
+ "padding_side": "right",
76
+ "padding": "max_length",
77
+ "truncation": true,
78
+ "tokenizer_name": "google/paligemma-3b-pt-224"
79
+ }
80
+ },
81
+ {
82
+ "registry_name": "device_processor",
83
+ "config": {
84
+ "device": "cuda",
85
+ "float_dtype": null
86
+ }
87
+ }
88
+ ]
89
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fff91faea9afc9208e5519088f2bc8fb9cb21102bfeec8a9b3f259863c5cf00
3
+ size 10992