Pick_and_place_blue_green_merged
收藏资源简介:
该数据集是使用LeRobot平台创建的机器人操作数据集,专门用于机器人学习任务。它包含38个完整操作序列(episodes),共计16,580帧数据,涵盖4个不同的任务。数据集采用Apache 2.0许可证。核心特征包括:1) 动作空间:6维浮点数组,用于控制机械臂的肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置;2) 状态观测:与动作空间对应的6维关节位置状态;3) 视觉观测:来自顶部摄像头和腕部摄像头的双视角RGB视频流,分辨率均为480×640,帧率为30fps;4) 时序与索引信息:包括时间戳、帧索引、序列索引、任务索引等元数据。数据以parquet格式存储,总数据量约为100MB,视频文件约为200MB。所有数据均被标记为训练集,适用于机器人模仿学习、强化学习、行为克隆等任务的研究与开发。
This dataset is a robot manipulation dataset created using the LeRobot platform, specifically designed for robot learning tasks. It contains 38 complete episodes, totaling 16,580 frames of data, covering 4 different tasks. The dataset is licensed under Apache 2.0. Key features include: 1) Action space: a 6-dimensional floating-point array controlling the robot arms shoulder translation, shoulder lift, elbow bend, wrist bend, wrist rotation, and gripper position; 2) State observation: a 6-dimensional joint position state corresponding to the action space; 3) Visual observation: dual-view RGB video streams from a top camera and a wrist camera, both with a resolution of 480×640 and a frame rate of 30fps; 4) Temporal and indexing information: metadata such as timestamps, frame indices, episode indices, and task indices. The data is stored in parquet format, with a total data volume of approximately 100MB and video files of about 200MB. All data is labeled as training sets, suitable for research and development in robot imitation learning, reinforcement learning, behavior cloning, and related tasks.
数据集概述
该数据集名为 Pick_and_place_blue_green_merged,是一个面向机器人操作任务的数据集,使用 LeRobot 框架创建,遵循 Apache-2.0 许可证。
数据集基本信息
- 机器人类型:
so_follower - 总片段数: 38
- 总帧数: 16,580
- 总任务数: 4
- 帧率: 30 FPS
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 分块大小: 1,000
数据集划分
- 训练集: 片段索引 0 至 38(全部 38 个片段用于训练)
数据特征
数据集包含以下主要特征:
| 特征名称 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
action |
float32 | [6] | 6 维动作,包含肩关节(pan/lift/flex)、腕关节(flex/roll)及夹爪位置。 |
observation.state |
float32 | [6] | 机器人状态,同动作维度,描述各关节位置。 |
observation.images.top |
video (AV1) | [480, 640, 3] | 顶部摄像头视频,分辨率 480×640,RGB 三通道,30 FPS。 |
observation.images.wrist |
video (AV1) | [480, 640, 3] | 腕部摄像头视频,分辨率 480×640,RGB 三通道,30 FPS。 |
timestamp |
float32 | [1] | 时间戳。 |
frame_index |
int64 | [1] | 帧索引。 |
episode_index |
int64 | [1] | 片段索引。 |
index |
int64 | [1] | 全局索引。 |
task_index |
int64 | [1] | 任务索引(共 4 个任务)。 |
数据存储结构
- 数据文件:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
引用信息
目前尚未提供具体的 BibTeX 引用条目。




