File size: 1,052 Bytes
84683c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
---
license: mit
task_categories:
- robotics
language:
- en
tags:
- lerobot
- robotics
- pusht-format
size_categories:
- 1K<n<10K
---
# Robot Dataset with EXACT Pusht Format
Dataset with identical structure to working lerobot/pusht dataset.
## Format Details
- **Structure**: EXACT copy of lerobot/pusht file organization
- **Files**: chunk-000/file-000.parquet (not episode_000000.parquet)
- **Episodes**: Parquet format (not JSONL)
- **Tasks**: Parquet format (not JSONL)
- **Features**: Includes next.reward, next.done, next.success
## Files Structure
```
data/chunk-000/file-000.parquet
videos/observation.image/chunk-000/file-000.mp4
meta/info.json
meta/stats.json
meta/tasks.parquet
meta/episodes/chunk-000/file-000.parquet
```
## Data Features
- observation.state: 14-DOF robot state
- action: 14-DOF robot action
- next.reward: Task reward
- next.done: Episode termination
- next.success: Task success
- observation.image: Robot visualization video
## Usage
Should work with LeRobot visualizer since it matches exact pusht structure.
|