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

Bot Taking Too Long to Make Move #161

Closed Bonobo791 closed 1 year ago

Bonobo791 commented 1 year ago

Describe the bug Bot is taking too long to processes decisions in order to beat the timer. Could this simply be an issue of my computer? Code optimization? Any thoughts? I can work on the project if it's a code issue.

I've emailed @dickreuter on this issue. Not sure if anyone else can assist. @dexion @vidmantasb @rjjeffries @swizes

Details: DELL w/ Windows 10 Laptop 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz 2.30 GHz 8 cores, 16 processors RAM: 16.0 GB (15.7 GB usable)

Screenshot png file from the log\screenshots folder Nothing to share.

Log information Nothing to share.

ryanwood1 commented 1 year ago

Hi. Did you get any where with this? Bot seems to hang making decisions then times out, then makes the decision long after the time out happens.

Bonobo791 commented 1 year ago

No. The project is dead, I believe. You will have to do the edits yourself.

Em dom., 30 de out. de 2022 5:37 PM, ryanwood1 @.***> escreveu:

Hi. Did you get any where with this? Bot seems to hang making decisions then times out, then makes the decision long after the time out happens.

— Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/161#issuecomment-1296356379, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBGFE6TCOMS5ANBVMCBDSLWF3L7VANCNFSM6AAAAAARKEO4EE . You are receiving this because you authored the thread.Message ID: @.***>

dickreuter commented 1 year ago

The project is not dead but there are currently no priorities on improving speed.

On Sun, 30 Oct 2022 at 15:52, Bonobo791 @.***> wrote:

No. The project is dead, I believe. You will have to do the edits yourself.

Em dom., 30 de out. de 2022 5:37 PM, ryanwood1 @.***> escreveu:

Hi. Did you get any where with this? Bot seems to hang making decisions then times out, then makes the decision long after the time out happens.

— Reply to this email directly, view it on GitHub <https://github.com/dickreuter/Poker/issues/161#issuecomment-1296356379 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ADBGFE6TCOMS5ANBVMCBDSLWF3L7VANCNFSM6AAAAAARKEO4EE

. You are receiving this because you authored the thread.Message ID: @.***>

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

Bonobo791 commented 1 year ago

What are the priorities?

On Sun, Oct 30, 2022 at 6:14 PM Nicolas Dickreuter @.***> wrote:

The project is not dead but there are currently no priorities on improving speed.

On Sun, 30 Oct 2022 at 15:52, Bonobo791 @.***> wrote:

No. The project is dead, I believe. You will have to do the edits yourself.

Em dom., 30 de out. de 2022 5:37 PM, ryanwood1 @.***> escreveu:

Hi. Did you get any where with this? Bot seems to hang making decisions then times out, then makes the decision long after the time out happens.

— Reply to this email directly, view it on GitHub < https://github.com/dickreuter/Poker/issues/161#issuecomment-1296356379 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ADBGFE6TCOMS5ANBVMCBDSLWF3L7VANCNFSM6AAAAAARKEO4EE

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <https://github.com/dickreuter/Poker/issues/161#issuecomment-1296358638 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAJSW7SXJJP6VU2SPQCOJDLWF3UZRANCNFSM6AAAAAARKEO4EE

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/dickreuter/Poker/issues/161#issuecomment-1296362720, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBGFE62ZI4LZK3NL4YX5ILWF3XL5ANCNFSM6AAAAAARKEO4EE . You are receiving this because you authored the thread.Message ID: @.***>

cdsimmons commented 1 year ago

@Bonobo791 Did you make any progress?

Since its screen scraping, I would imagine some gains could be made by switching to a memory reading solution. Not sure if that would resolve the no-decision issue you're having though, and from what I have seen its quite difficult to search for memory patterns with PokerStars since they seem to change between updates.