🤖 AI Summary
This study addresses the infeasibility and insufficient validation inherent in traditional military course-of-action generation by proposing an integrated multi-agent framework that combines generative planning with adversarial high-fidelity verification. The approach employs a team of hierarchical collaborative agents—Pathfinder, Analyst, and Planner—to jointly produce executable tactical sequences, while introducing an adversarial agent equipped with a customized world model to dynamically expose plan vulnerabilities within the ACTS simulation environment. Experimental results demonstrate a 19.4% improvement in mission success rate and a 41.7% reduction in operational cost compared to baseline methods. Furthermore, the proposed adversarial verifier achieves a 31.8% higher average suppression rate than rule-based validators, offering stricter and more effective validation. This work presents the first tightly coupled integration of generative planning and adversarial verification, substantially enhancing the feasibility and robustness of military plans.
📝 Abstract
Operational plan generation and verification are critical for modern complex and rapidly changing battlefield environments, yet traditional generation and verification methods still respectively face the challenges of generation infeasibility and verification insufficiency. To alleviate these limitations, we propose an Integrated Multi-Agent Framework for Generative Operational Planning and High-Fidelity Plan Verification (IFPV). IFPV consists of two tightly coupled modules: Multi-Perspective Hierarchical Agents (MPHA) for generative operational planning and an Adversarial Cognitive Simulation Engine (ACSE) for high-fidelity adversarial plan verification. MPHA decomposes commander intent into executable multi-platform tactical action sequences through the collaboration of Pathfinder, Analyst, and Planner agents. ACSE introduces an opponent equipped with a customized world model, which predicts the future evolution of mission-critical platforms and conducts dynamic counteractions against candidate plans. Simulation experiments in the Asymmetric Combat Tactic Simulator (ACTS) show that IFPV improves mission success by 19.4% and reduces operational cost by 41.7% compared with a single-step large language model (LLM) planning baseline. Compared with a traditional rule-based validator, ACSE increases the average suppression rate by 31.8%, indicating that the proposed verification environment is stricter and more discriminative in revealing the latent vulnerabilities of candidate plans. The code for IFPV can be found at https://github.com/zhigao3ks/IFPV.