Datasets:

Size:
n<1K
ArXiv:
License:
enyen commited on
Commit
6c4310f
·
verified ·
1 Parent(s): fe07747

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -5,4 +5,30 @@ task_categories:
5
  pretty_name: PCHands
6
  size_categories:
7
  - n<1K
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  pretty_name: PCHands
6
  size_categories:
7
  - n<1K
8
+ ---
9
+
10
+ A collection of human demonstrations in multiple manipulation tasks, using 4 manipulators. This dataset also contains the model checkpoint and normalization for the RL environment:
11
+ <ul>
12
+ <li>Model checkpoint for the CVAE</li>
13
+ <li>Collected teleoperated demonstrations</li>
14
+ <li>Baked demonstrations for RL training</li>
15
+ <li>Normalization stat for RL training</li>
16
+ </ul>
17
+ For details usage, see <a href="https://github.com/hsp-iit/PCHands">source code</a>.
18
+ This dataset is publicly released with the referenced Humanoids 2025 publication.
19
+ Please cite the publication if you find this dataset useful.
20
+
21
+ ```bibtex
22
+
23
+
24
+ @misc
25
+ {
26
+ title={PCHands: PCA-based Hand Pose Synergy Representation on Manipulators with N-DoF},
27
+ author={En Yen Puang and Federico Ceola and Giulia Pasquale and Lorenzo Natale},
28
+ year={2025},
29
+ eprint={2508.07945},
30
+ archivePrefix={arXiv},
31
+ primaryClass={cs.RO},
32
+ url={https://arxiv.org/abs/2508.07945},
33
+ }
34
+ ```