byml commited on
Commit
3c82628
·
verified ·
1 Parent(s): 3f8d4eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # UniVTAC Benchmark Dataset
6
+
7
+ The UniVTAC Benchmark dataset provides simulation data for tactile-based robotic manipulation tasks.
8
+
9
+ ## Overview
10
+
11
+ This dataset contains 100 episodes per task, totaling 800 episodes across 8 diverse manipulation tasks.
12
+
13
+ ## Task Gallery
14
+
15
+ UniVTAC Benchmark currently includes the following manipulation tasks, all featuring tactile sensing:
16
+
17
+ | Task | Module | Description |
18
+ |---|---|---|
19
+ | **Collect** | `collect` | Collect contact-rich tactile data for pretraining |
20
+ | **Lift Bottle** | `lift_bottle` | Grasp and lift a bottle off a surface near a wall |
21
+ | **Lift Can** | `lift_can` | Grasp and lift a cylindrical can |
22
+ | **Insert HDMI** | `insert_HDMI` | Insert an HDMI connector into a port |
23
+ | **Insert Hole** | `insert_hole` | Precision peg-in-hole insertion |
24
+ | **Insert Tube** | `insert_tube` | Insert a tube into a fixture |
25
+ | **Pull Out Key** | `pull_out_key` | Extract a key from a lock |
26
+ | **Put Bottle in Shelf** | `put_bottle_in_shelf` | Place a bottle onto a shelf |
27
+ | **Grasp & Classify** | `grasp_classify` | Grasp an object and classify it by tactile feedback |
28
+
29
+ ## Usage
30
+
31
+ For detailed instructions on data loading, environment setup, and benchmarking protocols, please visit our:
32
+ 👉 [official website](https://univtac.github.io/)
33
+ 👉 [Github repo](https://github.com/univtac/UniVTAC)