Add TsFile (converted from lerobot/aloha_static_battery)
Browse files- .gitattributes +1 -0
- README.md +53 -3
- data/aloha_static_battery.tsfile +3 -0
- meta/episodes/chunk-000/file-000.parquet +3 -0
- meta/info.json +408 -0
- meta/stats.json +534 -0
- meta/tasks.parquet +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data/aloha_static_battery.tsfile filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- TsFile
|
| 5 |
+
- time-series
|
| 6 |
+
configs:
|
| 7 |
+
- config_name: default
|
| 8 |
+
data_files:
|
| 9 |
+
- split: train
|
| 10 |
+
path: data/aloha_static_battery.tsfile
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# aloha_static_battery
|
| 14 |
+
|
| 15 |
+
Converted from the Hugging Face dataset [`lerobot/aloha_static_battery`](https://huggingface.co/datasets/lerobot/aloha_static_battery) to Apache TsFile format.
|
| 16 |
+
|
| 17 |
+
## Source Dataset
|
| 18 |
+
|
| 19 |
+
- **Original dataset:** [`lerobot/aloha_static_battery`](https://huggingface.co/datasets/lerobot/aloha_static_battery)
|
| 20 |
+
- **Authors:** LeRobot (Hugging Face)
|
| 21 |
+
- **License:** apache-2.0
|
| 22 |
+
|
| 23 |
+
Conversion notes:
|
| 24 |
+
- LeRobot v3.0 robot dataset: 49 episodes, 29,400 frames, 50 fps, 1 task.
|
| 25 |
+
- All episodes are stored in a single TsFile under
|
| 26 |
+
`data/aloha_static_battery.tsfile` with source columns `episode_index`
|
| 27 |
+
and `task_index` as TAG columns; query one episode with
|
| 28 |
+
`WHERE episode_index=N`.
|
| 29 |
+
- Vector columns are flattened to single-precision FLOAT, preserving the
|
| 30 |
+
source column name: `.` is replaced with `_` and the element index is
|
| 31 |
+
appended.
|
| 32 |
+
- Time is synthesized as `round(timestamp * 1000)` milliseconds, restarting
|
| 33 |
+
per episode. Dropped column: source `timestamp` (seconds), because it
|
| 34 |
+
equals `Time / 1000`. `frame_index` is kept and `index` is renamed to
|
| 35 |
+
`sample_index`.
|
| 36 |
+
- Source camera videos are not included in this repository. They remain in
|
| 37 |
+
the original dataset under `videos/`.
|
| 38 |
+
- `meta/` is mirrored from the source. `meta/info.json` describes the
|
| 39 |
+
converted TsFile schema.
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
## Conversion Notes
|
| 43 |
+
|
| 44 |
+
- Conversion mode: `script`
|
| 45 |
+
- Time precision: `ms`
|
| 46 |
+
- TsFile data files: `['data/aloha_static_battery.tsfile']`
|
| 47 |
+
- Converter: `scripts/converters/lerobot.py`
|
| 48 |
+
|
| 49 |
+
## Usage
|
| 50 |
+
|
| 51 |
+
```python
|
| 52 |
+
# Read the .tsfile files with the Apache TsFile Java/Python SDK.
|
| 53 |
+
```
|
data/aloha_static_battery.tsfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdb847bb9c81c2e4e1160e1268ddaa5fc59f1fa46f0ed232023e33709bd3ecda
|
| 3 |
+
size 1369290
|
meta/episodes/chunk-000/file-000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7f0aec971cd4ee4937c9778f05e8a99ff316f82fe32e448ad96b849d040747c
|
| 3 |
+
size 146292
|
meta/info.json
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v3.0",
|
| 3 |
+
"robot_type": "unknown",
|
| 4 |
+
"total_episodes": 49,
|
| 5 |
+
"total_frames": 29400,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"chunks_size": 1000,
|
| 8 |
+
"fps": 50,
|
| 9 |
+
"splits": {
|
| 10 |
+
"train": "0:49"
|
| 11 |
+
},
|
| 12 |
+
"data_path": "data/aloha_static_battery.tsfile",
|
| 13 |
+
"features": {
|
| 14 |
+
"Time": {
|
| 15 |
+
"dtype": "int64",
|
| 16 |
+
"shape": [
|
| 17 |
+
1
|
| 18 |
+
],
|
| 19 |
+
"tsfile_role": "TIME",
|
| 20 |
+
"unit": "ms"
|
| 21 |
+
},
|
| 22 |
+
"episode_index": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"shape": [
|
| 25 |
+
1
|
| 26 |
+
],
|
| 27 |
+
"tsfile_role": "TAG"
|
| 28 |
+
},
|
| 29 |
+
"task_index": {
|
| 30 |
+
"dtype": "int64",
|
| 31 |
+
"shape": [
|
| 32 |
+
1
|
| 33 |
+
],
|
| 34 |
+
"tsfile_role": "TAG"
|
| 35 |
+
},
|
| 36 |
+
"frame_index": {
|
| 37 |
+
"dtype": "int64",
|
| 38 |
+
"shape": [
|
| 39 |
+
1
|
| 40 |
+
],
|
| 41 |
+
"tsfile_role": "FIELD"
|
| 42 |
+
},
|
| 43 |
+
"sample_index": {
|
| 44 |
+
"dtype": "int64",
|
| 45 |
+
"shape": [
|
| 46 |
+
1
|
| 47 |
+
],
|
| 48 |
+
"tsfile_role": "FIELD"
|
| 49 |
+
},
|
| 50 |
+
"next_done": {
|
| 51 |
+
"dtype": "bool",
|
| 52 |
+
"shape": [
|
| 53 |
+
1
|
| 54 |
+
],
|
| 55 |
+
"tsfile_role": "FIELD"
|
| 56 |
+
},
|
| 57 |
+
"observation_state_0": {
|
| 58 |
+
"dtype": "float32",
|
| 59 |
+
"shape": [
|
| 60 |
+
1
|
| 61 |
+
],
|
| 62 |
+
"tsfile_role": "FIELD"
|
| 63 |
+
},
|
| 64 |
+
"observation_state_1": {
|
| 65 |
+
"dtype": "float32",
|
| 66 |
+
"shape": [
|
| 67 |
+
1
|
| 68 |
+
],
|
| 69 |
+
"tsfile_role": "FIELD"
|
| 70 |
+
},
|
| 71 |
+
"observation_state_2": {
|
| 72 |
+
"dtype": "float32",
|
| 73 |
+
"shape": [
|
| 74 |
+
1
|
| 75 |
+
],
|
| 76 |
+
"tsfile_role": "FIELD"
|
| 77 |
+
},
|
| 78 |
+
"observation_state_3": {
|
| 79 |
+
"dtype": "float32",
|
| 80 |
+
"shape": [
|
| 81 |
+
1
|
| 82 |
+
],
|
| 83 |
+
"tsfile_role": "FIELD"
|
| 84 |
+
},
|
| 85 |
+
"observation_state_4": {
|
| 86 |
+
"dtype": "float32",
|
| 87 |
+
"shape": [
|
| 88 |
+
1
|
| 89 |
+
],
|
| 90 |
+
"tsfile_role": "FIELD"
|
| 91 |
+
},
|
| 92 |
+
"observation_state_5": {
|
| 93 |
+
"dtype": "float32",
|
| 94 |
+
"shape": [
|
| 95 |
+
1
|
| 96 |
+
],
|
| 97 |
+
"tsfile_role": "FIELD"
|
| 98 |
+
},
|
| 99 |
+
"observation_state_6": {
|
| 100 |
+
"dtype": "float32",
|
| 101 |
+
"shape": [
|
| 102 |
+
1
|
| 103 |
+
],
|
| 104 |
+
"tsfile_role": "FIELD"
|
| 105 |
+
},
|
| 106 |
+
"observation_state_7": {
|
| 107 |
+
"dtype": "float32",
|
| 108 |
+
"shape": [
|
| 109 |
+
1
|
| 110 |
+
],
|
| 111 |
+
"tsfile_role": "FIELD"
|
| 112 |
+
},
|
| 113 |
+
"observation_state_8": {
|
| 114 |
+
"dtype": "float32",
|
| 115 |
+
"shape": [
|
| 116 |
+
1
|
| 117 |
+
],
|
| 118 |
+
"tsfile_role": "FIELD"
|
| 119 |
+
},
|
| 120 |
+
"observation_state_9": {
|
| 121 |
+
"dtype": "float32",
|
| 122 |
+
"shape": [
|
| 123 |
+
1
|
| 124 |
+
],
|
| 125 |
+
"tsfile_role": "FIELD"
|
| 126 |
+
},
|
| 127 |
+
"observation_state_10": {
|
| 128 |
+
"dtype": "float32",
|
| 129 |
+
"shape": [
|
| 130 |
+
1
|
| 131 |
+
],
|
| 132 |
+
"tsfile_role": "FIELD"
|
| 133 |
+
},
|
| 134 |
+
"observation_state_11": {
|
| 135 |
+
"dtype": "float32",
|
| 136 |
+
"shape": [
|
| 137 |
+
1
|
| 138 |
+
],
|
| 139 |
+
"tsfile_role": "FIELD"
|
| 140 |
+
},
|
| 141 |
+
"observation_state_12": {
|
| 142 |
+
"dtype": "float32",
|
| 143 |
+
"shape": [
|
| 144 |
+
1
|
| 145 |
+
],
|
| 146 |
+
"tsfile_role": "FIELD"
|
| 147 |
+
},
|
| 148 |
+
"observation_state_13": {
|
| 149 |
+
"dtype": "float32",
|
| 150 |
+
"shape": [
|
| 151 |
+
1
|
| 152 |
+
],
|
| 153 |
+
"tsfile_role": "FIELD"
|
| 154 |
+
},
|
| 155 |
+
"action_0": {
|
| 156 |
+
"dtype": "float32",
|
| 157 |
+
"shape": [
|
| 158 |
+
1
|
| 159 |
+
],
|
| 160 |
+
"tsfile_role": "FIELD"
|
| 161 |
+
},
|
| 162 |
+
"action_1": {
|
| 163 |
+
"dtype": "float32",
|
| 164 |
+
"shape": [
|
| 165 |
+
1
|
| 166 |
+
],
|
| 167 |
+
"tsfile_role": "FIELD"
|
| 168 |
+
},
|
| 169 |
+
"action_2": {
|
| 170 |
+
"dtype": "float32",
|
| 171 |
+
"shape": [
|
| 172 |
+
1
|
| 173 |
+
],
|
| 174 |
+
"tsfile_role": "FIELD"
|
| 175 |
+
},
|
| 176 |
+
"action_3": {
|
| 177 |
+
"dtype": "float32",
|
| 178 |
+
"shape": [
|
| 179 |
+
1
|
| 180 |
+
],
|
| 181 |
+
"tsfile_role": "FIELD"
|
| 182 |
+
},
|
| 183 |
+
"action_4": {
|
| 184 |
+
"dtype": "float32",
|
| 185 |
+
"shape": [
|
| 186 |
+
1
|
| 187 |
+
],
|
| 188 |
+
"tsfile_role": "FIELD"
|
| 189 |
+
},
|
| 190 |
+
"action_5": {
|
| 191 |
+
"dtype": "float32",
|
| 192 |
+
"shape": [
|
| 193 |
+
1
|
| 194 |
+
],
|
| 195 |
+
"tsfile_role": "FIELD"
|
| 196 |
+
},
|
| 197 |
+
"action_6": {
|
| 198 |
+
"dtype": "float32",
|
| 199 |
+
"shape": [
|
| 200 |
+
1
|
| 201 |
+
],
|
| 202 |
+
"tsfile_role": "FIELD"
|
| 203 |
+
},
|
| 204 |
+
"action_7": {
|
| 205 |
+
"dtype": "float32",
|
| 206 |
+
"shape": [
|
| 207 |
+
1
|
| 208 |
+
],
|
| 209 |
+
"tsfile_role": "FIELD"
|
| 210 |
+
},
|
| 211 |
+
"action_8": {
|
| 212 |
+
"dtype": "float32",
|
| 213 |
+
"shape": [
|
| 214 |
+
1
|
| 215 |
+
],
|
| 216 |
+
"tsfile_role": "FIELD"
|
| 217 |
+
},
|
| 218 |
+
"action_9": {
|
| 219 |
+
"dtype": "float32",
|
| 220 |
+
"shape": [
|
| 221 |
+
1
|
| 222 |
+
],
|
| 223 |
+
"tsfile_role": "FIELD"
|
| 224 |
+
},
|
| 225 |
+
"action_10": {
|
| 226 |
+
"dtype": "float32",
|
| 227 |
+
"shape": [
|
| 228 |
+
1
|
| 229 |
+
],
|
| 230 |
+
"tsfile_role": "FIELD"
|
| 231 |
+
},
|
| 232 |
+
"action_11": {
|
| 233 |
+
"dtype": "float32",
|
| 234 |
+
"shape": [
|
| 235 |
+
1
|
| 236 |
+
],
|
| 237 |
+
"tsfile_role": "FIELD"
|
| 238 |
+
},
|
| 239 |
+
"action_12": {
|
| 240 |
+
"dtype": "float32",
|
| 241 |
+
"shape": [
|
| 242 |
+
1
|
| 243 |
+
],
|
| 244 |
+
"tsfile_role": "FIELD"
|
| 245 |
+
},
|
| 246 |
+
"action_13": {
|
| 247 |
+
"dtype": "float32",
|
| 248 |
+
"shape": [
|
| 249 |
+
1
|
| 250 |
+
],
|
| 251 |
+
"tsfile_role": "FIELD"
|
| 252 |
+
}
|
| 253 |
+
},
|
| 254 |
+
"data_files_size_in_mb": 100,
|
| 255 |
+
"video_files_size_in_mb": 200,
|
| 256 |
+
"video_path_original": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 257 |
+
"tsfile_conversion": {
|
| 258 |
+
"source_dataset": "lerobot/aloha_static_battery",
|
| 259 |
+
"source_data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 260 |
+
"converted_data_path": "data/aloha_static_battery.tsfile",
|
| 261 |
+
"table_name": "aloha_static_battery",
|
| 262 |
+
"granularity": "merged",
|
| 263 |
+
"time_precision": "ms",
|
| 264 |
+
"time_mapping": {
|
| 265 |
+
"source": "timestamp",
|
| 266 |
+
"fps": 50,
|
| 267 |
+
"unit": "milliseconds"
|
| 268 |
+
},
|
| 269 |
+
"tag_columns": [
|
| 270 |
+
"episode_index",
|
| 271 |
+
"task_index"
|
| 272 |
+
],
|
| 273 |
+
"row_count": 29400,
|
| 274 |
+
"feature_source": "features describe the converted TsFile schema",
|
| 275 |
+
"flattened_features": {
|
| 276 |
+
"observation.state": [
|
| 277 |
+
"observation_state_0",
|
| 278 |
+
"observation_state_1",
|
| 279 |
+
"observation_state_2",
|
| 280 |
+
"observation_state_3",
|
| 281 |
+
"observation_state_4",
|
| 282 |
+
"observation_state_5",
|
| 283 |
+
"observation_state_6",
|
| 284 |
+
"observation_state_7",
|
| 285 |
+
"observation_state_8",
|
| 286 |
+
"observation_state_9",
|
| 287 |
+
"observation_state_10",
|
| 288 |
+
"observation_state_11",
|
| 289 |
+
"observation_state_12",
|
| 290 |
+
"observation_state_13"
|
| 291 |
+
],
|
| 292 |
+
"action": [
|
| 293 |
+
"action_0",
|
| 294 |
+
"action_1",
|
| 295 |
+
"action_2",
|
| 296 |
+
"action_3",
|
| 297 |
+
"action_4",
|
| 298 |
+
"action_5",
|
| 299 |
+
"action_6",
|
| 300 |
+
"action_7",
|
| 301 |
+
"action_8",
|
| 302 |
+
"action_9",
|
| 303 |
+
"action_10",
|
| 304 |
+
"action_11",
|
| 305 |
+
"action_12",
|
| 306 |
+
"action_13"
|
| 307 |
+
]
|
| 308 |
+
},
|
| 309 |
+
"renamed_features": {
|
| 310 |
+
"next.done": "next_done",
|
| 311 |
+
"index": "sample_index"
|
| 312 |
+
},
|
| 313 |
+
"dropped_features": [
|
| 314 |
+
"timestamp"
|
| 315 |
+
],
|
| 316 |
+
"omitted_features": [
|
| 317 |
+
"observation.images.cam_high",
|
| 318 |
+
"observation.images.cam_left_wrist",
|
| 319 |
+
"observation.images.cam_low",
|
| 320 |
+
"observation.images.cam_right_wrist"
|
| 321 |
+
],
|
| 322 |
+
"original_video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 323 |
+
"original_video_features": {
|
| 324 |
+
"observation.images.cam_high": {
|
| 325 |
+
"dtype": "video",
|
| 326 |
+
"shape": [
|
| 327 |
+
480,
|
| 328 |
+
640,
|
| 329 |
+
3
|
| 330 |
+
],
|
| 331 |
+
"names": [
|
| 332 |
+
"height",
|
| 333 |
+
"width",
|
| 334 |
+
"channels"
|
| 335 |
+
],
|
| 336 |
+
"video_info": {
|
| 337 |
+
"video.codec": "av1",
|
| 338 |
+
"video.pix_fmt": "yuv420p",
|
| 339 |
+
"video.is_depth_map": false,
|
| 340 |
+
"video.fps": 50,
|
| 341 |
+
"has_audio": false
|
| 342 |
+
}
|
| 343 |
+
},
|
| 344 |
+
"observation.images.cam_left_wrist": {
|
| 345 |
+
"dtype": "video",
|
| 346 |
+
"shape": [
|
| 347 |
+
480,
|
| 348 |
+
640,
|
| 349 |
+
3
|
| 350 |
+
],
|
| 351 |
+
"names": [
|
| 352 |
+
"height",
|
| 353 |
+
"width",
|
| 354 |
+
"channels"
|
| 355 |
+
],
|
| 356 |
+
"video_info": {
|
| 357 |
+
"video.codec": "av1",
|
| 358 |
+
"video.pix_fmt": "yuv420p",
|
| 359 |
+
"video.is_depth_map": false,
|
| 360 |
+
"video.fps": 50,
|
| 361 |
+
"has_audio": false
|
| 362 |
+
}
|
| 363 |
+
},
|
| 364 |
+
"observation.images.cam_low": {
|
| 365 |
+
"dtype": "video",
|
| 366 |
+
"shape": [
|
| 367 |
+
480,
|
| 368 |
+
640,
|
| 369 |
+
3
|
| 370 |
+
],
|
| 371 |
+
"names": [
|
| 372 |
+
"height",
|
| 373 |
+
"width",
|
| 374 |
+
"channels"
|
| 375 |
+
],
|
| 376 |
+
"video_info": {
|
| 377 |
+
"video.codec": "av1",
|
| 378 |
+
"video.pix_fmt": "yuv420p",
|
| 379 |
+
"video.is_depth_map": false,
|
| 380 |
+
"video.fps": 50,
|
| 381 |
+
"has_audio": false
|
| 382 |
+
}
|
| 383 |
+
},
|
| 384 |
+
"observation.images.cam_right_wrist": {
|
| 385 |
+
"dtype": "video",
|
| 386 |
+
"shape": [
|
| 387 |
+
480,
|
| 388 |
+
640,
|
| 389 |
+
3
|
| 390 |
+
],
|
| 391 |
+
"names": [
|
| 392 |
+
"height",
|
| 393 |
+
"width",
|
| 394 |
+
"channels"
|
| 395 |
+
],
|
| 396 |
+
"video_info": {
|
| 397 |
+
"video.codec": "av1",
|
| 398 |
+
"video.pix_fmt": "yuv420p",
|
| 399 |
+
"video.is_depth_map": false,
|
| 400 |
+
"video.fps": 50,
|
| 401 |
+
"has_audio": false
|
| 402 |
+
}
|
| 403 |
+
}
|
| 404 |
+
},
|
| 405 |
+
"original_video_source": "https://huggingface.co/datasets/lerobot/aloha_static_battery/tree/main/videos",
|
| 406 |
+
"video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
|
| 407 |
+
}
|
| 408 |
+
}
|
meta/stats.json
ADDED
|
@@ -0,0 +1,534 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"observation.state": {
|
| 3 |
+
"min": [
|
| 4 |
+
-0.012271846644580364,
|
| 5 |
+
-0.9710098505020142,
|
| 6 |
+
0.4724660813808441,
|
| 7 |
+
-0.10737866163253784,
|
| 8 |
+
-0.4387185275554657,
|
| 9 |
+
-0.06289321184158325,
|
| 10 |
+
-0.16071629524230957,
|
| 11 |
+
-0.1564660519361496,
|
| 12 |
+
-0.9679418802261353,
|
| 13 |
+
0.5491651296615601,
|
| 14 |
+
-1.0569127798080444,
|
| 15 |
+
-0.8651651740074158,
|
| 16 |
+
-0.010737866163253784,
|
| 17 |
+
-0.13005687296390533
|
| 18 |
+
],
|
| 19 |
+
"max": [
|
| 20 |
+
0.10277671366930008,
|
| 21 |
+
0.3206019997596741,
|
| 22 |
+
1.2563302516937256,
|
| 23 |
+
0.010737866163253784,
|
| 24 |
+
0.2316311001777649,
|
| 25 |
+
0.05675728991627693,
|
| 26 |
+
-0.055462662130594254,
|
| 27 |
+
0.0,
|
| 28 |
+
0.34821364283561707,
|
| 29 |
+
1.199573040008545,
|
| 30 |
+
0.251572847366333,
|
| 31 |
+
0.6335340738296509,
|
| 32 |
+
1.3376312255859375,
|
| 33 |
+
0.6146510243415833
|
| 34 |
+
],
|
| 35 |
+
"mean": [
|
| 36 |
+
0.05014117548660356,
|
| 37 |
+
-0.2757148992042152,
|
| 38 |
+
0.9345546498590586,
|
| 39 |
+
-0.021252323535974234,
|
| 40 |
+
-0.08211635991132685,
|
| 41 |
+
0.000739273757136864,
|
| 42 |
+
-0.12817537951834349,
|
| 43 |
+
-0.07230292868857481,
|
| 44 |
+
-0.016102622013672123,
|
| 45 |
+
0.7891226933926953,
|
| 46 |
+
-0.09078394491415546,
|
| 47 |
+
-0.02913060585691413,
|
| 48 |
+
0.447784174461754,
|
| 49 |
+
0.08264975584283167
|
| 50 |
+
],
|
| 51 |
+
"std": [
|
| 52 |
+
0.02961954563245947,
|
| 53 |
+
0.44922065523116456,
|
| 54 |
+
0.19895640461306197,
|
| 55 |
+
0.021673434736297566,
|
| 56 |
+
0.17630218933621664,
|
| 57 |
+
0.015295647067549527,
|
| 58 |
+
0.010333094085191497,
|
| 59 |
+
0.02716450100608257,
|
| 60 |
+
0.25837821997343174,
|
| 61 |
+
0.11878602419480774,
|
| 62 |
+
0.24032094397099635,
|
| 63 |
+
0.339576790418373,
|
| 64 |
+
0.5072573340369846,
|
| 65 |
+
0.20137405204827305
|
| 66 |
+
],
|
| 67 |
+
"count": [
|
| 68 |
+
29400
|
| 69 |
+
]
|
| 70 |
+
},
|
| 71 |
+
"observation.images.cam_left_wrist": {
|
| 72 |
+
"min": [
|
| 73 |
+
[
|
| 74 |
+
[
|
| 75 |
+
0.0
|
| 76 |
+
]
|
| 77 |
+
],
|
| 78 |
+
[
|
| 79 |
+
[
|
| 80 |
+
0.0
|
| 81 |
+
]
|
| 82 |
+
],
|
| 83 |
+
[
|
| 84 |
+
[
|
| 85 |
+
0.0
|
| 86 |
+
]
|
| 87 |
+
]
|
| 88 |
+
],
|
| 89 |
+
"max": [
|
| 90 |
+
[
|
| 91 |
+
[
|
| 92 |
+
1.0
|
| 93 |
+
]
|
| 94 |
+
],
|
| 95 |
+
[
|
| 96 |
+
[
|
| 97 |
+
1.0
|
| 98 |
+
]
|
| 99 |
+
],
|
| 100 |
+
[
|
| 101 |
+
[
|
| 102 |
+
1.0
|
| 103 |
+
]
|
| 104 |
+
]
|
| 105 |
+
],
|
| 106 |
+
"mean": [
|
| 107 |
+
[
|
| 108 |
+
[
|
| 109 |
+
0.37220222366099454
|
| 110 |
+
]
|
| 111 |
+
],
|
| 112 |
+
[
|
| 113 |
+
[
|
| 114 |
+
0.3882182842614699
|
| 115 |
+
]
|
| 116 |
+
],
|
| 117 |
+
[
|
| 118 |
+
[
|
| 119 |
+
0.3918925085846259
|
| 120 |
+
]
|
| 121 |
+
]
|
| 122 |
+
],
|
| 123 |
+
"std": [
|
| 124 |
+
[
|
| 125 |
+
[
|
| 126 |
+
0.272281599679376
|
| 127 |
+
]
|
| 128 |
+
],
|
| 129 |
+
[
|
| 130 |
+
[
|
| 131 |
+
0.26992671331860324
|
| 132 |
+
]
|
| 133 |
+
],
|
| 134 |
+
[
|
| 135 |
+
[
|
| 136 |
+
0.2687104199127038
|
| 137 |
+
]
|
| 138 |
+
]
|
| 139 |
+
],
|
| 140 |
+
"count": [
|
| 141 |
+
5929
|
| 142 |
+
]
|
| 143 |
+
},
|
| 144 |
+
"observation.images.cam_right_wrist": {
|
| 145 |
+
"min": [
|
| 146 |
+
[
|
| 147 |
+
[
|
| 148 |
+
0.0
|
| 149 |
+
]
|
| 150 |
+
],
|
| 151 |
+
[
|
| 152 |
+
[
|
| 153 |
+
0.0
|
| 154 |
+
]
|
| 155 |
+
],
|
| 156 |
+
[
|
| 157 |
+
[
|
| 158 |
+
0.0
|
| 159 |
+
]
|
| 160 |
+
]
|
| 161 |
+
],
|
| 162 |
+
"max": [
|
| 163 |
+
[
|
| 164 |
+
[
|
| 165 |
+
1.0
|
| 166 |
+
]
|
| 167 |
+
],
|
| 168 |
+
[
|
| 169 |
+
[
|
| 170 |
+
1.0
|
| 171 |
+
]
|
| 172 |
+
],
|
| 173 |
+
[
|
| 174 |
+
[
|
| 175 |
+
1.0
|
| 176 |
+
]
|
| 177 |
+
]
|
| 178 |
+
],
|
| 179 |
+
"mean": [
|
| 180 |
+
[
|
| 181 |
+
[
|
| 182 |
+
0.39299905725887846
|
| 183 |
+
]
|
| 184 |
+
],
|
| 185 |
+
[
|
| 186 |
+
[
|
| 187 |
+
0.4043549864876027
|
| 188 |
+
]
|
| 189 |
+
],
|
| 190 |
+
[
|
| 191 |
+
[
|
| 192 |
+
0.402433659349169
|
| 193 |
+
]
|
| 194 |
+
]
|
| 195 |
+
],
|
| 196 |
+
"std": [
|
| 197 |
+
[
|
| 198 |
+
[
|
| 199 |
+
0.24827066856800975
|
| 200 |
+
]
|
| 201 |
+
],
|
| 202 |
+
[
|
| 203 |
+
[
|
| 204 |
+
0.245666898871403
|
| 205 |
+
]
|
| 206 |
+
],
|
| 207 |
+
[
|
| 208 |
+
[
|
| 209 |
+
0.24453164825960766
|
| 210 |
+
]
|
| 211 |
+
]
|
| 212 |
+
],
|
| 213 |
+
"count": [
|
| 214 |
+
5929
|
| 215 |
+
]
|
| 216 |
+
},
|
| 217 |
+
"timestamp": {
|
| 218 |
+
"min": [
|
| 219 |
+
0.0
|
| 220 |
+
],
|
| 221 |
+
"max": [
|
| 222 |
+
11.979999542236328
|
| 223 |
+
],
|
| 224 |
+
"mean": [
|
| 225 |
+
5.989999771118164
|
| 226 |
+
],
|
| 227 |
+
"std": [
|
| 228 |
+
3.464096784591675
|
| 229 |
+
],
|
| 230 |
+
"count": [
|
| 231 |
+
29400
|
| 232 |
+
]
|
| 233 |
+
},
|
| 234 |
+
"frame_index": {
|
| 235 |
+
"min": [
|
| 236 |
+
0
|
| 237 |
+
],
|
| 238 |
+
"max": [
|
| 239 |
+
599
|
| 240 |
+
],
|
| 241 |
+
"mean": [
|
| 242 |
+
299.5
|
| 243 |
+
],
|
| 244 |
+
"std": [
|
| 245 |
+
173.2048401941085
|
| 246 |
+
],
|
| 247 |
+
"count": [
|
| 248 |
+
29400
|
| 249 |
+
]
|
| 250 |
+
},
|
| 251 |
+
"next.done": {
|
| 252 |
+
"min": [
|
| 253 |
+
false
|
| 254 |
+
],
|
| 255 |
+
"max": [
|
| 256 |
+
true
|
| 257 |
+
],
|
| 258 |
+
"mean": [
|
| 259 |
+
0.0016666666666666668
|
| 260 |
+
],
|
| 261 |
+
"std": [
|
| 262 |
+
0.04079079416840139
|
| 263 |
+
],
|
| 264 |
+
"count": [
|
| 265 |
+
29400
|
| 266 |
+
]
|
| 267 |
+
},
|
| 268 |
+
"observation.images.cam_high": {
|
| 269 |
+
"min": [
|
| 270 |
+
[
|
| 271 |
+
[
|
| 272 |
+
0.0
|
| 273 |
+
]
|
| 274 |
+
],
|
| 275 |
+
[
|
| 276 |
+
[
|
| 277 |
+
0.0
|
| 278 |
+
]
|
| 279 |
+
],
|
| 280 |
+
[
|
| 281 |
+
[
|
| 282 |
+
0.0
|
| 283 |
+
]
|
| 284 |
+
]
|
| 285 |
+
],
|
| 286 |
+
"max": [
|
| 287 |
+
[
|
| 288 |
+
[
|
| 289 |
+
1.0
|
| 290 |
+
]
|
| 291 |
+
],
|
| 292 |
+
[
|
| 293 |
+
[
|
| 294 |
+
1.0
|
| 295 |
+
]
|
| 296 |
+
],
|
| 297 |
+
[
|
| 298 |
+
[
|
| 299 |
+
1.0
|
| 300 |
+
]
|
| 301 |
+
]
|
| 302 |
+
],
|
| 303 |
+
"mean": [
|
| 304 |
+
[
|
| 305 |
+
[
|
| 306 |
+
0.403657426639479
|
| 307 |
+
]
|
| 308 |
+
],
|
| 309 |
+
[
|
| 310 |
+
[
|
| 311 |
+
0.40669755303129856
|
| 312 |
+
]
|
| 313 |
+
],
|
| 314 |
+
[
|
| 315 |
+
[
|
| 316 |
+
0.41531821294706694
|
| 317 |
+
]
|
| 318 |
+
]
|
| 319 |
+
],
|
| 320 |
+
"std": [
|
| 321 |
+
[
|
| 322 |
+
[
|
| 323 |
+
0.1987122006403311
|
| 324 |
+
]
|
| 325 |
+
],
|
| 326 |
+
[
|
| 327 |
+
[
|
| 328 |
+
0.19363465577293995
|
| 329 |
+
]
|
| 330 |
+
],
|
| 331 |
+
[
|
| 332 |
+
[
|
| 333 |
+
0.19216989741052937
|
| 334 |
+
]
|
| 335 |
+
]
|
| 336 |
+
],
|
| 337 |
+
"count": [
|
| 338 |
+
5929
|
| 339 |
+
]
|
| 340 |
+
},
|
| 341 |
+
"index": {
|
| 342 |
+
"min": [
|
| 343 |
+
0
|
| 344 |
+
],
|
| 345 |
+
"max": [
|
| 346 |
+
29399
|
| 347 |
+
],
|
| 348 |
+
"mean": [
|
| 349 |
+
14699.5
|
| 350 |
+
],
|
| 351 |
+
"std": [
|
| 352 |
+
8487.048952178058
|
| 353 |
+
],
|
| 354 |
+
"count": [
|
| 355 |
+
29400
|
| 356 |
+
]
|
| 357 |
+
},
|
| 358 |
+
"action": {
|
| 359 |
+
"min": [
|
| 360 |
+
-0.013805827125906944,
|
| 361 |
+
-0.9679418802261353,
|
| 362 |
+
0.4693981409072876,
|
| 363 |
+
-0.10584467649459839,
|
| 364 |
+
-0.45405831933021545,
|
| 365 |
+
-0.06289321184158325,
|
| 366 |
+
-0.23560084402561188,
|
| 367 |
+
-0.16566993296146393,
|
| 368 |
+
-0.9633399844169617,
|
| 369 |
+
0.5292233824729919,
|
| 370 |
+
-1.0584467649459839,
|
| 371 |
+
-0.8759030699729919,
|
| 372 |
+
-0.012271846644580364,
|
| 373 |
+
-0.22307784855365753
|
| 374 |
+
],
|
| 375 |
+
"max": [
|
| 376 |
+
0.10584467649459839,
|
| 377 |
+
0.3190680146217346,
|
| 378 |
+
1.245592474937439,
|
| 379 |
+
0.012271846644580364,
|
| 380 |
+
0.24083499610424042,
|
| 381 |
+
0.05675728991627693,
|
| 382 |
+
-0.11074811965227127,
|
| 383 |
+
0.003067961661145091,
|
| 384 |
+
0.3328738510608673,
|
| 385 |
+
1.1873011589050293,
|
| 386 |
+
0.2592427730560303,
|
| 387 |
+
0.6335340738296509,
|
| 388 |
+
1.3360973596572876,
|
| 389 |
+
0.603723406791687
|
| 390 |
+
],
|
| 391 |
+
"mean": [
|
| 392 |
+
0.05234003203864,
|
| 393 |
+
-0.2764765495548443,
|
| 394 |
+
0.9205150482605915,
|
| 395 |
+
-0.02199359640136969,
|
| 396 |
+
-0.08370187388714023,
|
| 397 |
+
0.0006783840404490807,
|
| 398 |
+
-0.1622716896996206,
|
| 399 |
+
-0.07592948693401959,
|
| 400 |
+
-0.028605199552008083,
|
| 401 |
+
0.7689134940809134,
|
| 402 |
+
-0.09616701226035247,
|
| 403 |
+
-0.033417181071483205,
|
| 404 |
+
0.4527794201763309,
|
| 405 |
+
0.04453814286282476
|
| 406 |
+
],
|
| 407 |
+
"std": [
|
| 408 |
+
0.029572665153945868,
|
| 409 |
+
0.43691349794491735,
|
| 410 |
+
0.19673154176176827,
|
| 411 |
+
0.021654518778010175,
|
| 412 |
+
0.17963802287525618,
|
| 413 |
+
0.015384034978875616,
|
| 414 |
+
0.01863948847355694,
|
| 415 |
+
0.02815075923095611,
|
| 416 |
+
0.24161991287114534,
|
| 417 |
+
0.11457498081527914,
|
| 418 |
+
0.24664732079256232,
|
| 419 |
+
0.3408510453441346,
|
| 420 |
+
0.5071036462695776,
|
| 421 |
+
0.21951252581006994
|
| 422 |
+
],
|
| 423 |
+
"count": [
|
| 424 |
+
29400
|
| 425 |
+
]
|
| 426 |
+
},
|
| 427 |
+
"task_index": {
|
| 428 |
+
"min": [
|
| 429 |
+
0
|
| 430 |
+
],
|
| 431 |
+
"max": [
|
| 432 |
+
0
|
| 433 |
+
],
|
| 434 |
+
"mean": [
|
| 435 |
+
0.0
|
| 436 |
+
],
|
| 437 |
+
"std": [
|
| 438 |
+
0.0
|
| 439 |
+
],
|
| 440 |
+
"count": [
|
| 441 |
+
29400
|
| 442 |
+
]
|
| 443 |
+
},
|
| 444 |
+
"observation.images.cam_low": {
|
| 445 |
+
"min": [
|
| 446 |
+
[
|
| 447 |
+
[
|
| 448 |
+
0.0
|
| 449 |
+
]
|
| 450 |
+
],
|
| 451 |
+
[
|
| 452 |
+
[
|
| 453 |
+
0.0
|
| 454 |
+
]
|
| 455 |
+
],
|
| 456 |
+
[
|
| 457 |
+
[
|
| 458 |
+
0.0
|
| 459 |
+
]
|
| 460 |
+
]
|
| 461 |
+
],
|
| 462 |
+
"max": [
|
| 463 |
+
[
|
| 464 |
+
[
|
| 465 |
+
1.0
|
| 466 |
+
]
|
| 467 |
+
],
|
| 468 |
+
[
|
| 469 |
+
[
|
| 470 |
+
1.0
|
| 471 |
+
]
|
| 472 |
+
],
|
| 473 |
+
[
|
| 474 |
+
[
|
| 475 |
+
1.0
|
| 476 |
+
]
|
| 477 |
+
]
|
| 478 |
+
],
|
| 479 |
+
"mean": [
|
| 480 |
+
[
|
| 481 |
+
[
|
| 482 |
+
0.510375551423248
|
| 483 |
+
]
|
| 484 |
+
],
|
| 485 |
+
[
|
| 486 |
+
[
|
| 487 |
+
0.5243531246574558
|
| 488 |
+
]
|
| 489 |
+
],
|
| 490 |
+
[
|
| 491 |
+
[
|
| 492 |
+
0.5246738098105606
|
| 493 |
+
]
|
| 494 |
+
]
|
| 495 |
+
],
|
| 496 |
+
"std": [
|
| 497 |
+
[
|
| 498 |
+
[
|
| 499 |
+
0.21619567894627678
|
| 500 |
+
]
|
| 501 |
+
],
|
| 502 |
+
[
|
| 503 |
+
[
|
| 504 |
+
0.21207255627190044
|
| 505 |
+
]
|
| 506 |
+
],
|
| 507 |
+
[
|
| 508 |
+
[
|
| 509 |
+
0.20506469767024585
|
| 510 |
+
]
|
| 511 |
+
]
|
| 512 |
+
],
|
| 513 |
+
"count": [
|
| 514 |
+
5929
|
| 515 |
+
]
|
| 516 |
+
},
|
| 517 |
+
"episode_index": {
|
| 518 |
+
"min": [
|
| 519 |
+
0
|
| 520 |
+
],
|
| 521 |
+
"max": [
|
| 522 |
+
48
|
| 523 |
+
],
|
| 524 |
+
"mean": [
|
| 525 |
+
24.0
|
| 526 |
+
],
|
| 527 |
+
"std": [
|
| 528 |
+
14.142135623730951
|
| 529 |
+
],
|
| 530 |
+
"count": [
|
| 531 |
+
29400
|
| 532 |
+
]
|
| 533 |
+
}
|
| 534 |
+
}
|
meta/tasks.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:918ee9a9eb40af91a0a97951fc370c6db50e88d513946d24cd42c0c85934e27d
|
| 3 |
+
size 2271
|