Robotics
LeRobot
Safetensors
pi0_fast
chrvngr commited on
Commit
f03f041
·
verified ·
1 Parent(s): afbcb46

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "normalizer_processor",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.images.front": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 480,
23
+ 640,
24
+ 3
25
+ ]
26
+ },
27
+ "observation.images.wrist": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 480,
31
+ 640,
32
+ 3
33
+ ]
34
+ },
35
+ "observation.state": {
36
+ "type": "STATE",
37
+ "shape": [
38
+ 6
39
+ ]
40
+ },
41
+ "action": {
42
+ "type": "ACTION",
43
+ "shape": [
44
+ 6
45
+ ]
46
+ }
47
+ },
48
+ "norm_map": {
49
+ "VISUAL": "IDENTITY",
50
+ "STATE": "MEAN_STD",
51
+ "ACTION": "MEAN_STD"
52
+ }
53
+ },
54
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
55
+ },
56
+ {
57
+ "registry_name": "pi0_fast_prepare_state_tokenizer_processor_step",
58
+ "config": {}
59
+ },
60
+ {
61
+ "registry_name": "tokenizer_processor",
62
+ "config": {
63
+ "max_length": 200,
64
+ "task_key": "task",
65
+ "padding_side": "right",
66
+ "padding": "max_length",
67
+ "truncation": true,
68
+ "tokenizer_name": "google/paligemma-3b-pt-224"
69
+ }
70
+ },
71
+ {
72
+ "registry_name": "action_tokenizer_processor",
73
+ "config": {
74
+ "trust_remote_code": true,
75
+ "max_action_tokens": 256,
76
+ "action_tokenizer_name": "/home/timo/KI/train/pi-fast-tokenizer"
77
+ }
78
+ },
79
+ {
80
+ "registry_name": "device_processor",
81
+ "config": {
82
+ "device": "cuda",
83
+ "float_dtype": null
84
+ }
85
+ }
86
+ ]
87
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f96e47a07ddfc95036a57813259b0079a3c40efb612ffb88e423786d5b80104
3
+ size 7552