play_robot_v3_1
收藏资源简介:
该数据集是一个用于机器人技术的数据集,由LeRobot工具创建。它包含Trossen AI Stationary机器人的数据,具体包括1个episode、17932帧和2个视频。数据以Parquet文件格式存储,视频以MP4格式存储,帧率为30fps。数据集的特征涵盖机器人的动作(7个关节的浮点值)、观察状态(7个关节的浮点值)以及来自两个摄像头的图像观察:cam_high和cam_right_wrist,每个摄像头的视频分辨率为480x640像素,3个通道。此外,还包括时间戳、帧索引、episode索引等元数据。数据集适用于机器人控制、强化学习或计算机视觉任务,主要用于训练和评估机器人模型。
This dataset is designed for robotics and created by the LeRobot tool. It contains data from the Trossen AI Stationary robot, including 1 episode, 17932 frames, and 2 videos. The data is stored in Parquet file format, with videos in MP4 format at a frame rate of 30fps. The dataset features robot actions (floating-point values for 7 joints), observation states (floating-point values for 7 joints), and image observations from two cameras: cam_high and cam_right_wrist, each with video resolution of 480x640 pixels and 3 channels. Additionally, metadata such as timestamps, frame indices, and episode indices are included. The dataset is suitable for robot control, reinforcement learning, or computer vision tasks, primarily used for training and evaluating robot models.
数据集概述:play_robot_v3_1
- 主页:[More Information Needed]
- 论文:[More Information Needed]
- 许可协议:Apache-2.0
- 任务类别:机器人学 (Robotics)
- 标签:LeRobot, tutorial
数据集结构
该数据集使用 LeRobot 创建,遵循 v2.1 版本规范,机器人子版本为 v1.0,机器人类型为 trossen_ai_stationary。
基本统计
| 属性 | 数值 |
|---|---|
| 总片段数 (episodes) | 1 |
| 总帧数 (frames) | 17,932 |
| 总任务数 (tasks) | 1 |
| 总视频数 (videos) | 2 |
| 总数据块数 (chunks) | 1 |
| 数据块大小 (chunks size) | 1000 |
| 帧率 (fps) | 30 |
| 训练/测试划分 | 训练: 0:1 (全部用于训练) |
数据存储路径
- 数据文件:
data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet - 视频文件:
videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4
特征 (Features)
| 特征名 | 数据类型 | 形状 (Shape) | 说明 |
|---|---|---|---|
action |
float32 | [7] | 7个右臂关节动作 (right_joint_0 ~ right_joint_6) |
observation.state |
float32 | [7] | 7个右臂关节状态 (right_joint_0 ~ right_joint_6) |
observation.images.cam_high |
video | [480, 640, 3] | 高位摄像头视频,30fps,AV1编码 |
observation.images.cam_right_wrist |
video | [480, 640, 3] | 右腕摄像头视频,30fps,AV1编码 |
timestamp |
float32 | [1] | 时间戳 |
frame_index |
int64 | [1] | 帧索引 |
episode_index |
int64 | [1] | 片段索引 |
index |
int64 | [1] | 数据索引 |
task_index |
int64 | [1] | 任务索引 |



