IJCAI 2023poster2 citations

BRExIt: On Opponent Modelling in Expert Iteration

Daniel Hernandez, Hendrik Baier, Michael Kaisers

Abstract

Finding a best response policy is a central objective in game theory and multi-agent learning, with modern population-based training approaches employing reinforcement learning algorithms as best-response oracles to improve play against candidate opponents (typically previously learnt policies). We propose Best Response Expert Iteration (BRExIt), which accelerates learning in games by incorporating opponent models into the state-of-the-art learning algorithm Expert Iteration (ExIt). BRExIt aims to (1) improve feature shaping in the apprentice, with a policy head predicting opponent policies as an auxiliary task, and (2) bias opponent moves in planning towards the given or learnt opponent model, to generate apprentice targets that better approximate a best response. In an empirical ablation on BRExIt's algorithmic variants against a set of fixed test agents, we provide statistical evidence that BRExIt learns better performing policies than ExIt. Code available at: https://github.com/Danielhp95/on-opponent-modelling-in-expert-iteration-code. Supplementary material available at https://arxiv.org/abs/2206.00113.

Machine Learning: ML: Deep reinforcement learningMachine Learning: ML: Reinforcement learningSearch: S: Game playing
BibTeX
@inproceedings{ijcai2023p422,
  title     = {BRExIt: On Opponent Modelling in Expert Iteration},
  author    = {Hernandez, Daniel and Baier, Hendrik and Kaisers, Michael},
  booktitle = {Proceedings of the Thirty-Second International Joint Conference on
               Artificial Intelligence, {IJCAI-23}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Edith Elkind},
  pages     = {3795--3802},
  year      = {2023},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2023/422},
  url       = {https://doi.org/10.24963/ijcai.2023/422},
}
BRExIt: On Opponent Modelling in Expert Iteration · IJCAI 2023