MAAIJan 16, 2014

Resource-Driven Mission-Phasing Techniques for Constrained Agents in Stochastic Environments

arXiv:1401.3845v123 citations
Originality Incremental advance
AI Analysis

This addresses resource management for autonomous agents in uncertain settings, though it is incremental as it builds on existing optimization methods.

The paper tackles the problem of planning resource allocation for constrained agents in stochastic environments by breaking missions into optimal phases, using mixed integer linear programming (MILP) formulations. The result is significantly faster solutions, with orders of magnitude speedup in larger problems compared to alternative techniques.

Because an agents resources dictate what actions it can possibly take, it should plan which resources it holds over time carefully, considering its inherent limitations (such as power or payload restrictions), the competing needs of other agents for the same resources, and the stochastic nature of the environment. Such agents can, in general, achieve more of their objectives if they can use --- and even create --- opportunities to change which resources they hold at various times. Driven by resource constraints, the agents could break their overall missions into an optimal series of phases, optimally reconfiguring their resources at each phase, and optimally using their assigned resources in each phase, given their knowledge of the stochastic environment. In this paper, we formally define and analyze this constrained, sequential optimization problem in both the single-agent and multi-agent contexts. We present a family of mixed integer linear programming (MILP) formulations of this problem that can optimally create phases (when phases are not predefined) accounting for costs and limitations in phase creation. Because our formulations multaneously also find the optimal allocations of resources at each phase and the optimal policies for using the allocated resources at each phase, they exploit structure across these coupled problems. This allows them to find solutions significantly faster(orders of magnitude faster in larger problems) than alternative solution techniques, as we demonstrate empirically.

Foundations

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

Your Notes