Paper Overview
- Field: Machine Learning
- Authors: Angel Y. He, David Parker
- arXiv: 2509.04292
- Robust learning: The algorithm maintains data-driven L^1 confidence sets over transition kernels and solves a robust CSG to compute a social-welfare optimal epsilon-approximate NE.
- Exploration: A robust MDP-based exploration mechanism drives joint state-action coverage.
- Nash margin characterisation: A novel technique enabling principled reasoning about equilibrium existence — the framework either returns an epsilon-approximate NE whose social-welfare value is epsilon-close to optimal, or provides a sound certificate that no exact NE exists.
Introduction
This paper presents the first Probably Approximately Correct (PAC) learning framework for general-sum concurrent stochastic games (CSGs) with transition uncertainty, while addressing the challenge of Nash equilibrium (NE) existence.
Key Contributions
Theoretical Guarantees
Under a minimum reachability condition p_reach > 0 over relevant state-action pairs, the algorithm terminates after a polynomial number of trajectory samples with sample complexity:
Õ(R_max² H⁴ |S|² |A| / (p_reach ε²))
Empirical Results
Experiments on benchmark CSGs show that the algorithm performs close to optimal, correctly handles both existence and non-existence of equilibria, and that observed sample complexity aligns with the theoretical bounds.
*Auto-collected on 2026-09-07.*