A Simple, Solid, and Reproducible Baseline for Bridge Bidding AI

Haruka Kita,Sotetsu Koyamada,Yotaro Yamaguchi,Shin Ishii
2024-06-14
Abstract:Contract bridge, a cooperative game characterized by imperfect information and multi-agent dynamics, poses significant challenges and serves as a critical benchmark in artificial intelligence (AI) research. Success in this domain requires agents to effectively cooperate with their partners. This study demonstrates that an appropriate combination of existing methods can perform surprisingly well in bridge bidding against WBridge5, a leading benchmark in the bridge bidding system and a multiple-time World Computer-Bridge Championship winner. Our approach is notably simple, yet it outperforms the current state-of-the-art methodologies in this field. Furthermore, we have made our code and models publicly available as open-source software. This initiative provides a strong starting foundation for future bridge AI research, facilitating the development and verification of new strategies and advancements in the field.
Artificial Intelligence,Computer Science and Game Theory,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to construct a simple, robust and reproducible AI benchmark model through the combination of existing technologies during the bridge bidding stage, in order to achieve excellent performance in the match against WBridge5 (a benchmark system that has won the World Computer Bridge Championships many times). Specifically, the researchers found that by appropriately combining existing methods, the state - of - the - art performance can be achieved in bridge - bidding AI. In addition, they also made the code and the trained model public, so that other researchers can reproduce and verify their work, providing a new starting point for future bridge - AI research.