Robotics
LeRobot
Safetensors
multi_task_dit
2sin0 commited on
Commit
d67ab59
·
verified ·
1 Parent(s): 72d7750

Upload DataProcessorPipeline

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