Robotics
LeRobot
Safetensors
xvla
jadechoghari commited on
Commit
4c60d86
·
verified ·
1 Parent(s): 561ca07

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json CHANGED
@@ -4,7 +4,11 @@
4
  {
5
  "registry_name": "rename_observations_processor",
6
  "config": {
7
- "rename_map": {}
 
 
 
 
8
  }
9
  },
10
  {
@@ -22,18 +26,10 @@
22
  "tokenizer_name": "facebook/bart-large"
23
  }
24
  },
25
- {
26
- "registry_name": "device_processor",
27
- "config": {
28
- "device": "cuda",
29
- "float_dtype": null
30
- }
31
- },
32
  {
33
  "registry_name": "xvla_add_domain_id",
34
  "config": {
35
- "domain_id": 0,
36
- "device": "cuda"
37
  }
38
  },
39
  {
@@ -49,12 +45,19 @@
49
  "image_keys": null
50
  }
51
  },
 
 
 
 
 
 
 
52
  {
53
  "registry_name": "normalizer_processor",
54
  "config": {
55
  "eps": 1e-08,
56
  "features": {
57
- "observation.images.left": {
58
  "type": "VISUAL",
59
  "shape": [
60
  3,
@@ -62,7 +65,7 @@
62
  256
63
  ]
64
  },
65
- "observation.images.right": {
66
  "type": "VISUAL",
67
  "shape": [
68
  3,
@@ -70,30 +73,30 @@
70
  256
71
  ]
72
  },
73
- "observation.state": {
74
- "type": "STATE",
75
  "shape": [
76
- 8
 
 
77
  ]
78
  },
79
- "observation.images.top": {
80
- "type": "VISUAL",
81
  "shape": [
82
- 3,
83
- 224,
84
- 224
85
  ]
86
  },
87
  "action": {
88
  "type": "ACTION",
89
  "shape": [
90
- 20
91
  ]
92
  }
93
  },
94
  "norm_map": {
95
  "STATE": "IDENTITY",
96
- "ACTION": "IDENTITY",
97
  "VISUAL": "IDENTITY"
98
  }
99
  },
 
4
  {
5
  "registry_name": "rename_observations_processor",
6
  "config": {
7
+ "rename_map": {
8
+ "observation.images.eagle": "observation.images.image1",
9
+ "observation.images.front": "observation.images.image2",
10
+ "observation.images.glove": "observation.images.image3"
11
+ }
12
  }
13
  },
14
  {
 
26
  "tokenizer_name": "facebook/bart-large"
27
  }
28
  },
 
 
 
 
 
 
 
29
  {
30
  "registry_name": "xvla_add_domain_id",
31
  "config": {
32
+ "domain_id": 0
 
33
  }
34
  },
35
  {
 
45
  "image_keys": null
46
  }
47
  },
48
+ {
49
+ "registry_name": "device_processor",
50
+ "config": {
51
+ "device": "cuda",
52
+ "float_dtype": null
53
+ }
54
+ },
55
  {
56
  "registry_name": "normalizer_processor",
57
  "config": {
58
  "eps": 1e-08,
59
  "features": {
60
+ "observation.images.image": {
61
  "type": "VISUAL",
62
  "shape": [
63
  3,
 
65
  256
66
  ]
67
  },
68
+ "observation.images.image2": {
69
  "type": "VISUAL",
70
  "shape": [
71
  3,
 
73
  256
74
  ]
75
  },
76
+ "observation.images.image3": {
77
+ "type": "VISUAL",
78
  "shape": [
79
+ 3,
80
+ 256,
81
+ 256
82
  ]
83
  },
84
+ "observation.state": {
85
+ "type": "STATE",
86
  "shape": [
87
+ 8
 
 
88
  ]
89
  },
90
  "action": {
91
  "type": "ACTION",
92
  "shape": [
93
+ 6
94
  ]
95
  }
96
  },
97
  "norm_map": {
98
  "STATE": "IDENTITY",
99
+ "ACTION": "MEAN_STD",
100
  "VISUAL": "IDENTITY"
101
  }
102
  },
policy_preprocessor_step_7_normalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc3d669b2f77b6356f38ac946bd665fbccef7a217e18cab7ef7e5bde84ba8c0d
3
- size 9024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9a374f1b07eba4b509030372c1b1aaab4cb327311bd8813c6c7c4d3f366acc
3
+ size 4248