Robotics
LeRobot
Safetensors
pi05
yorklyb commited on
Commit
ff56e24
·
verified ·
1 Parent(s): 6cc6f9f

Upload DataProcessorPipeline

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