AIMASep 19, 2017

Deep Reinforcement Learning for Event-Driven Multi-Agent Decision Processes

arXiv:1709.06656v260 citations
Originality Incremental advance
AI Analysis

This addresses scalability issues in multi-agent systems for domains like transportation and disaster response, though it is incremental as it modifies existing methods for specific bottlenecks.

The paper tackled the curse of dimensionality in multi-agent decision problems by incorporating macro-actions and asynchronous actions, resulting in an algorithm that learns optimal policies in cooperative domains like bus holding control and wildfire fighting, with demonstrated benefits over fixed time-step simulation.

The incorporation of macro-actions (temporally extended actions) into multi-agent decision problems has the potential to address the curse of dimensionality associated with such decision problems. Since macro-actions last for stochastic durations, multiple agents executing decentralized policies in cooperative environments must act asynchronously. We present an algorithm that modifies generalized advantage estimation for temporally extended actions, allowing a state-of-the-art policy optimization algorithm to optimize policies in Dec-POMDPs in which agents act asynchronously. We show that our algorithm is capable of learning optimal policies in two cooperative domains, one involving real-time bus holding control and one involving wildfire fighting with unmanned aircraft. Our algorithm works by framing problems as "event-driven decision processes," which are scenarios in which the sequence and timing of actions and events are random and governed by an underlying stochastic process. In addition to optimizing policies with continuous state and action spaces, our algorithm also facilitates the use of event-driven simulators, which do not require time to be discretized into time-steps. We demonstrate the benefit of using event-driven simulation in the context of multiple agents taking asynchronous actions. We show that fixed time-step simulation risks obfuscating the sequence in which closely separated events occur, adversely affecting the policies learned. In addition, we show that arbitrarily shrinking the time-step scales poorly with the number of agents.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes