Datasets:
Add files using upload-large-folder tool
Browse files- README.md +152 -0
- data/chunk-000/file-000.parquet +3 -0
- meta/episodes/chunk-000/file-000.parquet +3 -0
- meta/info.json +110 -0
- meta/stats.json +474 -0
- meta/task3_v2_layouts.json +221 -0
- meta/tasks.parquet +3 -0
- videos/observation.images.front/chunk-000/file-000.mp4 +3 -0
README.md
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
tags:
|
| 6 |
+
- LeRobot
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files: data/*/*.parquet
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=rslxcvg/task3_v2">
|
| 16 |
+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
|
| 17 |
+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
|
| 18 |
+
</a>
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
## Dataset Description
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Homepage:** [More Information Needed]
|
| 26 |
+
- **Paper:** [More Information Needed]
|
| 27 |
+
- **License:** apache-2.0
|
| 28 |
+
|
| 29 |
+
## Dataset Structure
|
| 30 |
+
|
| 31 |
+
[meta/info.json](meta/info.json):
|
| 32 |
+
```json
|
| 33 |
+
{
|
| 34 |
+
"codebase_version": "v3.0",
|
| 35 |
+
"fps": 30,
|
| 36 |
+
"features": {
|
| 37 |
+
"action": {
|
| 38 |
+
"dtype": "float32",
|
| 39 |
+
"names": [
|
| 40 |
+
"shoulder_pan.pos",
|
| 41 |
+
"shoulder_lift.pos",
|
| 42 |
+
"elbow_flex.pos",
|
| 43 |
+
"wrist_flex.pos",
|
| 44 |
+
"wrist_roll.pos",
|
| 45 |
+
"gripper.pos"
|
| 46 |
+
],
|
| 47 |
+
"shape": [
|
| 48 |
+
6
|
| 49 |
+
]
|
| 50 |
+
},
|
| 51 |
+
"observation.state": {
|
| 52 |
+
"dtype": "float32",
|
| 53 |
+
"names": [
|
| 54 |
+
"shoulder_pan.pos",
|
| 55 |
+
"shoulder_lift.pos",
|
| 56 |
+
"elbow_flex.pos",
|
| 57 |
+
"wrist_flex.pos",
|
| 58 |
+
"wrist_roll.pos",
|
| 59 |
+
"gripper.pos"
|
| 60 |
+
],
|
| 61 |
+
"shape": [
|
| 62 |
+
6
|
| 63 |
+
]
|
| 64 |
+
},
|
| 65 |
+
"observation.images.front": {
|
| 66 |
+
"dtype": "video",
|
| 67 |
+
"shape": [
|
| 68 |
+
480,
|
| 69 |
+
640,
|
| 70 |
+
3
|
| 71 |
+
],
|
| 72 |
+
"names": [
|
| 73 |
+
"height",
|
| 74 |
+
"width",
|
| 75 |
+
"channels"
|
| 76 |
+
],
|
| 77 |
+
"info": {
|
| 78 |
+
"video.height": 480,
|
| 79 |
+
"video.width": 640,
|
| 80 |
+
"video.codec": "av1",
|
| 81 |
+
"video.pix_fmt": "yuv420p",
|
| 82 |
+
"video.is_depth_map": false,
|
| 83 |
+
"video.fps": 30,
|
| 84 |
+
"video.channels": 3,
|
| 85 |
+
"has_audio": false,
|
| 86 |
+
"video.g": null,
|
| 87 |
+
"video.fast_decode": null,
|
| 88 |
+
"video.extra_options": null,
|
| 89 |
+
"video.video_backend": "pyav",
|
| 90 |
+
"video.crf": null,
|
| 91 |
+
"video.preset": null
|
| 92 |
+
}
|
| 93 |
+
},
|
| 94 |
+
"timestamp": {
|
| 95 |
+
"dtype": "float32",
|
| 96 |
+
"shape": [
|
| 97 |
+
1
|
| 98 |
+
],
|
| 99 |
+
"names": null
|
| 100 |
+
},
|
| 101 |
+
"frame_index": {
|
| 102 |
+
"dtype": "int64",
|
| 103 |
+
"shape": [
|
| 104 |
+
1
|
| 105 |
+
],
|
| 106 |
+
"names": null
|
| 107 |
+
},
|
| 108 |
+
"episode_index": {
|
| 109 |
+
"dtype": "int64",
|
| 110 |
+
"shape": [
|
| 111 |
+
1
|
| 112 |
+
],
|
| 113 |
+
"names": null
|
| 114 |
+
},
|
| 115 |
+
"index": {
|
| 116 |
+
"dtype": "int64",
|
| 117 |
+
"shape": [
|
| 118 |
+
1
|
| 119 |
+
],
|
| 120 |
+
"names": null
|
| 121 |
+
},
|
| 122 |
+
"task_index": {
|
| 123 |
+
"dtype": "int64",
|
| 124 |
+
"shape": [
|
| 125 |
+
1
|
| 126 |
+
],
|
| 127 |
+
"names": null
|
| 128 |
+
}
|
| 129 |
+
},
|
| 130 |
+
"total_episodes": 18,
|
| 131 |
+
"total_frames": 14062,
|
| 132 |
+
"total_tasks": 3,
|
| 133 |
+
"chunks_size": 1000,
|
| 134 |
+
"data_files_size_in_mb": 100,
|
| 135 |
+
"video_files_size_in_mb": 200,
|
| 136 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 137 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 138 |
+
"robot_type": "so_follower",
|
| 139 |
+
"splits": {
|
| 140 |
+
"train": "0:18"
|
| 141 |
+
}
|
| 142 |
+
}
|
| 143 |
+
```
|
| 144 |
+
|
| 145 |
+
|
| 146 |
+
## Citation
|
| 147 |
+
|
| 148 |
+
**BibTeX:**
|
| 149 |
+
|
| 150 |
+
```bibtex
|
| 151 |
+
[More Information Needed]
|
| 152 |
+
```
|
data/chunk-000/file-000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52dcb440d031f3579ae1e1815c3ac1470230772bb53af9461ab383bf1fcf4844
|
| 3 |
+
size 423253
|
meta/episodes/chunk-000/file-000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e306aff686cc5a92e69e5a1b3f2d69d6aae092a161beae79179d90e27149002
|
| 3 |
+
size 98459
|
meta/info.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v3.0",
|
| 3 |
+
"fps": 30,
|
| 4 |
+
"features": {
|
| 5 |
+
"action": {
|
| 6 |
+
"dtype": "float32",
|
| 7 |
+
"names": [
|
| 8 |
+
"shoulder_pan.pos",
|
| 9 |
+
"shoulder_lift.pos",
|
| 10 |
+
"elbow_flex.pos",
|
| 11 |
+
"wrist_flex.pos",
|
| 12 |
+
"wrist_roll.pos",
|
| 13 |
+
"gripper.pos"
|
| 14 |
+
],
|
| 15 |
+
"shape": [
|
| 16 |
+
6
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.state": {
|
| 20 |
+
"dtype": "float32",
|
| 21 |
+
"names": [
|
| 22 |
+
"shoulder_pan.pos",
|
| 23 |
+
"shoulder_lift.pos",
|
| 24 |
+
"elbow_flex.pos",
|
| 25 |
+
"wrist_flex.pos",
|
| 26 |
+
"wrist_roll.pos",
|
| 27 |
+
"gripper.pos"
|
| 28 |
+
],
|
| 29 |
+
"shape": [
|
| 30 |
+
6
|
| 31 |
+
]
|
| 32 |
+
},
|
| 33 |
+
"observation.images.front": {
|
| 34 |
+
"dtype": "video",
|
| 35 |
+
"shape": [
|
| 36 |
+
480,
|
| 37 |
+
640,
|
| 38 |
+
3
|
| 39 |
+
],
|
| 40 |
+
"names": [
|
| 41 |
+
"height",
|
| 42 |
+
"width",
|
| 43 |
+
"channels"
|
| 44 |
+
],
|
| 45 |
+
"info": {
|
| 46 |
+
"video.height": 480,
|
| 47 |
+
"video.width": 640,
|
| 48 |
+
"video.codec": "av1",
|
| 49 |
+
"video.pix_fmt": "yuv420p",
|
| 50 |
+
"video.is_depth_map": false,
|
| 51 |
+
"video.fps": 30,
|
| 52 |
+
"video.channels": 3,
|
| 53 |
+
"has_audio": false,
|
| 54 |
+
"video.g": null,
|
| 55 |
+
"video.fast_decode": null,
|
| 56 |
+
"video.extra_options": null,
|
| 57 |
+
"video.video_backend": "pyav",
|
| 58 |
+
"video.crf": null,
|
| 59 |
+
"video.preset": null
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
"timestamp": {
|
| 63 |
+
"dtype": "float32",
|
| 64 |
+
"shape": [
|
| 65 |
+
1
|
| 66 |
+
],
|
| 67 |
+
"names": null
|
| 68 |
+
},
|
| 69 |
+
"frame_index": {
|
| 70 |
+
"dtype": "int64",
|
| 71 |
+
"shape": [
|
| 72 |
+
1
|
| 73 |
+
],
|
| 74 |
+
"names": null
|
| 75 |
+
},
|
| 76 |
+
"episode_index": {
|
| 77 |
+
"dtype": "int64",
|
| 78 |
+
"shape": [
|
| 79 |
+
1
|
| 80 |
+
],
|
| 81 |
+
"names": null
|
| 82 |
+
},
|
| 83 |
+
"index": {
|
| 84 |
+
"dtype": "int64",
|
| 85 |
+
"shape": [
|
| 86 |
+
1
|
| 87 |
+
],
|
| 88 |
+
"names": null
|
| 89 |
+
},
|
| 90 |
+
"task_index": {
|
| 91 |
+
"dtype": "int64",
|
| 92 |
+
"shape": [
|
| 93 |
+
1
|
| 94 |
+
],
|
| 95 |
+
"names": null
|
| 96 |
+
}
|
| 97 |
+
},
|
| 98 |
+
"total_episodes": 18,
|
| 99 |
+
"total_frames": 14062,
|
| 100 |
+
"total_tasks": 3,
|
| 101 |
+
"chunks_size": 1000,
|
| 102 |
+
"data_files_size_in_mb": 100,
|
| 103 |
+
"video_files_size_in_mb": 200,
|
| 104 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 105 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 106 |
+
"robot_type": "so_follower",
|
| 107 |
+
"splits": {
|
| 108 |
+
"train": "0:18"
|
| 109 |
+
}
|
| 110 |
+
}
|
meta/stats.json
ADDED
|
@@ -0,0 +1,474 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"observation.state": {
|
| 3 |
+
"min": [
|
| 4 |
+
-46.19780349731445,
|
| 5 |
+
-102.5934066772461,
|
| 6 |
+
-53.010990142822266,
|
| 7 |
+
-100.0,
|
| 8 |
+
-7.252747058868408,
|
| 9 |
+
0.8253095149993896
|
| 10 |
+
],
|
| 11 |
+
"max": [
|
| 12 |
+
50.06593322753906,
|
| 13 |
+
90.10989379882812,
|
| 14 |
+
97.05494689941406,
|
| 15 |
+
99.20879364013672,
|
| 16 |
+
99.12088012695312,
|
| 17 |
+
97.86795043945312
|
| 18 |
+
],
|
| 19 |
+
"mean": [
|
| 20 |
+
0.00754809821674393,
|
| 21 |
+
-8.725798440677243,
|
| 22 |
+
44.88449525107464,
|
| 23 |
+
-37.422869207034694,
|
| 24 |
+
72.66221573077807,
|
| 25 |
+
58.64699347676025
|
| 26 |
+
],
|
| 27 |
+
"std": [
|
| 28 |
+
17.165932900726816,
|
| 29 |
+
50.704608777597066,
|
| 30 |
+
44.30278778678833,
|
| 31 |
+
65.91688744701226,
|
| 32 |
+
29.42568071325727,
|
| 33 |
+
41.07923502638909
|
| 34 |
+
],
|
| 35 |
+
"count": [
|
| 36 |
+
14062
|
| 37 |
+
],
|
| 38 |
+
"q01": [
|
| 39 |
+
-18.329691406240435,
|
| 40 |
+
-95.1234231598642,
|
| 41 |
+
-42.91290743409225,
|
| 42 |
+
-95.6318726022368,
|
| 43 |
+
-2.8721084097549037,
|
| 44 |
+
1.0197324136584942
|
| 45 |
+
],
|
| 46 |
+
"q10": [
|
| 47 |
+
-17.026624274633246,
|
| 48 |
+
-74.90290237709429,
|
| 49 |
+
-29.54565748977046,
|
| 50 |
+
-94.15713215624714,
|
| 51 |
+
9.728656083294313,
|
| 52 |
+
3.3846048984871047
|
| 53 |
+
],
|
| 54 |
+
"q50": [
|
| 55 |
+
-0.3016797174653395,
|
| 56 |
+
-2.6901185483331487,
|
| 57 |
+
53.61950903612711,
|
| 58 |
+
-70.12375526386434,
|
| 59 |
+
85.77247161176335,
|
| 60 |
+
85.49176524823073
|
| 61 |
+
],
|
| 62 |
+
"q90": [
|
| 63 |
+
16.614252401693754,
|
| 64 |
+
55.00101686653235,
|
| 65 |
+
95.28920923192202,
|
| 66 |
+
86.03185296171662,
|
| 67 |
+
91.69187650032268,
|
| 68 |
+
96.71236200688615
|
| 69 |
+
],
|
| 70 |
+
"q99": [
|
| 71 |
+
20.429978532550358,
|
| 72 |
+
60.0397788623084,
|
| 73 |
+
96.83315497000042,
|
| 74 |
+
96.05701353784491,
|
| 75 |
+
92.14963443722803,
|
| 76 |
+
96.80695137211312
|
| 77 |
+
]
|
| 78 |
+
},
|
| 79 |
+
"task_index": {
|
| 80 |
+
"min": [
|
| 81 |
+
0
|
| 82 |
+
],
|
| 83 |
+
"max": [
|
| 84 |
+
0
|
| 85 |
+
],
|
| 86 |
+
"mean": [
|
| 87 |
+
0.0
|
| 88 |
+
],
|
| 89 |
+
"std": [
|
| 90 |
+
0.0
|
| 91 |
+
],
|
| 92 |
+
"count": [
|
| 93 |
+
14062
|
| 94 |
+
],
|
| 95 |
+
"q01": [
|
| 96 |
+
3.999999999999417e-16
|
| 97 |
+
],
|
| 98 |
+
"q10": [
|
| 99 |
+
3.999999999999418e-15
|
| 100 |
+
],
|
| 101 |
+
"q50": [
|
| 102 |
+
1.9999999999997088e-14
|
| 103 |
+
],
|
| 104 |
+
"q90": [
|
| 105 |
+
3.599999999999476e-14
|
| 106 |
+
],
|
| 107 |
+
"q99": [
|
| 108 |
+
3.959999999999423e-14
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
"episode_index": {
|
| 112 |
+
"min": [
|
| 113 |
+
0
|
| 114 |
+
],
|
| 115 |
+
"max": [
|
| 116 |
+
2
|
| 117 |
+
],
|
| 118 |
+
"mean": [
|
| 119 |
+
1.024676432939838
|
| 120 |
+
],
|
| 121 |
+
"std": [
|
| 122 |
+
0.8228201172603644
|
| 123 |
+
],
|
| 124 |
+
"count": [
|
| 125 |
+
14062
|
| 126 |
+
],
|
| 127 |
+
"q01": [
|
| 128 |
+
1.0246764329398381
|
| 129 |
+
],
|
| 130 |
+
"q10": [
|
| 131 |
+
1.024676432939842
|
| 132 |
+
],
|
| 133 |
+
"q50": [
|
| 134 |
+
1.0246764329398579
|
| 135 |
+
],
|
| 136 |
+
"q90": [
|
| 137 |
+
1.0246764329398739
|
| 138 |
+
],
|
| 139 |
+
"q99": [
|
| 140 |
+
1.0246764329398774
|
| 141 |
+
]
|
| 142 |
+
},
|
| 143 |
+
"index": {
|
| 144 |
+
"min": [
|
| 145 |
+
0
|
| 146 |
+
],
|
| 147 |
+
"max": [
|
| 148 |
+
2467
|
| 149 |
+
],
|
| 150 |
+
"mean": [
|
| 151 |
+
1173.1229554828617
|
| 152 |
+
],
|
| 153 |
+
"std": [
|
| 154 |
+
679.602563606816
|
| 155 |
+
],
|
| 156 |
+
"count": [
|
| 157 |
+
14062
|
| 158 |
+
],
|
| 159 |
+
"q01": [
|
| 160 |
+
788.4348173007126
|
| 161 |
+
],
|
| 162 |
+
"q10": [
|
| 163 |
+
858.8924012543644
|
| 164 |
+
],
|
| 165 |
+
"q50": [
|
| 166 |
+
1172.9016190442326
|
| 167 |
+
],
|
| 168 |
+
"q90": [
|
| 169 |
+
1487.2611693614797
|
| 170 |
+
],
|
| 171 |
+
"q99": [
|
| 172 |
+
1557.8110936650107
|
| 173 |
+
]
|
| 174 |
+
},
|
| 175 |
+
"action": {
|
| 176 |
+
"min": [
|
| 177 |
+
-46.593406677246094,
|
| 178 |
+
-102.85713958740234,
|
| 179 |
+
-54.769229888916016,
|
| 180 |
+
-101.31867980957031,
|
| 181 |
+
-7.604395389556885,
|
| 182 |
+
0.08203445374965668
|
| 183 |
+
],
|
| 184 |
+
"max": [
|
| 185 |
+
50.46154022216797,
|
| 186 |
+
89.4945068359375,
|
| 187 |
+
97.23076629638672,
|
| 188 |
+
99.29669952392578,
|
| 189 |
+
99.38461303710938,
|
| 190 |
+
99.3437271118164
|
| 191 |
+
],
|
| 192 |
+
"mean": [
|
| 193 |
+
0.08394774878292947,
|
| 194 |
+
-9.412376226872405,
|
| 195 |
+
44.11954392031812,
|
| 196 |
+
-37.823796744164184,
|
| 197 |
+
72.80033201473465,
|
| 198 |
+
57.905393540782924
|
| 199 |
+
],
|
| 200 |
+
"std": [
|
| 201 |
+
17.207452799949774,
|
| 202 |
+
50.24383364498985,
|
| 203 |
+
44.52205944509828,
|
| 204 |
+
66.05984280440639,
|
| 205 |
+
29.52382944650017,
|
| 206 |
+
42.42185233508808
|
| 207 |
+
],
|
| 208 |
+
"count": [
|
| 209 |
+
14062
|
| 210 |
+
],
|
| 211 |
+
"q01": [
|
| 212 |
+
-18.71971268802788,
|
| 213 |
+
-95.57481030944083,
|
| 214 |
+
-43.75355789312243,
|
| 215 |
+
-96.40055682541542,
|
| 216 |
+
-3.1237729187237044,
|
| 217 |
+
0.7659622436807162
|
| 218 |
+
],
|
| 219 |
+
"q10": [
|
| 220 |
+
-17.05117308459128,
|
| 221 |
+
-75.12172624977066,
|
| 222 |
+
-30.24759238857561,
|
| 223 |
+
-94.77356034846095,
|
| 224 |
+
9.77718119088154,
|
| 225 |
+
1.2691731726544786
|
| 226 |
+
],
|
| 227 |
+
"q50": [
|
| 228 |
+
-0.47135379395014493,
|
| 229 |
+
-3.939989655940081,
|
| 230 |
+
52.96009660278197,
|
| 231 |
+
-70.33982301801348,
|
| 232 |
+
86.04604226994897,
|
| 233 |
+
85.80937958554621
|
| 234 |
+
],
|
| 235 |
+
"q90": [
|
| 236 |
+
16.93353557759958,
|
| 237 |
+
53.46597526473934,
|
| 238 |
+
94.86940740597886,
|
| 239 |
+
85.85660123699341,
|
| 240 |
+
91.87578875483194,
|
| 241 |
+
97.08451422437344
|
| 242 |
+
],
|
| 243 |
+
"q99": [
|
| 244 |
+
20.961394531441883,
|
| 245 |
+
59.57439521767236,
|
| 246 |
+
97.07202881735734,
|
| 247 |
+
96.19973464271801,
|
| 248 |
+
92.43597465072071,
|
| 249 |
+
97.32174944236183
|
| 250 |
+
]
|
| 251 |
+
},
|
| 252 |
+
"frame_index": {
|
| 253 |
+
"min": [
|
| 254 |
+
0
|
| 255 |
+
],
|
| 256 |
+
"max": [
|
| 257 |
+
903
|
| 258 |
+
],
|
| 259 |
+
"mean": [
|
| 260 |
+
392.10958611861753
|
| 261 |
+
],
|
| 262 |
+
"std": [
|
| 263 |
+
229.0470072112492
|
| 264 |
+
],
|
| 265 |
+
"count": [
|
| 266 |
+
14062
|
| 267 |
+
],
|
| 268 |
+
"q01": [
|
| 269 |
+
7.421447936468526
|
| 270 |
+
],
|
| 271 |
+
"q10": [
|
| 272 |
+
77.8790318901204
|
| 273 |
+
],
|
| 274 |
+
"q50": [
|
| 275 |
+
391.8413006258
|
| 276 |
+
],
|
| 277 |
+
"q90": [
|
| 278 |
+
706.2477999972357
|
| 279 |
+
],
|
| 280 |
+
"q99": [
|
| 281 |
+
776.7977243007666
|
| 282 |
+
]
|
| 283 |
+
},
|
| 284 |
+
"observation.images.front": {
|
| 285 |
+
"min": [
|
| 286 |
+
[
|
| 287 |
+
[
|
| 288 |
+
0.0
|
| 289 |
+
]
|
| 290 |
+
],
|
| 291 |
+
[
|
| 292 |
+
[
|
| 293 |
+
0.0
|
| 294 |
+
]
|
| 295 |
+
],
|
| 296 |
+
[
|
| 297 |
+
[
|
| 298 |
+
0.0
|
| 299 |
+
]
|
| 300 |
+
]
|
| 301 |
+
],
|
| 302 |
+
"max": [
|
| 303 |
+
[
|
| 304 |
+
[
|
| 305 |
+
1.0
|
| 306 |
+
]
|
| 307 |
+
],
|
| 308 |
+
[
|
| 309 |
+
[
|
| 310 |
+
1.0
|
| 311 |
+
]
|
| 312 |
+
],
|
| 313 |
+
[
|
| 314 |
+
[
|
| 315 |
+
1.0
|
| 316 |
+
]
|
| 317 |
+
]
|
| 318 |
+
],
|
| 319 |
+
"mean": [
|
| 320 |
+
[
|
| 321 |
+
[
|
| 322 |
+
0.5701902392404598
|
| 323 |
+
]
|
| 324 |
+
],
|
| 325 |
+
[
|
| 326 |
+
[
|
| 327 |
+
0.5659378118629402
|
| 328 |
+
]
|
| 329 |
+
],
|
| 330 |
+
[
|
| 331 |
+
[
|
| 332 |
+
0.5623388816787561
|
| 333 |
+
]
|
| 334 |
+
]
|
| 335 |
+
],
|
| 336 |
+
"std": [
|
| 337 |
+
[
|
| 338 |
+
[
|
| 339 |
+
0.007157707342733955
|
| 340 |
+
]
|
| 341 |
+
],
|
| 342 |
+
[
|
| 343 |
+
[
|
| 344 |
+
0.005817473066491901
|
| 345 |
+
]
|
| 346 |
+
],
|
| 347 |
+
[
|
| 348 |
+
[
|
| 349 |
+
0.005785724571008271
|
| 350 |
+
]
|
| 351 |
+
]
|
| 352 |
+
],
|
| 353 |
+
"count": [
|
| 354 |
+
269990400
|
| 355 |
+
],
|
| 356 |
+
"q01": [
|
| 357 |
+
[
|
| 358 |
+
[
|
| 359 |
+
0.007844657080246491
|
| 360 |
+
]
|
| 361 |
+
],
|
| 362 |
+
[
|
| 363 |
+
[
|
| 364 |
+
0.00022403967715557907
|
| 365 |
+
]
|
| 366 |
+
],
|
| 367 |
+
[
|
| 368 |
+
[
|
| 369 |
+
-5.453116590114926e-11
|
| 370 |
+
]
|
| 371 |
+
]
|
| 372 |
+
],
|
| 373 |
+
"q10": [
|
| 374 |
+
[
|
| 375 |
+
[
|
| 376 |
+
0.05525721538948042
|
| 377 |
+
]
|
| 378 |
+
],
|
| 379 |
+
[
|
| 380 |
+
[
|
| 381 |
+
0.05164534573413548
|
| 382 |
+
]
|
| 383 |
+
],
|
| 384 |
+
[
|
| 385 |
+
[
|
| 386 |
+
0.016064876096971516
|
| 387 |
+
]
|
| 388 |
+
]
|
| 389 |
+
],
|
| 390 |
+
"q50": [
|
| 391 |
+
[
|
| 392 |
+
[
|
| 393 |
+
0.6925709336632624
|
| 394 |
+
]
|
| 395 |
+
],
|
| 396 |
+
[
|
| 397 |
+
[
|
| 398 |
+
0.6997463352419876
|
| 399 |
+
]
|
| 400 |
+
],
|
| 401 |
+
[
|
| 402 |
+
[
|
| 403 |
+
0.7012600525738575
|
| 404 |
+
]
|
| 405 |
+
]
|
| 406 |
+
],
|
| 407 |
+
"q90": [
|
| 408 |
+
[
|
| 409 |
+
[
|
| 410 |
+
0.796609751572251
|
| 411 |
+
]
|
| 412 |
+
],
|
| 413 |
+
[
|
| 414 |
+
[
|
| 415 |
+
0.7963457428495794
|
| 416 |
+
]
|
| 417 |
+
],
|
| 418 |
+
[
|
| 419 |
+
[
|
| 420 |
+
0.7995680466541946
|
| 421 |
+
]
|
| 422 |
+
]
|
| 423 |
+
],
|
| 424 |
+
"q99": [
|
| 425 |
+
[
|
| 426 |
+
[
|
| 427 |
+
0.8744835109816341
|
| 428 |
+
]
|
| 429 |
+
],
|
| 430 |
+
[
|
| 431 |
+
[
|
| 432 |
+
0.8462211080543632
|
| 433 |
+
]
|
| 434 |
+
],
|
| 435 |
+
[
|
| 436 |
+
[
|
| 437 |
+
0.859316733038061
|
| 438 |
+
]
|
| 439 |
+
]
|
| 440 |
+
]
|
| 441 |
+
},
|
| 442 |
+
"timestamp": {
|
| 443 |
+
"min": [
|
| 444 |
+
0.0
|
| 445 |
+
],
|
| 446 |
+
"max": [
|
| 447 |
+
30.1
|
| 448 |
+
],
|
| 449 |
+
"mean": [
|
| 450 |
+
13.07031953728725
|
| 451 |
+
],
|
| 452 |
+
"std": [
|
| 453 |
+
7.634900240374972
|
| 454 |
+
],
|
| 455 |
+
"count": [
|
| 456 |
+
14062
|
| 457 |
+
],
|
| 458 |
+
"q01": [
|
| 459 |
+
0.24738159778744692
|
| 460 |
+
],
|
| 461 |
+
"q10": [
|
| 462 |
+
2.595967729593212
|
| 463 |
+
],
|
| 464 |
+
"q50": [
|
| 465 |
+
13.063781647465929
|
| 466 |
+
],
|
| 467 |
+
"q90": [
|
| 468 |
+
23.54159333331863
|
| 469 |
+
],
|
| 470 |
+
"q99": [
|
| 471 |
+
25.893257476787053
|
| 472 |
+
]
|
| 473 |
+
}
|
| 474 |
+
}
|
meta/task3_v2_layouts.json
ADDED
|
@@ -0,0 +1,221 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo_id": "rslxcvg/task3_v2",
|
| 3 |
+
"episodes": [
|
| 4 |
+
{
|
| 5 |
+
"episode_index": 0,
|
| 6 |
+
"source_repo": "rslxcvg/2005_run1",
|
| 7 |
+
"target_position": "left",
|
| 8 |
+
"target_celebrity": "Taylor Swift",
|
| 9 |
+
"celebrities_by_position": [
|
| 10 |
+
"Taylor Swift",
|
| 11 |
+
"Barack Obama",
|
| 12 |
+
"Yann LeCun"
|
| 13 |
+
],
|
| 14 |
+
"task": "Place the coke on Taylor Swift"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"episode_index": 1,
|
| 18 |
+
"source_repo": "rslxcvg/2005_run1",
|
| 19 |
+
"target_position": "center",
|
| 20 |
+
"target_celebrity": "Barack Obama",
|
| 21 |
+
"celebrities_by_position": [
|
| 22 |
+
"Taylor Swift",
|
| 23 |
+
"Barack Obama",
|
| 24 |
+
"Yann LeCun"
|
| 25 |
+
],
|
| 26 |
+
"task": "Place the coke on Barack Obama"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"episode_index": 2,
|
| 30 |
+
"source_repo": "rslxcvg/2005_run1",
|
| 31 |
+
"target_position": "right",
|
| 32 |
+
"target_celebrity": "Yann LeCun",
|
| 33 |
+
"celebrities_by_position": [
|
| 34 |
+
"Taylor Swift",
|
| 35 |
+
"Barack Obama",
|
| 36 |
+
"Yann LeCun"
|
| 37 |
+
],
|
| 38 |
+
"task": "Place the coke on Yann LeCun"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"episode_index": 3,
|
| 42 |
+
"source_repo": "rslxcvg/2005_run2",
|
| 43 |
+
"target_position": "left",
|
| 44 |
+
"target_celebrity": "Barack Obama",
|
| 45 |
+
"celebrities_by_position": [
|
| 46 |
+
"Barack Obama",
|
| 47 |
+
"Taylor Swift",
|
| 48 |
+
"Yann LeCun"
|
| 49 |
+
],
|
| 50 |
+
"task": "Place the coke on Barack Obama"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"episode_index": 4,
|
| 54 |
+
"source_repo": "rslxcvg/2005_run2",
|
| 55 |
+
"target_position": "center",
|
| 56 |
+
"target_celebrity": "Taylor Swift",
|
| 57 |
+
"celebrities_by_position": [
|
| 58 |
+
"Barack Obama",
|
| 59 |
+
"Taylor Swift",
|
| 60 |
+
"Yann LeCun"
|
| 61 |
+
],
|
| 62 |
+
"task": "Place the coke on Taylor Swift"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"episode_index": 5,
|
| 66 |
+
"source_repo": "rslxcvg/2005_run2",
|
| 67 |
+
"target_position": "right",
|
| 68 |
+
"target_celebrity": "Yann LeCun",
|
| 69 |
+
"celebrities_by_position": [
|
| 70 |
+
"Barack Obama",
|
| 71 |
+
"Taylor Swift",
|
| 72 |
+
"Yann LeCun"
|
| 73 |
+
],
|
| 74 |
+
"task": "Place the coke on Yann LeCun"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"episode_index": 6,
|
| 78 |
+
"source_repo": "rslxcvg/2005_run3",
|
| 79 |
+
"target_position": "left",
|
| 80 |
+
"target_celebrity": "Taylor Swift",
|
| 81 |
+
"celebrities_by_position": [
|
| 82 |
+
"Taylor Swift",
|
| 83 |
+
"Yann LeCun",
|
| 84 |
+
"Barack Obama"
|
| 85 |
+
],
|
| 86 |
+
"task": "Place the coke on Taylor Swift"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"episode_index": 7,
|
| 90 |
+
"source_repo": "rslxcvg/2005_run3",
|
| 91 |
+
"target_position": "center",
|
| 92 |
+
"target_celebrity": "Yann LeCun",
|
| 93 |
+
"celebrities_by_position": [
|
| 94 |
+
"Taylor Swift",
|
| 95 |
+
"Yann LeCun",
|
| 96 |
+
"Barack Obama"
|
| 97 |
+
],
|
| 98 |
+
"task": "Place the coke on Yann LeCun"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"episode_index": 8,
|
| 102 |
+
"source_repo": "rslxcvg/2005_run3",
|
| 103 |
+
"target_position": "right",
|
| 104 |
+
"target_celebrity": "Barack Obama",
|
| 105 |
+
"celebrities_by_position": [
|
| 106 |
+
"Taylor Swift",
|
| 107 |
+
"Yann LeCun",
|
| 108 |
+
"Barack Obama"
|
| 109 |
+
],
|
| 110 |
+
"task": "Place the coke on Barack Obama"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"episode_index": 9,
|
| 114 |
+
"source_repo": "rslxcvg/2005_run4",
|
| 115 |
+
"target_position": "left",
|
| 116 |
+
"target_celebrity": "Yann LeCun",
|
| 117 |
+
"celebrities_by_position": [
|
| 118 |
+
"Yann LeCun",
|
| 119 |
+
"Barack Obama",
|
| 120 |
+
"Taylor Swift"
|
| 121 |
+
],
|
| 122 |
+
"task": "Place the coke on Yann LeCun"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"episode_index": 10,
|
| 126 |
+
"source_repo": "rslxcvg/2005_run4",
|
| 127 |
+
"target_position": "center",
|
| 128 |
+
"target_celebrity": "Barack Obama",
|
| 129 |
+
"celebrities_by_position": [
|
| 130 |
+
"Yann LeCun",
|
| 131 |
+
"Barack Obama",
|
| 132 |
+
"Taylor Swift"
|
| 133 |
+
],
|
| 134 |
+
"task": "Place the coke on Barack Obama"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"episode_index": 11,
|
| 138 |
+
"source_repo": "rslxcvg/2005_run4",
|
| 139 |
+
"target_position": "right",
|
| 140 |
+
"target_celebrity": "Taylor Swift",
|
| 141 |
+
"celebrities_by_position": [
|
| 142 |
+
"Yann LeCun",
|
| 143 |
+
"Barack Obama",
|
| 144 |
+
"Taylor Swift"
|
| 145 |
+
],
|
| 146 |
+
"task": "Place the coke on Taylor Swift"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"episode_index": 12,
|
| 150 |
+
"source_repo": "rslxcvg/2005_run5",
|
| 151 |
+
"target_position": "left",
|
| 152 |
+
"target_celebrity": "Yann LeCun",
|
| 153 |
+
"celebrities_by_position": [
|
| 154 |
+
"Yann LeCun",
|
| 155 |
+
"Taylor Swift",
|
| 156 |
+
"Barack Obama"
|
| 157 |
+
],
|
| 158 |
+
"task": "Place the coke on Yann LeCun"
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"episode_index": 13,
|
| 162 |
+
"source_repo": "rslxcvg/2005_run5",
|
| 163 |
+
"target_position": "center",
|
| 164 |
+
"target_celebrity": "Taylor Swift",
|
| 165 |
+
"celebrities_by_position": [
|
| 166 |
+
"Yann LeCun",
|
| 167 |
+
"Taylor Swift",
|
| 168 |
+
"Barack Obama"
|
| 169 |
+
],
|
| 170 |
+
"task": "Place the coke on Taylor Swift"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"episode_index": 14,
|
| 174 |
+
"source_repo": "rslxcvg/2005_run5",
|
| 175 |
+
"target_position": "right",
|
| 176 |
+
"target_celebrity": "Barack Obama",
|
| 177 |
+
"celebrities_by_position": [
|
| 178 |
+
"Yann LeCun",
|
| 179 |
+
"Taylor Swift",
|
| 180 |
+
"Barack Obama"
|
| 181 |
+
],
|
| 182 |
+
"task": "Place the coke on Barack Obama"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"episode_index": 15,
|
| 186 |
+
"source_repo": "rslxcvg/2005_run6",
|
| 187 |
+
"target_position": "left",
|
| 188 |
+
"target_celebrity": "Barack Obama",
|
| 189 |
+
"celebrities_by_position": [
|
| 190 |
+
"Barack Obama",
|
| 191 |
+
"Yann LeCun",
|
| 192 |
+
"Taylor Swift"
|
| 193 |
+
],
|
| 194 |
+
"task": "Place the coke on Barack Obama"
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"episode_index": 16,
|
| 198 |
+
"source_repo": "rslxcvg/2005_run6",
|
| 199 |
+
"target_position": "center",
|
| 200 |
+
"target_celebrity": "Yann LeCun",
|
| 201 |
+
"celebrities_by_position": [
|
| 202 |
+
"Barack Obama",
|
| 203 |
+
"Yann LeCun",
|
| 204 |
+
"Taylor Swift"
|
| 205 |
+
],
|
| 206 |
+
"task": "Place the coke on Yann LeCun"
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"episode_index": 17,
|
| 210 |
+
"source_repo": "rslxcvg/2005_run6",
|
| 211 |
+
"target_position": "right",
|
| 212 |
+
"target_celebrity": "Taylor Swift",
|
| 213 |
+
"celebrities_by_position": [
|
| 214 |
+
"Barack Obama",
|
| 215 |
+
"Yann LeCun",
|
| 216 |
+
"Taylor Swift"
|
| 217 |
+
],
|
| 218 |
+
"task": "Place the coke on Taylor Swift"
|
| 219 |
+
}
|
| 220 |
+
]
|
| 221 |
+
}
|
meta/tasks.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9021d2b2c430933e394a5c9cd8947aaf509955cf7ce0fb9bb2554f71b9500f2
|
| 3 |
+
size 2185
|
videos/observation.images.front/chunk-000/file-000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f6b1305c5276ea02262d0bfd42fa8d28e760179e35d4ce7a286be29b202b5b2
|
| 3 |
+
size 137000543
|