Search papers, labs, and topics across Lattice.
This paper introduces WOPR, a social-simulation environment designed to analyze high-stakes military decision-making through a deterministic, replay-validated rules engine, initially instantiated with the card game Nuclear War. The system emphasizes the importance of verifiable rules and private-channel negotiation, addressing gaps in existing social-simulation frameworks that often overlook these aspects. Key findings reveal that WOPR's design allows for explicit agent decision-making and supports complex communication structures, enhancing the study of organizational decision processes in military contexts.
WOPR reveals how structured communication and verifiable decision-making can transform our understanding of military strategy in high-stakes environments.
WOPR is a social-simulation environment for studying how organizations make high-stakes decisions, built on a deterministic, replay-validated rules engine and using wargames as the vehicle. We instantiate it first with the published card game Nuclear War, traced against its published rules. We start with military decision-making because of its safety implications and because it needs further study, but the design is not specific to it: the decision-point contract that exposes the engine to agents is reusable across verifiable rule systems. Existing social-simulation work emphasizes persona fidelity and synthetic opinion, but lacks a verifiable rules engine with replay-checkable mechanics and private-channel negotiation. WOPR supplies that engine, and its contract makes every strategic choice an explicit agent decision. The method is agnostic to social-simulation frameworks; we adopt Concordia as the default harness for driving the game. On the same engine, WOPR layers a four-rung press ladder from silence to private single-recipient channels with structured commitments, and instantiates each faction as a collective command-and-control system rather than a single agent. We make all code, example configurations, and replay data publicly available at https://github.com/eilab-gt/wopr.