用快慢思维让机器人高效探索未知环境
FARE: Fast-Slow Agentic Robotic Exploration
- 分层设计:大模型慢思规划路径,强化学习快反执行
- 在模拟和真实200×130米建筑中探索效率显著提升
- 适合需要自主导航的机器人系统研发者参考
本工作通过融合代理级语义推理与快速局部控制,推进了自主机器人探索。我们提出FARE框架,采用大语言模型(LLM)进行全局推理,结合强化学习(RL)策略实现局部决策。该框架遵循快-慢思维范式:慢思考模块解析环境文本描述,生成代理级探索策略,并通过拓扑图转化为全局路径点;为提升效率,引入基于模块化的剪枝机制,减少冗余结构。快思考模块基于LLM生成的全局路径点,结合奖励项引导,实时响应局部观测完成探索,实现闭环协同。该架构将语义推理与几何决策解耦,使各模块在适配的时间与空间尺度下运行。在复杂模拟环境中,FARE显著优于现有先进基线。我们进一步在真实硬件上部署,在200米×130米大型建筑环境中验证其有效性。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。