Memoryvla
收藏资源简介:
该数据集来自 Robokit 采集,包含机器人执行“用杯子盖住积木,然后拿起盖住积木的杯子”这一操作任务的示范数据。每个批次数据存放于一个目录中,包含:HDF5 格式的原始数据(hdf5/)、RLDS 格式的数据集(robokit_dataset/)以及采集配置与清洗报告(source_meta/)。数据集共有 157 个 episode(索引 0 至 156),适用于机器人模仿学习、操作技能迁移等任务。
This dataset is collected from Robokit, containing demonstration data of a robot performing the operation task: Cover the block with a cup, then pick up the cup covering the block. Each batch of data is stored in a directory, including: raw data in HDF5 format (hdf5/), dataset in RLDS format (robokit_dataset/), and collection configuration and cleaning report (source_meta/). The dataset consists of 157 episodes (index 0 to 156), suitable for tasks such as robot imitation learning and manipulation skill transfer.
数据集概述
该数据集由 shaohuan1 发布在 Hugging Face 平台上,对应一个机器人操作任务:“用杯子盖住积木,然后提起盖住积木的杯子”。该任务的数据通过 RoboKit 采集。
数据集内容与结构
每个批次(batch)包含一个独立目录,内部结构如下:
hdf5/:存放原始数据(HDF5 格式)。robokit_dataset/:存放 RLDS(Relay Learning Data Schema)格式的数据。source_meta/:包含采集配置信息与数据清洗报告。
数据规模
| 批次名称 | Episode 范围 | 总段数 |
|---|---|---|
Cover_the_building_block_with_a_cup,_then_lift_up_the_cup_covering_the_block._b0 |
0 至 156 | 157 |
注意事项
- 数据集页面中的文件列表按字典序排列(例如
100.hdf5会排在66.hdf5之前),翻页浏览时容易误判为缺少文件。 - 如需核对数据完整性,可使用项目提供的脚本命令:
./scripts/publish_batch.sh --audit "Cover the building block with a cup, then lift up the cup covering the block.",该命令会逐文件比对本地与远端的大小。




