Robotics
LeRobot
Safetensors
pistar06
Dicomsky commited on
Commit
7c4e704
·
verified ·
1 Parent(s): 6ea63ba

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "normalizer_processor",
12
+ "config": {
13
+ "eps": 1e-08,
14
+ "features": {
15
+ "observation.state": {
16
+ "type": "STATE",
17
+ "shape": [
18
+ 6
19
+ ]
20
+ },
21
+ "observation.images.top": {
22
+ "type": "VISUAL",
23
+ "shape": [
24
+ 3,
25
+ 480,
26
+ 640
27
+ ]
28
+ },
29
+ "observation.images.wrist": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 480,
34
+ 640
35
+ ]
36
+ },
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 6
41
+ ]
42
+ }
43
+ },
44
+ "norm_map": {
45
+ "VISUAL": "IDENTITY",
46
+ "STATE": "QUANTILES",
47
+ "ACTION": "IDENTITY"
48
+ },
49
+ "normalize_observation_keys": [
50
+ "observation.state"
51
+ ]
52
+ },
53
+ "state_file": "policy_preprocessor_step_1_normalizer_processor.safetensors"
54
+ },
55
+ {
56
+ "registry_name": "pistar06_prepare_task_prompt",
57
+ "config": {
58
+ "task_key": "task",
59
+ "include_state_in_prompt": true,
60
+ "state_feature": "observation.state",
61
+ "max_state_dim": 32,
62
+ "state_discretization_bins": 256
63
+ }
64
+ },
65
+ {
66
+ "registry_name": "tokenizer_processor",
67
+ "config": {
68
+ "max_length": 200,
69
+ "task_key": "task",
70
+ "padding_side": "right",
71
+ "padding": "max_length",
72
+ "truncation": true,
73
+ "tokenizer_name": "google/gemma-3-270m"
74
+ }
75
+ },
76
+ {
77
+ "registry_name": "pistar06_prepare_images",
78
+ "config": {
79
+ "camera_features": [
80
+ "observation.images.top",
81
+ "observation.images.wrist"
82
+ ]
83
+ }
84
+ },
85
+ {
86
+ "registry_name": "device_processor",
87
+ "config": {
88
+ "device": "cuda",
89
+ "float_dtype": null
90
+ }
91
+ }
92
+ ]
93
+ }
policy_preprocessor_step_1_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfbf2d4daaa097cca382c100fab4cad72bd7ee98ccc4274c25ac12ea0b82f3b4
3
+ size 10588