serandt commited on
Commit
c388499
·
verified ·
1 Parent(s): 3a38307

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ pretty_name: LabDex
4
+ language:
5
+ - en
6
+ tags:
7
+ - robotics
8
+ - embodied-ai
9
+ - dexterous-manipulation
10
+ - robot-learning
11
+ - imitation-learning
12
+ - laboratory-automation
13
  ---
14
+
15
+ # LabDex: A Hierarchical Benchmark for Dexterous Manipulation in Laboratories
16
+
17
+
18
+ <p align="center">
19
+ <a href="https://zhipeng-tang.github.io/LabDex/">Project Page</a>
20
+ &nbsp; | &nbsp;
21
+ <a href="YOUR_PAPER_LINK">Paper</a>
22
+ &nbsp; | &nbsp;
23
+ <a href="YOUR_CODE_LINK">Code</a>
24
+ </p>
25
+
26
+ ## Overview
27
+
28
+ **LabDex** is a large-scale dataset and benchmark for **dexterous manipulation in chemistry laboratories**, designed to support the training and systematic evaluation of robotic policies across different levels of task complexity.
29
+
30
+ LabDex provides unified **real-world and simulation platforms** and organizes laboratory manipulation into three hierarchical levels: **Atomic Skills**, **Compositional Skills**, and **Long-Horizon Laboratory Workflows**. The dataset contains **30+ atomic skills, 10+ compositional skills, 20+ laboratory assets, 8,000+ demonstration episodes, and over 1 million trajectory steps**.
31
+
32
+ Each demonstration includes synchronized **multi-view RGB observations, robot proprioceptive states, robot actions, and hierarchical task annotations**, providing a standardized foundation for research on laboratory dexterous manipulation and autonomous laboratory robots.