Fanqi-Lin's picture
Create README.md
ac43b05 verified
|
raw
history blame
1.44 kB
metadata
task_categories:
  - robotics
tags:
  - code
size_categories:
  - 100B<n<1T

Robotic Manipulation Datasets for Four Tasks

[Project Page] [Paper] [Code] [Models]

This repository contains in-the-wild robotic manipulation datasets collected using UMI, and processed through a SLAM pipeline, as described in the paper "Data Scaling Laws in Imitation Learning for Robotic Manipulation". The datasets cover four tasks:

  • Pour Water
  • Arrange Mouse
  • Fold Towel
  • Unplug Charger

Dataset Folders:

arrange_mouse and pour_water: Each folder contains data from 32 unique environment-object pairs, with 120 demonstrations per pair.

fold_towel and unplug_charger: Each folder contains data from 32 unique environment-object pairs, with 60 demonstrations per pair.

pour_water_16_env_4_object and arrange_mouse_16_env_4_object: These folders contain data from 16 environments, with 4 different manipulation objects per environment, and 120 demonstrations per object.

These datasets can be used to train policies that generalize effectively to novel environments and objects.

For more details on how to use our datasets, please refer to our code.