rollout_stackblocks_iter2_rollout
收藏资源简介:
该数据集是使用LeRobot框架创建的机器人操作数据集,包含67个episodes,总计50729个frames,以30帧每秒的速率采集。数据集的核心内容包括:机器人的动作指令(包含6个关节位置:肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置),机器人的状态观测(与动作相同的6个关节位置),以及来自两个摄像头的视觉观测——一个顶部摄像头和一个腕部摄像头,每个提供480x640分辨率的RGB视频。此外,数据集还包含干预信号、下一步是否成功的标志、时间戳以及多个索引(帧索引、episode索引、总体索引和任务索引)。数据以parquet文件格式组织,并包含相应的MP4视频文件,总大小约为300MB。该数据集适用于机器人学习任务,如模仿学习、强化学习或行为克隆,特别是涉及多模态感知(状态+视觉)和操作的任务。
This dataset is a robot manipulation dataset created using the LeRobot framework. It contains 67 episodes, totaling 50729 frames, collected at a rate of 30 frames per second. The core content of the dataset includes: robot action commands (comprising 6 joint positions: shoulder translation, shoulder lift, elbow bend, wrist bend, wrist rotation, and gripper position), robot state observations (the same 6 joint positions as the actions), and visual observations from two cameras—a top camera and a wrist camera, each providing RGB video at 480x640 resolution. Additionally, the dataset contains intervention signals, a flag indicating success in the next step, timestamps, and multiple indices (frame index, episode index, overall index, and task index). The data is organized in parquet file format and includes corresponding MP4 video files, with a total size of approximately 300MB. This dataset is suitable for robot learning tasks such as imitation learning, reinforcement learning, or behavior cloning, particularly those involving multimodal perception (state + vision) and manipulation.
数据集概述
- 数据集名称:rollout_stackblocks_iter2_rollout
- 许可证:Apache-2.0
- 任务类别:机器人学(robotics)
- 标签:LeRobot
数据集结构
- 数据格式:使用 Parquet 文件存储,路径为
data/*/*.parquet - 帧率(FPS):30
- 总集数(Episodes):67
- 总帧数(Frames):50,729
- 总任务数(Tasks):1
- 机器人类型:so_follower
- 数据切分:
- 训练集:索引 0 至 66(共 67 集)
特征(Features)
- 动作(action):6 维浮点数,包含机械臂各关节位置(shoulder_pan、shoulder_lift、elbow_flex、wrist_flex、wrist_roll)及夹爪位置(gripper)
- 观察状态(observation.state):6 维浮点数,与动作特征相同
- 观察图像(observation.images):
- 顶部摄像头(top):视频数据,分辨率 480×640,3 通道,编码为 AV1,帧率 30 FPS
- 腕部摄像头(wrist):视频数据,分辨率 480×640,3 通道,编码为 AV1,帧率 30 FPS
- 干预标签(intervention):布尔值,1 维
- 下一步成功标志(next.success):布尔值,1 维
- 时间戳(timestamp):浮点数,1 维
- 帧索引(frame_index):整数,1 维
- 集数索引(episode_index):整数,1 维
- 索引(index):整数,1 维
- 任务索引(task_index):整数,1 维
数据文件信息
- 数据文件大小:约 100 MB
- 视频文件大小:约 200 MB
- 数据文件路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
创建工具
- 数据集使用 LeRobot 创建




