Datasets:
Update meta/info.json
Browse files- meta/info.json +10 -0
meta/info.json
CHANGED
|
@@ -28,6 +28,16 @@
|
|
| 28 |
6
|
| 29 |
]
|
| 30 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
"observation.state": {
|
| 32 |
"dtype": "float32",
|
| 33 |
"names": [
|
|
|
|
| 28 |
6
|
| 29 |
]
|
| 30 |
},
|
| 31 |
+
"observation.images.front": {
|
| 32 |
+
"dtype": "video",
|
| 33 |
+
"shape": [480, 640, 3],
|
| 34 |
+
"names": ["height", "width", "channel"]
|
| 35 |
+
},
|
| 36 |
+
"observation.images.wrist": {
|
| 37 |
+
"dtype": "video",
|
| 38 |
+
"shape": [480, 640, 3],
|
| 39 |
+
"names": ["height", "width", "channel"]
|
| 40 |
+
},
|
| 41 |
"observation.state": {
|
| 42 |
"dtype": "float32",
|
| 43 |
"names": [
|