日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
経路計画/マルチエージェント強化学習arXiv:2511.15284

動的環境におけるマルチエージェント強化学習による経路計画

Path Planning through Multi-Agent Reinforcement Learning in Dynamic Environments

シェア:XThreadsFacebookLINEはてブBluesky

環境変化が局所的に起こる動的環境で、領域分割と分散強化学習エージェントにより経路計画を行う手法を提案し、連合Q学習が単一エージェントを上回ることを示した。

著者: Jonas De Maeyer, Hossein Yarahmadi, Moharram Challenger

分類: cs.RO, cs.AI

原文アブストラクト

Path planning in dynamic environments is a fundamental challenge in intelligent transportation and robotics, where obstacles and conditions change over time, introducing uncertainty and requiring continuous adaptation. While existing approaches often assume complete environmental unpredictability or rely on global planners, these assumptions limit scalability and practical deployment in real-world settings. In this paper, we propose a scalable, region-aware reinforcement learning (RL) framework for path planning in dynamic environments. Our method builds on the observation that environmental changes, although dynamic, are often localized within bounded regions. To exploit this, we introduce a hierarchical decomposition of the environment and deploy distributed RL agents that adapt to changes locally. We further propose a retraining mechanism based on sub-environment success rates to determine when policy updates are necessary. Two training paradigms are explored: single-agent Q-learning and multi-agent federated Q-learning, where local Q-tables are aggregated periodically to accelerate the learning process. Unlike prior work, we evaluate our methods in more realistic settings, where multiple simultaneous obstacle changes and increasing difficulty levels are present. Results show that the federated variants consistently outperform their single-agent counterparts and closely approach the performance of A* Oracle while maintaining shorter adaptation times and robust scalability. Although initial training remains time-consuming in large environments, our decentralized framework eliminates the need for a global planner and lays the groundwork for future improvements using deep RL and flexible environment decomposition.