sbt_non_cyclic
收藏资源简介:
该数据集由LeRobot创建,采用Apache-2.0许可协议,专为机器人技术领域设计。数据集包含200个任务场景,总计94,562帧数据,数据文件大小为100MB,视频文件大小为200MB。数据以Parquet格式存储,帧率为50fps。数据集结构包括机器人状态观测(14个浮点型特征,涵盖左右臂各关节角度和夹持器状态)、动作数据(同样14个特征)、三个不同视角的视频观测(分辨率480x640,彩色三通道),以及时间戳、帧索引、任务索引等元数据。视频数据采用AV1编码,无音频。该数据集适用于机器人控制、行为克隆、强化学习等任务。
This dataset was created by LeRobot, licensed under the Apache-2.0 license, and is specifically designed for the field of robotics. It contains 200 task scenarios, totaling 94,562 frames of data, with a data file size of 100 MB and a video file size of 200 MB. The data is stored in Parquet format, with a frame rate of 50 fps. The dataset structure includes robot state observations (14 float features covering joint angles of the left and right arms and gripper status), action data (also 14 features), video observations from three different perspectives (resolution 480x640, 3-channel color), as well as metadata such as timestamps, frame indices, and task indices. The video data adopts AV1 encoding and has no audio. This dataset is applicable to tasks such as robot control, behavioral cloning, and reinforcement learning.
数据集概述
基本信息
- 数据集名称: sbt_non_cyclic
- 创建工具: LeRobot (https://github.com/huggingface/lerobot)
- 许可证: Apache-2.0
- 任务类别: 机器人学
- 标签: LeRobot
数据集规模
- 总情节数: 200
- 总帧数: 94562
- 总任务数: 156
- 数据块大小: 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率: 50 FPS
- 数据分割: 训练集 (0:200)
数据结构与特征
数据以Parquet文件格式存储,路径模式为 data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet。
视频以MP4文件格式存储,路径模式为 videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4。
主要特征字段
-
observation.state
- 数据类型: float32
- 形状: [14]
- 描述: 机器人状态,包含右臂和左臂各7个关节(腰部、肩部、肘部、前臂滚转、手腕角度、手腕旋转、夹爪)的观测值。
-
action
- 数据类型: float32
- 形状: [14]
- 描述: 机器人动作,包含右臂和左臂各7个关节(同上)的动作指令。
-
observation.images.cam_high
- 数据类型: video
- 形状: [3, 480, 640]
- 视频信息: RGB图像,分辨率640x480,编码格式AV1,帧率50 FPS,无音频。
-
observation.images.cam_left_wrist
- 数据类型: video
- 形状: [3, 480, 640]
- 视频信息: RGB图像,分辨率640x480,编码格式AV1,帧率50 FPS,无音频。
-
observation.images.cam_right_wrist
- 数据类型: video
- 形状: [3, 480, 640]
- 视频信息: RGB图像,分辨率640x480,编码格式AV1,帧率50 FPS,无音频。
-
元数据索引
- timestamp: 时间戳 (float32)
- frame_index: 帧索引 (int64)
- episode_index: 情节索引 (int64)
- index: 索引 (int64)
- task_index: 任务索引 (int64)
其他信息
- 代码库版本: v3.0
- 机器人类型: aloha
- 主页: 未提供
- 论文: 未提供
- 引用信息: 未提供




