菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-21
📄 Abstract - FARE: Fast-Slow Agentic Robotic Exploration

This work advances autonomous robot exploration by integrating agent-level semantic reasoning with fast local control. We introduce FARE, a hierarchical autonomous exploration framework that integrates a large language model (LLM) for global reasoning with a reinforcement learning (RL) policy for local decision making. FARE follows a fast-slow thinking paradigm. The slow-thinking LLM module interprets a concise textual description of the unknown environment and synthesizes an agent-level exploration strategy, which is then grounded into a sequence of global waypoints through a topological graph. To further improve reasoning efficiency, this module employs a modularity-based pruning mechanism that reduces redundant graph structures. The fast-thinking RL module executes exploration by reacting to local observations while being guided by the LLM-generated global waypoints. The RL policy is additionally shaped by a reward term that encourages adherence to the global waypoints, enabling coherent and robust closed-loop behavior. This architecture decouples semantic reasoning from geometric decision, allowing each module to operate in its appropriate temporal and spatial scale. In challenging simulated environments, our results show that FARE achieves substantial improvements in exploration efficiency over state-of-the-art baselines. We further deploy FARE on hardware and validate it in complex, large scale $200m\times130m$ building environment.

顶级标签: robotics agents llm
详细标签: autonomous exploration hierarchical planning llm reasoning reinforcement learning fast-slow thinking 或 搜索:

FARE:快慢思维结合的智能机器人自主探索框架 / FARE: Fast-Slow Agentic Robotic Exploration


1️⃣ 一句话总结

这篇论文提出了一个名为FARE的机器人自主探索框架,它通过结合大语言模型的全局语义规划和强化学习的局部快速决策,实现了更高效、更鲁棒的未知环境探索。

源自 arXiv: 2601.14681