Update README.md
#5
by WayneMao - opened
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
tags:
|
| 7 |
+
- VLA
|
| 8 |
+
- VLM
|
| 9 |
+
- WAM
|
| 10 |
+
- Robotics
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
## FluxVLA Engine 🚀
|
| 14 |
+
|
| 15 |
+
FluxVLA Engine is an integrated engineering platform designed for embodied intelligence applications. It follows the core design principles of unified configuration, standardized interfaces, module decoupling, and deployability, forming a complete engineering loop from data collection to real-world deployment. With a focus on building a "standardized industrial-academic-research foundation," FluxVLA significantly lowers the engineering threshold for VLA (Visual Language Agent) research and development.
|
| 16 |
+
|
| 17 |
+
### Key Features 🔥
|
| 18 |
+
|
| 19 |
+
⚡ Extreme Inference Speed: CUDA-accelerated operator fusion. With the GR00T-N1.5, the system achieves a high-frequency of 42.8Hz on the RTX 5090.
|
| 20 |
+
|
| 21 |
+
🛠 All-in-One: A unified configuration file manages critical parameters for data, models, training, evaluation, inference, and deployment, ensuring easy reproducibility and deployment.
|
| 22 |
+
|
| 23 |
+
🖥 Flexible Configuration: Supports mainstream visual backbones, LLM (Large Language Models), VLM (Vision-Language Models), and VLA (Vision-Language Agents). You can also create and customize your own VLA.
|
| 24 |
+
|
| 25 |
+
🤖 Real-world Deployment Ready: In addition to mainstream simulators, FluxVLA comes with ready-to-use deployment scripts for Aloha, Tron2, and UR3, eliminating the need for custom integration.
|
| 26 |
+
|
| 27 |
+
💨 Smooth Motion: Optimized for real-world training/inference with RTC trajectory guidance, ensuring accurate and continuous motion even at 40Hz+ frequencies.
|
| 28 |
+
|
| 29 |
+
GitHub: https://github.com/limxdynamics/FluxVLA
|
| 30 |
+
🤗 https://huggingface.co/limxdynamics/FluxVLAEngine
|
| 31 |
+
📖 English documentation: https://fluxvla.limxdynamics.com
|
| 32 |
+
📖 详细中文文档: https://fluxvla.limxdynamics.com/zh/
|