Robotics
LeRobot
Safetensors
sarm
pepijn223 HF Staff commited on
Commit
bb06589
·
verified ·
1 Parent(s): 558a7d9

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "to_batch_processor",
6
+ "config": {}
7
+ },
8
+ {
9
+ "registry_name": "normalizer_processor",
10
+ "config": {
11
+ "eps": 1e-08,
12
+ "features": {
13
+ "observation.images.base": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 480,
17
+ 640,
18
+ 3
19
+ ]
20
+ },
21
+ "observation.state": {
22
+ "type": "STATE",
23
+ "shape": [
24
+ 32
25
+ ]
26
+ },
27
+ "sparse_stage": {
28
+ "type": "REWARD",
29
+ "shape": [
30
+ 9,
31
+ 1
32
+ ]
33
+ },
34
+ "sparse_progress": {
35
+ "type": "REWARD",
36
+ "shape": [
37
+ 9,
38
+ 1
39
+ ]
40
+ }
41
+ },
42
+ "norm_map": {
43
+ "VISUAL": "IDENTITY",
44
+ "STATE": "MEAN_STD",
45
+ "LANGUAGE": "IDENTITY",
46
+ "REWARD": "IDENTITY"
47
+ }
48
+ },
49
+ "state_file": "policy_preprocessor_step_1_normalizer_processor.safetensors"
50
+ },
51
+ {
52
+ "class": "lerobot.policies.sarm.processor_sarm.SARMEncodingProcessorStep",
53
+ "config": {}
54
+ },
55
+ {
56
+ "registry_name": "device_processor",
57
+ "config": {
58
+ "device": "cuda",
59
+ "float_dtype": null
60
+ }
61
+ }
62
+ ]
63
+ }
policy_preprocessor_step_1_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5727bdb19fbe881bbc9b55825dc923e0f347ab7d878c33fe36c9a0457bee2d30
3
+ size 9456