项目作者: ArthurFDLR

项目描述 :
🃏 Poker bot for the TheAIGame poker environment (github.com/theaigames/poker-engine)
高级语言: Ada
项目地址: git://github.com/ArthurFDLR/Poker_bot.git
创建时间: 2019-06-10T15:45:43Z
项目社区:https://github.com/ArthurFDLR/Poker_bot

开源协议:GNU General Public License v3.0

下载


Poker bot BEARL

This Poker bot is the result of a school project I carried with 4 other students. The main objective was to get a code as robust as possible.

Context

The Bot is adapt to interact with a slightly modified version of TheAIGame’s poker environment.

Strategy

During the limited time provided by the engine to act during the party, the bot try to evaluate the power of its hand by simulating all comming cards possibilities. To achieve a descent calculation time, Monte Carlo algorithm has been used. Several tests have been done trough Python scripts to optimize the card generation order and find the perfect balance between calculation time and precision.