Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create simple bot #2

Open
kanevk opened this issue Oct 14, 2020 · 0 comments
Open

Create simple bot #2

kanevk opened this issue Oct 14, 2020 · 0 comments
Labels
enhancement New feature or request story-point:3 Story point with effort 3

Comments

@kanevk
Copy link
Owner

kanevk commented Oct 14, 2020

Create simple bot implementation that has simplistic style.

  1. 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:

  1. Preflop
    - the bot playes always with predefined subset of hands agnostic to it's possition
    - on a raise, the bot always calles
  2. 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
@kanevk kanevk added enhancement New feature or request story-point:3 Story point with effort 3 labels Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request story-point:3 Story point with effort 3
Projects
None yet
Development

No branches or pull requests

1 participant