English

Policy Based Inference in Trick-Taking Card Games

Artificial Intelligence 2019-05-28 v1

Abstract

Trick-taking card games feature a large amount of private information that slowly gets revealed through a long sequence of actions. This makes the number of histories exponentially large in the action sequence length, as well as creating extremely large information sets. As a result, these games become too large to solve. To deal with these issues many algorithms employ inference, the estimation of the probability of states within an information set. In this paper, we demonstrate a Policy Based Inference (PI) algorithm that uses player modelling to infer the probability we are in a given state. We perform experiments in the German trick-taking card game Skat, in which we show that this method vastly improves the inference as compared to previous work, and increases the performance of the state-of-the-art Skat AI system Kermit when it is employed into its determinized search algorithm.

Keywords

Cite

@article{arxiv.1905.10911,
  title  = {Policy Based Inference in Trick-Taking Card Games},
  author = {Douglas Rebstock and Christopher Solinas and Michael Buro and Nathan R. Sturtevant},
  journal= {arXiv preprint arXiv:1905.10911},
  year   = {2019}
}

Comments

accepted to IEEE Conference on Games 2019 (CoG-2019)

R2 v1 2026-06-23T09:25:13.753Z