File size: 1,268 Bytes
f13bbaa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
58
59
60
61
---
annotations_creators:
- no-annotation
language_creators:
- found
language:
- en
license:
- apache-2.0
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- robotics
task_ids:
- manipulation
paperswithcode_id: null
pretty_name: merged_valid
tags:
- robotics
- manipulation
- lerobot
- v2.1
---

# Dataset Card for 1g0rrr/merged_valid

## Dataset Description

- **Repository:** 1g0rrr/merged_valid
- **Version:** v2.1
- **Robot Type:** so100
- **Total Episodes:** 125
- **Total Frames:** 40525
- **Total Tasks:** 2
- **Total Videos:** 250
- **FPS:** 30

## Dataset Structure

This dataset follows the LeRobot v2.1 format with the following structure:
- `meta/info.json`: Dataset metadata and configuration
- `meta/episodes.jsonl`: Episode information including tasks and lengths
- `meta/tasks.jsonl`: Task descriptions and indices
- `meta/episodes_stats.jsonl`: Per-episode statistics
- `data/chunk_*/episode_*.parquet`: Episode data files
- `videos/chunk_*/video_key_*/episode_*.mp4`: Video files (if present)

## Usage

This dataset can be loaded using the LeRobot dataset loader:

```python
from lerobot.common.datasets.lerobot_dataset import LeRobotDataset

dataset = LeRobotDataset("1g0rrr/merged_valid")
```