Instructions to use zaleni/WSA-Base-LIBERO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use zaleni/WSA-Base-LIBERO with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Add model card and robotics pipeline tag
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: robotics
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# WSA₁: A 3D-Centric World-Spatial-Action Model for Generalizable Robot Control
|
| 6 |
+
|
| 7 |
+
WSA₁ is an embodied foundation model that introduces **World-Spatial-Action** modeling to unify instruction-aligned 2D visual planning, action-conditioned 3D world modeling, and 3D-aware action generation.
|
| 8 |
+
|
| 9 |
+
- **Paper:** [WSA₁: a 3D-Centric World-Spatial-Action Model for Generalizable Robot Control](https://huggingface.co/papers/2607.03941)
|
| 10 |
+
- **Project Page:** [https://zaleni.github.io/WSA1/](https://zaleni.github.io/WSA1/)
|
| 11 |
+
- **Repository:** [https://github.com/zaleni/WSA](https://github.com/zaleni/WSA)
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
|
| 15 |
+
WSA₁ learns a shared 2D-3D latent space that connects instruction-aligned visual planning, action-conditioned 3D world prediction, and 3D-aware action generation. It delivers high manipulation performance across simulation environments (such as RoboTwin 2.0 and LIBERO) and real-world robot control tasks.
|
| 16 |
+
|
| 17 |
+
For environment setup, pretraining, fine-tuning, and evaluation workflows, please refer to the official [GitHub repository](https://github.com/zaleni/WSA).
|