oopsie_kaplaTower
收藏资源简介:
该数据集是一个机器人操作数据集,基于LeRobot框架构建,用于机器人模仿学习或强化学习任务。数据包含121个episodes,共计132137帧,帧率为30fps。每个episode记录了机器人执行单一任务(任务索引为1)的完整轨迹。数据特征包括:6维关节动作(shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos)和对应的6维关节状态观测(observation.state),以及两个摄像头视角(front和top)的480x640 RGB视频(AV1编码)。此外,还包含时间戳、帧索引、episode索引、索引和任务索引等元数据。机器人类型为so_follower(可能为UR5e等协作机器人)。数据集划分仅有训练集(0-121个episodes),适用于机器人操作技能的模仿学习、行为克隆、强化学习等研究。
This dataset is a robot manipulation dataset built on the LeRobot framework, designed for robot imitation learning or reinforcement learning tasks. It contains 121 episodes with a total of 132,137 frames at 30 fps. Each episode records a complete trajectory of the robot performing a single task (task index 1). Data features include 6-dimensional joint actions (shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos) and corresponding 6-dimensional joint state observations (observation.state), along with 480x640 RGB videos (AV1 encoded) from two camera views (front and top). Metadata such as timestamps, frame indices, episode indices, indices, and task indices are also included. The robot type is so_follower (possibly a collaborative robot like UR5e). The dataset is split only into training set (episodes 0-121), suitable for research on imitation learning, behavior cloning, and reinforcement learning for robotic manipulation skills.
数据集概述
基本信息
- 数据集名称: oopsie_kaplaTower
- 许可证: Apache 2.0
- 任务类型: 机器人(Robotics)
- 标签: LeRobot
- 数据集地址: https://huggingface.co/datasets/kantine/oopsie_kaplaTower
数据集规模
- 总轨迹数(Episodes): 121
- 总帧数(Frames): 132,137
- 任务数: 1
- 数据文件大小: 约 100 MB(Parquet 文件)
- 视频文件大小: 约 200 MB
- 分割: 训练集包含全部 121 个轨迹(train: 0:121)
数据采集规格
- 帧率: 30 FPS
- 机器人类型: so_follower
- 编码版本: v3.0
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
数据特征
动作(Action)
- 维度: 6 维
- 数据类型: float32
- 包含字段:
- shoulder_pan.pos
- shoulder_lift.pos
- elbow_flex.pos
- wrist_flex.pos
- wrist_roll.pos
- gripper.pos
观测状态(Observation State)
- 维度: 6 维
- 数据类型: float32
- 包含字段: 与动作字段相同
图像观测
数据集包含两个摄像头视角的图像数据(均为视频格式,分辨率 480×640×3,AV1 编码):
-
front(前置相机):
- 分辨率: 480×640
- 色彩通道: 3(RGB)
- 视频编码: AV1,像素格式 yuv420p
- 帧率: 30 FPS
-
top(顶置相机):
- 分辨率: 480×640
- 色彩通道: 3(RGB)
- 视频编码: AV1,像素格式 yuv420p
- 帧率: 30 FPS
其他元数据
- 时间戳(timestamp): float32,维度 1
- 帧索引(frame_index): int64,维度 1
- 轨迹索引(episode_index): int64,维度 1
- 索引(index): int64,维度 1
- 任务索引(task_index): int64,维度 1
数据集用途
该数据集基于 LeRobot 框架创建,适用于机器人操作相关的模仿学习任务,主要涉及积木塔(Kapla Tower)搭建场景,包含机器人多关节控制(肩部、肘部、腕部及夹爪)操作数据。




