Inspiration
Simply plays poker how I would
What it does
Preflop Decision Logic The bot will only call for the following hands
- Pocket Pairs
- Suited High Connectors (Suited_HC)
- Broadway and Ace Connectors
the bot would fold every other unsuited, non-connector, non-pair hand is folded, enforcing tight aggression before the flop.
Post Flop The bot would check the board state. If there is no pair or flush potential, the bot would fold. Beyond that, the bot would lock in and continue calling.
How we built it
Updated existing bot source code to fit the logic listed above AI was used to understand how the bot would obtain the information from the game. Logic was self-implemented with some AI assistance.
Challenges we ran into
Understanding the source code, such as how for the bot to read the cards it has, how to implement the logic that I wanted my bot to follow.
Accomplishments that we're proud of
Quite consistent winning record against the bots provided in the source code, often leading at 2nd place with minimal losses.
What we learned
Would require much more complex learning algorithms and statistical analysis by the pot (e.g. card counting), to have a more successful bot.
What's next for Dudu
Implementation of more statistical logic into the bot would make it much more optimal at winning
You can contact me via email at zachaus01@gmail.com, if I somehow win lmao
Log in or sign up for Devpost to join the conversation.