Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: reinforcement-learning
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# TeamHOI: Learning a Unified Policy for Cooperative Human-Object Interactions with Any Team Size
|
| 7 |
+
|
| 8 |
+
TeamHOI is a novel framework for learning a unified decentralized policy for cooperative human-object interactions (HOI) that works seamlessly across varying team sizes and object configurations. We evaluate our framework on a cooperative table transport task, where multiple agents must coordinate to form stable lifting formation and subsequently carry the object.
|
| 9 |
+
|
| 10 |
+
- Code: https://github.com/sail-sg/TeamHOI
|
| 11 |
+
- Project Page: https://splionar.github.io/TeamHOI/
|
| 12 |
+
- Paper: https://arxiv.org/abs/2603.07988
|
| 13 |
+
|