Juelg commited on
Commit
b741bc9
·
verified ·
1 Parent(s): 9fd9c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - benchmark
7
+ - manipulation
8
+ - vla
9
  ---
10
+
11
+ # DuoBench LeRobot Dataset
12
+
13
+ This is the dataset collected for the FR3 Duo Benchmark [DuoBench](https://arxiv.org/abs/2606.11901) in LeRobot format ready for training.
14
+ 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.
15
+ Checkout the [raw dataset](https://huggingface.co/datasets/RobotControlStack/duobench_raw) if you are interested e.g. in franka states (real) and sim states.
16
+ The raw dataset repo also shows how to convert the data into this lerobot version.
17
+
18
+
19
+
20
+ Project page: https://duobench.github.io/
21
+ DuoBench Code: https://github.com/RobotControlStack/duobench
22
+
23
+
24
+ ## Citation
25
+ If you find this dataset or DuoBench useful for your work, please consider citing it:
26
+ ```
27
+ @misc{duobench,
28
+ title={{DuoBench}: A Reproducible Benchmark for Bimanual Manipulation in Simulation and the Real World},
29
+ 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},
30
+ year={2026},
31
+ url={https://arxiv.org/abs/2606.11901}
32
+ }
33
+ ```