Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
video
video
7.2
52.8
label
class label
302 classes
00
00
00
11
11
11
210
210
210
3100
3100
3100
4101
4101
4101
5102
5102
5102
6103
6103
6103
7104
7104
7104
8105
8105
8105
9106
9106
9106
10107
10107
10107
11108
11108
11108
1311
1311
1311
14110
14110
14110
15111
15111
15111
16112
16112
16112
17113
17113
17113
18114
18114
18114
19115
19115
19115
20116
20116
20116
21117
21117
21117
22118
22118
22118
2412
2412
2412
25120
25120
25120
26121
26121
26121
27122
27122
27122
28123
28123
28123
29124
29124
29124
30125
30125
30125
31126
31126
31126
32127
32127
32127
33128
33128
33128
3513
3513
3513
36130
End of preview. Expand in Data Studio

YAML Metadata Warning:The task_categories "imitation-learning" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

PlayWorld Human Demonstration Data

Human teleoperation demonstrations for robotic manipulation tasks.

Dataset Description

This dataset contains human demonstrations collected via teleoperation for robotic manipulation tasks. Each episode includes:

  • Multi-view RGB videos (3 cameras: exterior_1, exterior_2, wrist)
  • Pre-encoded video latents (PyTorch .pt files)
  • Robot state trajectories (7-DOF: x, y, z, roll, pitch, yaw, gripper)
  • Task descriptions and success labels

Dataset Structure

{version}/
β”œβ”€β”€ annotation/
β”‚   β”œβ”€β”€ train/
β”‚   β”‚   └── {episode_id}.json  # Episode metadata and trajectories
β”‚   └── val/
β”‚       └── {episode_id}.json
β”œβ”€β”€ videos/
β”‚   β”œβ”€β”€ train/
β”‚   β”‚   └── {episode_id}/
β”‚   β”‚       β”œβ”€β”€ 0.mp4  # exterior_1 camera
β”‚   β”‚       β”œβ”€β”€ 1.mp4  # exterior_2 camera
β”‚   β”‚       └── 2.mp4  # wrist camera
β”‚   └── val/
β”œβ”€β”€ latent_videos/
β”‚   β”œβ”€β”€ train/
β”‚   β”‚   └── {episode_id}/
β”‚   β”‚       β”œβ”€β”€ 0.pt  # encoded features from camera 0
β”‚   β”‚       β”œβ”€β”€ 1.pt  # encoded features from camera 1
β”‚   β”‚       └── 2.pt  # encoded features from camera 2
β”‚   └── val/
└── metainfo/
    β”œβ”€β”€ stat.json
    β”œβ”€β”€ train_sample.json
    └── val_sample.json

Versions

  • v0_final: 290 train + 32 val episodes
  • v1_final: 302 train + 33 val episodes

Statistics

  • Total Episodes: 657
  • Video Resolution: 320x192 (based on typical DROID format)
  • Frame Rate: 5 Hz (stored), 15 Hz (raw proprioception)
  • State Space: 7-dimensional (6D end-effector pose + 1D gripper)

Tasks

Primary task: "Move object into or out of container (ex: drawer, clothes hamper, plate, trashcan, washer)"

Citation

If you use this dataset, please cite the original data collection work.

License

MIT License

Downloads last month
923