so101_pick_white_box
收藏资源简介:
该数据集由 LeRobot 框架创建,用于机器人模仿学习。数据集包含 27 个演示片段(episode),总计 24180 帧,所有片段均对应同一个任务:拾取白色盒子(pick white box)。机器人类型为 so_follower(一种跟随机器人)。数据以 Parquet 文件和 MP4 视频文件形式存储,总大小约 300 MB(数据文件 100 MB,视频文件 200 MB)。每个时间步包含:6 维关节位置动作(action)、6 维关节位置状态观测(observation.state)、以及来自前视摄像头的视频帧(640×480 像素,30fps,AV1 编码)。此外,还记录了时间戳、帧索引、episode 索引、全局索引和任务索引。数据集可用于训练机器人操控策略,如行为克隆或强化学习。
This dataset is created by the LeRobot framework for robot imitation learning. It contains 27 demonstration episodes with a total of 24,180 frames, all corresponding to the same task: pick white box. The robot type is so_follower. The data is stored in Parquet and MP4 video files, with a total size of approximately 300 MB (100 MB for data files and 200 MB for video files). Each time step includes: 6-dimensional joint position actions, 6-dimensional joint position state observations, and front-view camera video frames (640×480 pixels, 30fps, AV1 encoding). Additionally, timestamps, frame indices, episode indices, global indices, and task indices are recorded. The dataset can be used for training robot manipulation policies such as behavior cloning or reinforcement learning.
数据集概述:so101_pick_white_box
基本信息
- 数据集名称: so101_pick_white_box
- 许可证: Apache-2.0
- 任务类别: 机器人技术 (Robotics)
- 标签: LeRobot
- 创建工具: 该数据集使用 LeRobot 创建
数据规模
- 总轨迹数 (Episodes): 27
- 总帧数 (Frames): 24,180
- 任务数量: 1
- 分割方式: 全部27个轨迹用于训练集(train: 0:27)
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率 (FPS): 30
机器人配置
- 机器人类型: so_follower
- 代码库版本: v3.0
- 块大小 (Chunk Size): 1000
数据特征
动作 (Action) 与观测状态 (Observation State)
两者均包含6维关节位置信息:
shoulder_pan.pos(肩部旋转位置)shoulder_lift.pos(肩部升降位置)elbow_flex.pos(肘部弯曲位置)wrist_flex.pos(腕部弯曲位置)wrist_roll.pos(腕部旋转位置)gripper.pos(夹爪位置)
数据类型均为 float32。
观测图像 (Observation Images)
- 相机视角:
observation.images.front(前置摄像头) - 分辨率: 480×640×3(高×宽×通道)
- 视频编码: AV1
- 像素格式: yuv420p
- 是否为深度图: 否
- 帧率: 30 FPS
其他特征
| 特征 | 数据类型 | 形状 |
|---|---|---|
| timestamp(时间戳) | float32 | [1] |
| frame_index(帧索引) | int64 | [1] |
| episode_index(轨迹索引) | int64 | [1] |
| index(索引) | int64 | [1] |
| task_index(任务索引) | int64 | [1] |
文件结构
- 数据文件路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
该数据集适用于机器人操作任务(拾取白色盒子),可用于训练和评估机器人控制策略。




