Search papers, labs, and topics across Lattice.
The paper introduces MetaDOAR, a meta-controller that enhances the Double Oracle/PSRO framework with a learned, partition-aware filtering layer and Q-value caching for scalable multi-agent reinforcement learning in large cyber-network environments. MetaDOAR learns a compact state projection from node embeddings to select a top-k partition of devices for focused beam search by a low-level actor, guided by a critic. The method significantly reduces redundant critic computation through batched critic forwards and an LRU cache with conservative k-hop invalidation, achieving higher payoffs than SOTA baselines on large network topologies with manageable memory usage and training time.
Key contribution not extracted.
We introduce MetaDOAR, a lightweight meta-controller that augments the Double Oracle / PSRO paradigm with a learned, partition-aware filtering layer and Q-value caching to enable scalable multi-agent reinforcement learning on very large cyber-network environments. MetaDOAR learns a compact state projection from per node structural embeddings to rapidly score and select a small subset of devices (a top-k partition) on which a conventional low-level actor performs focused beam search utilizing a critic agent. Selected candidate actions are evaluated with batched critic forwards and stored in an LRU cache keyed by a quantized state projection and local action identifiers, dramatically reducing redundant critic computation while preserving decision quality via conservative k-hop cache invalidation. Empirically, MetaDOAR attains higher player payoffs than SOTA baselines on large network topologies, without significant scaling issues in terms of memory usage or training time. This contribution provide a practical, theoretically motivated path to efficient hierarchical policy learning for large-scale networked decision problems.