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.99k stars 505 forks source link

Pokerstars bug #46

Closed carlitoselmago closed 6 years ago

carlitoselmago commented 7 years ago

I get this error in the terminal when playing pokerstars, I don't know if it's simply a performance issue since Pokerstars runs way slower than PartyPoker. The AI gets stucked before the betting/decission time runs out.

Exception in thread Thread-1: Traceback (most recent call last): File "threading.py", line 914, in _bootstrap_inner File "Poker\main.py", line 149, in run File "table_analysers\table_screen_based.py", line 435, in get_other_player_status File "table_analysers\table_screen_based.py", line 387, in get_bot_pot IndexError: list index out of range

dickreuter commented 7 years ago

Pokerstars implementation is not finished. I can finish it if somebody borrows me an account or send me screenshots. It won't take much longer than 2-3 hours to finish it. For now use partypoker. On Sat, 3 Jun 2017 at 10:12, carlitoselmago notifications@github.com wrote:

I get this error in the terminal when playing pokerstars, I don't know if it's simply a performance issue since Pokerstars runs way slower than PartyPoker. The AI gets stucked before the betting/decission time runs out.

Exception in thread Thread-1: Traceback (most recent call last): File "threading.py", line 914, in _bootstrap_inner File "Poker\main.py", line 149, in run File "table_analysers\table_screen_based.py", line 435, in get_other_player_status File "table_analysers\table_screen_based.py", line 387, in get_bot_pot IndexError: list index out of range

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/46, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfpy_QLJ99j5jTXwiif8eG4R33sSTks5sASOEgaJpZM4NvCAY .

carlitoselmago commented 7 years ago

Oh, sorry, I didn't understood well that part. Actually I've been working on a computer vision class for pokerstars till I end up in this project and realised how well this is made compared to my project. Since I've been working on Pokerstars game recognition I'm sending you some usefull assets by email. Hope they are useful.

dickreuter commented 7 years ago

great will have a look the next few days and try to implement it. That will definitely be useful.

On 3 June 2017 at 11:34, carlitoselmago notifications@github.com wrote:

Oh, sorry, I didn't understood well that part. Actually I've been working on a computer vision class for pokerstars till I end up in this project and realised how well this is made compared to my project. Since I've been working on Pokerstars game recognition I'm sending you some usefull assets by email. Hope they are useful.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/46#issuecomment-305966697, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfqHljbqUfEJ0IeoyvcOjSxost0hCks5sATahgaJpZM4NvCAY .

lindak99 commented 6 years ago

I have the same problem. Is it a solution? Thanks

dickreuter commented 6 years ago

Can you send me a screenshot? It should have saved one automatically in the folder. I can then fix it. Tx

On Tue, 10 Oct 2017 at 16:35, lindak99 notifications@github.com wrote:

I have the same problem. Is it a solution? Thanks

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/46#issuecomment-335512214, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfrYoachffAwNTNo_K7_Sy_swrL2wks5sq42rgaJpZM4NvCAY .

lindak99 commented 6 years ago

3

oowf

dickreuter commented 6 years ago

I need the screenshot png file that shows the table

On Tue, 10 Oct 2017 at 17:52, lindak99 notifications@github.com wrote:

[image: 3] https://user-images.githubusercontent.com/20097023/31398944-eef7d800-adea-11e7-9e68-341de3b03624.png

[image: oowf] https://user-images.githubusercontent.com/20097023/31398841-92fdbef2-adea-11e7-9080-533d88114ee3.png

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/46#issuecomment-335537996, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfipRTu9Tx4zrwnqhceaPSScrfzFVks5sq6C3gaJpZM4NvCAY .

dickreuter commented 6 years ago

There should be another png file, possibly in the /log folder. Also the errors.log would be helpful.

On Tue, 10 Oct 2017 at 18:01, lindak99 notifications@github.com wrote:

This one [image: screenshot_vbox] https://user-images.githubusercontent.com/20097023/31399615-32c8da0a-aded-11e7-860f-17c59b37fb88.png

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/46#issuecomment-335540687, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfqBKoDmDiEskDL6cCPifYCfw495cks5sq6LPgaJpZM4NvCAY .

dickreuter commented 6 years ago

The error is caused by missing values of the coordindates file. Can you send me a screenshot of an example where you put something into the pot (i.e. after a call or a raise)? I can then fix it. regards

On 10 October 2017 at 18:40, lindak99 notifications@github.com wrote:

I started the program again. errors.log https://github.com/dickreuter/Poker/files/1372819/errors.log [image: 347479325_preflop_0] https://user-images.githubusercontent.com/20097023/31401279-ba42c2fc-adf2-11e7-89f7-fb4079993e48.png [image: Uploading 12385845_PreFlop_0.png…]

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/46#issuecomment-335551711, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfukkWpTmGWT1bLfKEXROT1cowRfuks5sq6wbgaJpZM4NvCAY .

dickreuter commented 6 years ago

Any chance you can upload another screenshot where 5 cards are visible on the table on the river? I can then make it work with the new neural network interface for pokerstars as well.

snarb commented 6 years ago

@dickreuter are you banned at poker-stars? :) If it's not a secret - what was your mistake how did they ban you?

dickreuter commented 6 years ago

Yes got a lifetime ban. I wasn’t using VM and VPN.

On Thu, 12 Oct 2017 at 13:06, Pavel Konovalov notifications@github.com wrote:

@dickreuter https://github.com/dickreuter are you banned at poker-stars? :) If it's not a secret - what was your mistake how did they ban you?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/46#issuecomment-336109696, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfjU3Om-Mprb4crx4ihMeRtjcDT1-ks5srgC4gaJpZM4NvCAY .

dickreuter commented 6 years ago

This issue is now resolved and a new binary version will be released soon.