Robotics
LeRobot
Safetensors
rewind
chomeed commited on
Commit
b683c03
·
verified ·
1 Parent(s): f0b3762

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
+ "class": "lerobot_policy_rewind.processor_rewind.StackCameraEmbeddingsProcessorStep",
16
+ "config": {}
17
+ },
18
+ {
19
+ "class": "lerobot_policy_rewind.processor_rewind.MiniLMTextEmbeddingProcessorStep",
20
+ "config": {}
21
+ },
22
+ {
23
+ "registry_name": "device_processor",
24
+ "config": {
25
+ "device": "cuda",
26
+ "float_dtype": null
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "normalizer_processor",
31
+ "config": {
32
+ "eps": 1e-08,
33
+ "features": {
34
+ "observation.state": {
35
+ "type": "STATE",
36
+ "shape": [
37
+ 14
38
+ ]
39
+ },
40
+ "observation.dinov2.front": {
41
+ "type": "STATE",
42
+ "shape": [
43
+ 768
44
+ ]
45
+ },
46
+ "observation.dinov2.wrist_left": {
47
+ "type": "STATE",
48
+ "shape": [
49
+ 768
50
+ ]
51
+ },
52
+ "observation.dinov2.wrist_right": {
53
+ "type": "STATE",
54
+ "shape": [
55
+ 768
56
+ ]
57
+ },
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 23
62
+ ]
63
+ },
64
+ "action_quat": {
65
+ "type": "ACTION",
66
+ "shape": [
67
+ 19
68
+ ]
69
+ }
70
+ },
71
+ "norm_map": {
72
+ "VISUAL": "IDENTITY",
73
+ "STATE": "MEAN_STD",
74
+ "LANGUAGE": "IDENTITY",
75
+ "REWARD": "IDENTITY"
76
+ }
77
+ },
78
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
79
+ }
80
+ ]
81
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5567a55d14d1da5c99e1e43d4c2fec6ec03c1bc288067d69558f31f81f910d
3
+ size 12604