File size: 1,266 Bytes
fedae32
b741bc9
 
 
 
 
 
 
fedae32
b741bc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
task_categories:
- robotics
tags:
- benchmark
- manipulation
- vla
---

# DuoBench LeRobot Dataset

This is the dataset collected for the FR3 Duo Benchmark [DuoBench](https://arxiv.org/abs/2606.11901) in LeRobot format ready for training.
The dataset is a stripped down version from the [raw dataset](https://huggingface.co/datasets/RobotControlStack/duobench_raw) and only contains data required for VLA training.
Checkout the [raw dataset](https://huggingface.co/datasets/RobotControlStack/duobench_raw) if you are interested e.g. in franka states (real) and sim states.
The raw dataset repo also shows how to convert the data into this lerobot version.



Project page: https://duobench.github.io/
DuoBench Code: https://github.com/RobotControlStack/duobench


## Citation
If you find this dataset or DuoBench useful for your work, please consider citing it:
```
@misc{duobench,
  title={{DuoBench}: A Reproducible Benchmark for Bimanual Manipulation in Simulation and the Real World},
  author={Tobias J{\"u}lg and Seongjin Bien and Simon Hilber and Yannik Blei and Pierre Krack and Maximilian Li and Sven Parusel and Rudolf Lioutikov and Florian Walter and Wolfram Burgard},
  year={2026},
  url={https://arxiv.org/abs/2606.11901}
}
```