dickreuter / Poker

Fully functional Pokerbot that works on PartyPoker, PokerStars and GGPoker, scraping tables with Open-CV (adaptable via gui) or neural network and making decisions based on a genetic algorithm and montecarlo simulation for poker equity calculation. Binaries can be downloaded with this link:
http://www.deepermind-pokerbot.com
GNU General Public License v3.0
1.98k stars 503 forks source link

Bet button value and Raise button value located in two different areas. A distinct Bet button set up should be implemented #174

Open SirFrancis83 opened 1 year ago

SirFrancis83 commented 1 year ago

Hello, in setting up a particular poker table refering to People's Poker I came across a problem with raise and bet button vaue locations. In this poker table the corrisponding values are located in two different areas. Therefore if you correctly set up the raise value Bot cannot recognize the bet value and viceversa. In addition this poker client does not show the all in value when bot must go all in to call. I attach some screenshots that show it.

2 3 1

dickreuter commented 1 year ago

Ok so basically 2 things:

  1. There should be a separate Raise value that is used when the raise button is detected
  2. All in call value should be 'my funds'

I think the second issue you can solve by pointiing the call in call value to my funds. Would that work?

SirFrancis83 commented 1 year ago

So if I have understood what you are telling me, i should point as all in value the value of my funds? I can test and tell you if it works.

dickreuter commented 1 year ago

Yes. Try that.

On Wed, 3 May 2023 at 22:59, Enrico @.***> wrote:

So if I have understood what you are telling me, i should point as all in value the value of my funds? I can test and tell you if it works.

— Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/174#issuecomment-1533807057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJSW7XGRQ37OFDIERIYUSDXELIMBANCNFSM6AAAAAAXUVLGJA . You are receiving this because you commented.Message ID: @.***>

SirFrancis83 commented 1 year ago

Yes it seems to work the same👍

dickreuter commented 1 year ago

What about the raise button. Does it work if you mark the area to read the number to the whole button? It should automatically ignore any letters.

SirFrancis83 commented 1 year ago

Yes it seems i managed to overcome the problem marking the whole button. But it has been quite difficult since I have also the problem of coma instead of dot.

dickreuter commented 1 year ago

Ok then maybe an option to switch from comma to dot might be more useful