File size: 1,941 Bytes
626bc88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
license: mit
task_categories:
  - robotics
language:
  - en
tags:
  - robotics
  - lerobot
  - manipulation
  - bimanual
size_categories:
  - 1K<n<10K
pretty_name: test-exp
configs:
- config_name: default
  data_files:
  - split: train
    path: "data/chunk-000/episode_*.parquet"
---

# test-exp

LeRobot v2.1 format dataset for robot manipulation.

## Dataset Structure

- **Episodes**: 2 episodes of robot manipulation
- **Total Frames**: 2214 frames
- **Cameras**: 3 camera views per episode
  - `observation.images.base_camera_sensor_image_raw`
  - `observation.images.arm1_camera_sensor_image_raw`
  - `observation.images.arm2_camera_sensor_image_raw`
- **Robot**: Bimanual manipulator with 34 joints
- **Format**: LeRobot v2.1

## Usage with LeRobot

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

dataset = LeRobotDataset("Sraghvi/shrugmaster-test")
```

## Dataset Format

This dataset follows the LeRobot v2.1 format:

- `data/chunk-000/`: Parquet files containing episode data
- `videos/chunk-000/`: MP4 video files for each camera view
- `meta/`: Metadata files
  - `info.json`: Dataset configuration and feature descriptions
  - `episodes.jsonl`: Episode metadata
  - `tasks.jsonl`: Task descriptions
  - `episodes_stats.jsonl`: Dataset statistics

## Dataset Details

- **Total Episodes**: 2
- **Total Frames**: 2214
- **Average Episode Length**: 1107 frames
- **FPS**: ~9 (calculated from real data)
- **Robot Type**: Bimanual arm with 34 joints
- **Camera Resolution**: 1280x720
- **Video Codec**: H.264

## Features

- **Action**: Robot action commands with individual joint columns
- **Observation State**: Robot state observations with individual joint columns
- **Isaac Commands**: Simulation commands
- **Timestamp**: Frame timestamps
- **Episode/Frame/Task Indices**: Data organization
- **Joint Names**: Names of all robot joints
- **Joint Velocities**: Velocity data for all joints