English

Sample-Efficient Policy Space Response Oracles with Joint Experience Best Response

Multiagent Systems 2026-02-09 v1 Artificial Intelligence Machine Learning

Abstract

Multi-agent reinforcement learning (MARL) offers a scalable alternative to exact game-theoretic analysis but suffers from non-stationarity and the need to maintain diverse populations of strategies that capture non-transitive interactions. Policy Space Response Oracles (PSRO) address these issues by iteratively expanding a restricted game with approximate best responses (BRs), yet per-agent BR training makes it prohibitively expensive in many-agent or simulator-expensive settings. We introduce Joint Experience Best Response (JBR), a drop-in modification to PSRO that collects trajectories once under the current meta-strategy profile and reuses this joint dataset to compute BRs for all agents simultaneously. This amortizes environment interaction and improves the sample efficiency of best-response computation. Because JBR converts BR computation into an offline RL problem, we propose three remedies for distribution-shift bias: (i) Conservative JBR with safe policy improvement, (ii) Exploration-Augmented JBR that perturbs data collection and admits theoretical guarantees, and (iii) Hybrid BR that interleaves JBR with periodic independent BR updates. Across benchmark multi-agent environments, Exploration-Augmented JBR achieves the best accuracy-efficiency trade-off, while Hybrid BR attains near-PSRO performance at a fraction of the sample cost. Overall, JBR makes PSRO substantially more practical for large-scale strategic learning while preserving equilibrium robustness.

Keywords

Cite

@article{arxiv.2602.06599,
  title  = {Sample-Efficient Policy Space Response Oracles with Joint Experience Best Response},
  author = {Ariyan Bighashdel and Thiago D. Simão and Frans A. Oliehoek},
  journal= {arXiv preprint arXiv:2602.06599},
  year   = {2026}
}

Comments

Accepted at the 25th International Conference on Autonomous Agents and Multiagent Systems (AAMAS 2026)

R2 v1 2026-07-01T10:24:11.270Z