AIMay 22, 2019

Minimizing the Negative Side Effects of Planning with Reduced Models

arXiv:1905.09355v1
Originality Incremental advance
AI Analysis

This addresses a specific issue in AI planning for agents using reduced models, offering an incremental improvement to handle unsafe states.

The paper tackles the problem of planning with reduced models in Markov decision processes, which can lead to risky replanning situations, and proposes a portfolio approach that minimizes these negative side effects, demonstrating effectiveness in domains including an electric vehicle charging scenario with real-world data.

Reduced models of large Markov decision processes accelerate planning by considering a subset of outcomes for each state-action pair. This reduction in reachable states leads to replanning when the agent encounters states without a precomputed action during plan execution. However, not all states are suitable for replanning. In the worst case, the agent may not be able to reach the goal from the newly encountered state. Agents should be better prepared to handle such risky situations and avoid replanning in risky states. Hence, we consider replanning in states that are unsafe for deliberation as a negative side effect of planning with reduced models. While the negative side effects can be minimized by always using the full model, this defeats the purpose of using reduced models. The challenge is to plan with reduced models, but somehow account for the possibility of encountering risky situations. An agent should thus only replan in states that the user has approved as safe for replanning. To that end, we propose planning using a portfolio of reduced models, a planning paradigm that minimizes the negative side effects of planning using reduced models by alternating between different outcome selection approaches. We empirically demonstrate the effectiveness of our approach on three domains: an electric vehicle charging domain using real-world data from a university campus and two benchmark planning problems.

Foundations

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

Your Notes