franka_pnp
收藏资源简介:
这是一个由LeRobot创建的机器人任务数据集,专为机器人学习和控制任务设计。数据集包含50个训练片段,总帧数为12477,帧率为20fps,使用Franka机器人平台。数据以Parquet格式存储,包括观察图像(如主图像和手腕图像,尺寸为256x256x3)、机器人状态(6维浮点数)、动作(8维浮点数)、对象初始状态(6维浮点数)以及时间戳、帧索引、片段索引等元数据。数据集结构详细,适用于机器人强化学习或模仿学习任务,许可证为Apache-2.0。
This is a robot task dataset created by LeRobot, specifically designed for robot learning and control tasks. The dataset contains 50 training segments with a total of 12477 frames, a frame rate of 20fps, and uses the Franka robot platform. Data is stored in Parquet format, including observation images (such as main and wrist images, sized 256x256x3), robot states (6-dimensional floats), actions (8-dimensional floats), object initial states (6-dimensional floats), as well as metadata like timestamps, frame indices, and segment indices. The dataset is structured in detail, suitable for robot reinforcement learning or imitation learning tasks, with an Apache-2.0 license.
数据集概述:franka_pnp
- 任务类型:机器人学(robotics)
- 许可证:Apache-2.0
- 创建工具:使用 LeRobot 创建
数据集结构
| 属性 | 值 |
|---|---|
| 代码库版本 | v2.1 |
| 机器人类型 | franka |
| 总片段数 | 50 |
| 总帧数 | 12,477 |
| 总任务数 | 1 |
| 总视频数 | 0 |
| 总数据块数 | 1 |
| 数据块大小 | 1,000 |
| 帧率 | 20 FPS |
| 训练集划分 | 片段 0 至 49 |
数据路径
- 数据路径格式:
data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet - 视频路径格式:
videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4
特征配置
| 特征名称 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
observation.image |
image | [256, 256, 3] | 机器人视角图像(高、宽、通道) |
observation.wrist_image |
image | [256, 256, 3] | 机器人腕部图像(高、宽、通道) |
observation.state |
float32 | [6] | 机器人状态向量 |
action |
float32 | [8] | 动作向量 |
obj_init |
float32 | [6] | 物体初始状态向量 |
timestamp |
float32 | [1] | 时间戳 |
frame_index |
int64 | [1] | 帧索引 |
episode_index |
int64 | [1] | 片段索引 |
index |
int64 | [1] | 全局索引 |
task_index |
int64 | [1] | 任务索引 |
引用信息
当前未提供 BibTeX 引用格式。



