File size: 2,016 Bytes
4199a0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# DemystifyActionSpace Dataset

## Overview

This dataset is collected for the paper  
**"Demystifying Action Space Design for Robotic Manipulation Policies"**.

The dataset contains teleoperated demonstrations for a set of tabletop manipulation tasks using AgileX robotic platforms. It is designed to support empirical studies on how different action space designs affect policy learning for robotic manipulation.

The dataset includes both single arm and bimanual tasks, as well as a small cross embodiment subset collected on a different robot platform.

## Tasks

### touch — Touch Cube
The robot reaches toward a cube and makes contact with it.

This task evaluates basic reaching and contact behavior.

### pick_cup — Pick Up Cup
The robot grasps a cup and lifts it from the table.

This task focuses on grasp acquisition and lifting.

### pick_place — Pick and Place Cup
The robot picks up a cup and places it at a target location.

This task evaluates sequential manipulation involving grasping, transport, and placement.

### bowl — Bimanual Cube Transfer
The robot uses two arms to transfer a cube from one gripper to the other.

This task evaluates bimanual coordination and object handoff.

## Cross Embodiment Dataset

To study cross embodiment generalization, we provide a small subset collected on a different robot platform.

### airbot(touch) — Touch Cube on AIRBOT
The same Touch Cube task performed using the AIRBOT platform.

The subset of **touch** and **airbot(touch)** can be used to evaluate policy transfer across robot embodiments.

## Data Format

Each trajectory contains:

- observations  
- RGB images  
- robot states  
- actions  

The dataset is stored in a trajectory based format compatible with robot learning pipelines.

## Intended Use

This dataset is intended for research on:

- imitation learning for robotic manipulation  
- action space design in robot policies  
- policy learning with teleoperated demonstrations  
- cross embodiment policy generalization