Robotics
LeRobot
Safetensors
lawam
maximellerbach commited on
Commit
e57add9
·
verified ·
1 Parent(s): 1f60f45

Upload DataProcessorPipeline

Browse files
policy_postprocessor.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "lawam_clip_actions",
6
+ "config": {}
7
+ },
8
+ {
9
+ "registry_name": "lawam_pre_snap_gripper",
10
+ "config": {}
11
+ },
12
+ {
13
+ "registry_name": "unnormalizer_processor",
14
+ "config": {
15
+ "eps": 1e-08,
16
+ "features": {
17
+ "observation.state": {
18
+ "type": "STATE",
19
+ "shape": [
20
+ 6
21
+ ]
22
+ },
23
+ "observation.images.wrist": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 480,
28
+ 640
29
+ ]
30
+ },
31
+ "observation.images.top": {
32
+ "type": "VISUAL",
33
+ "shape": [
34
+ 3,
35
+ 480,
36
+ 640
37
+ ]
38
+ },
39
+ "action": {
40
+ "type": "ACTION",
41
+ "shape": [
42
+ 6
43
+ ]
44
+ }
45
+ },
46
+ "norm_map": {
47
+ "VISUAL": "IDENTITY",
48
+ "STATE": "MIN_MAX",
49
+ "ACTION": "MIN_MAX"
50
+ }
51
+ },
52
+ "state_file": "policy_postprocessor_step_2_unnormalizer_processor.safetensors"
53
+ },
54
+ {
55
+ "registry_name": "lawam_binarize_gripper",
56
+ "config": {}
57
+ },
58
+ {
59
+ "registry_name": "device_processor",
60
+ "config": {
61
+ "device": "cpu",
62
+ "float_dtype": null
63
+ }
64
+ }
65
+ ]
66
+ }
policy_postprocessor_step_2_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37ecddb9b7962ee964be8be5761c107b7e5ad103d200bfe41e53597ba3be330a
3
+ size 7544