kiwi-sherbet commited on
Commit
25024da
·
verified ·
1 Parent(s): 3bfac67

updated readme

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+ # Deep Imitation Learning for Humanoid Loco-manipulation through Human Teleoperation
7
+ [Mingyo Seo](https://mingyoseo.com), [Steve Han](https://www.linkedin.com/in/stevehan2001), [Kyutae Sim](https://www.linkedin.com/in/kyutae-sim-888593166), [Seung Hyeon Bang](https://sites.utexas.edu/hcrl/people/), [Carlos Gonzalez](https://sites.utexas.edu/hcrl/people/), [Luis Sentis](https://sites.google.com/view/lsentis), [Yuke Zhu](https://www.cs.utexas.edu/~yukez)
8
+
9
+ [Project](https://ut-austin-rpl.github.io/TRILL) | [arXiv](https://arxiv.org/abs/2309.01952)
10
+
11
+ ## Abstract
12
+ We tackle the problem of developing humanoid loco-manipulation skills with deep imitation learning. The challenge of collecting human demonstrations for humanoids, in conjunction with the difficulty of policy training under a high degree of freedom, presents substantial challenges. We introduce TRILL, a data-efficient framework for learning humanoid loco-manipulation policies from human demonstrations. In this framework, we collect human demonstration data through an intuitive Virtual Reality (VR) interface. We employ the whole-body control formulation to transform task-space commands from human operators into the robot's joint-torque actuation while stabilizing its dynamics. By employing high-level action abstractions tailored for humanoid robots, our method can efficiently learn complex loco-manipulation skills. We demonstrate the effectiveness of TRILL in simulation and on a real-world robot for performing various types of tasks.
13
+
14
+ ## Citing
15
+ ```
16
+ @inproceedings{seo2023trill,
17
+ title={Deep Imitation Learning for Humanoid Loco-manipulation through Human Teleoperation},
18
+ author={Seo, Mingyo and Han, Steve and Sim, Kyutae and
19
+ Bang, Seung Hyeon and Gonzalez, Carlos and
20
+ Sentis, Luis and Zhu, Yuke},
21
+ booktitle={IEEE-RAS International Conference on Humanoid Robots (Humanoids)},
22
+ year={2023}
23
+ }
24
+ ```