Generalising Planning Environment Redesign
Alberto Pozanco, Ramon Fraga Pereira, Daniel Borrajo
TL;DR
This work generalizes Planning Environment Redesign beyond goal/plan recognition by introducing a metric-agnostic framework, and presents ger, an anytime BFS-based method that prunes the action-removal space using a plan-library generated by a top-quality planner. By supporting a broad class of redesign metrics, including goal/plan transparency and privacy as well as distance-based objectives, ger demonstrates strong empirical performance and scalability. The authors show that a single, unified approach can outperform metric-specific GRD methods on standard tasks and adequately handle novel metrics, enabling flexible, multi-objective planning environment redesign. The results suggest significant practical impact for designing environments that shape agent behavior under diverse objectives, with potential applications in anticipatory planning, counterplanning, and risk management.ger achieves these benefits by efficiently computing a plan-library and using it to guide a BFS over environment modifications, offering soundness, completeness, and (under reasonable assumptions) optimality, while delivering substantial speedups across domains.
Abstract
In Environment Design, one interested party seeks to affect another agent's decisions by applying changes to the environment. Most research on planning environment (re)design assumes the interested party's objective is to facilitate the recognition of goals and plans, and search over the space of environment modifications to find the minimal set of changes that simplify those tasks and optimise a particular metric. This search space is usually intractable, so existing approaches devise metric-dependent pruning techniques for performing search more efficiently. This results in approaches that are not able to generalise across different objectives and/or metrics. In this paper, we argue that the interested party could have objectives and metrics that are not necessarily related to recognising agents' goals or plans. Thus, to generalise the task of Planning Environment Redesign, we develop a general environment redesign approach that is metric-agnostic and leverages recent research on top-quality planning to efficiently redesign planning environments according to any interested party's objective and metric. Experiments over a set of environment redesign benchmarks show that our general approach outperforms existing approaches when using well-known metrics, such as facilitating the recognition of goals, as well as its effectiveness when solving environment redesign tasks that optimise a novel set of different metrics.
