You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create simple bot implementation that has simplistic style.
Add configuration for bot-type with the following values: [simple, none]
none: is the implementation that behaves like a player that never makes a move and the game backend auto-fold for it
simple is the bot describe bellow
The simple bot playstyle:
Preflop
- the bot playes always with predefined subset of hands agnostic to it's possition
- on a raise, the bot always calles
Postflow - the bot considers the current hand type(High card, Pair, Two pairs, ...) and
- calls always 1 continues bet
- calls more bets with everything over Pair
- raise 1 time with everything over Two pairs
The text was updated successfully, but these errors were encountered:
Create simple bot implementation that has simplistic style.
none
: is the implementation that behaves like a player that never makes a move and the game backend auto-fold for itsimple
is the bot describe bellowThe
simple
bot playstyle:- the bot playes always with predefined subset of hands agnostic to it's possition
- on a raise, the bot always calles
- calls always 1 continues bet
- calls more bets with everything over Pair
- raise 1 time with everything over Two pairs
The text was updated successfully, but these errors were encountered: