You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our failure detector, FLOAT, achieves nearly 95% accuracy in four real-world tasks, improving the SOTA online failure detection approaches by over 20%.
ARMADA leads to a more than 4× increase in success rate and a greater than 2× decrease in human intervention ratio compared to previous human-in-the-loop learning approaches that require full-time human supervision.
ARMADA conduces to saliently larger improvement in task progress and data efficiency using more robots in parallel, and expedites policy adaptation to novel scenarios.
🛠️ Installation
💻 Conda Environment
We test our codebase on Python 3.10. Please create an environment named armada using the following command.
conda env create -f conda_environment.yaml
If you'd like to test on real robot, execute the following command.
The following example collects expert demonstrations with an image resolution of 224*224 and a 10Hz control frequency.
Please feel free to tailor it to your own needs.
Release the training code and one-to-multiple shared control codebase.
Release the code for multiple-to-multiple control.
✍️ Citation
@misc{yu2025armadaautonomousonlinefailure,
title={ARMADA: Autonomous Online Failure Detection and Human Shared Control Empower Scalable Real-world Deployment and Adaptation},
author={Wenye Yu and Jun Lv and Zixi Ying and Yang Jin and Chuan Wen and Cewu Lu},
year={2025},
eprint={2510.02298},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2510.02298},
}