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

Possibility to change player position for Pokerstars #48

Closed mareurs closed 6 years ago

mareurs commented 7 years ago

Hi, I am testing on PS and it seems to be running well. I want though to be possible to start the bot with a parameter like player index position. Based on that, a new coordinates file to be generated. This will give us the possibility to choose more tables and fly better under the radar :). I will try to do that and let you know.

dickreuter commented 7 years ago

Sure but that will involve a bit of work and I don't think you should dynamically create the coordinates file, but rather when loading it turn the players around.

Did you make any enhancements for ps and the image files? To make it run this would have been necessary.

On Thu, 8 Jun 2017 at 12:51, Marius Ailinca notifications@github.com wrote:

Hi, I am testing on PS and it seems to be running well. I want though to be possible to start the bot with a parameter like player index position. Based on that, a new coordinates file to be generated. This will give us the possibility to choose more tables and fly better under the radar :). I will try to do that and let you know.

— 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/48, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMrfqg4vaxEpAcIwvL8mtnRjKrXI4Ykks5sB-AjgaJpZM4Nz9b- .

mareurs commented 7 years ago

Yes, I made minor changes to pot places and pot bet I think. I tested it on the "Play money" not "Real money" and I have some errors with the pots being read as "\d{1,2}.\d{1.2}", so basically floats which is not the case for "Play money". I will test it on real money and if everything works I can make a commit. If there is anything that you need please let me know.

dickreuter commented 7 years ago

Ok that's great. You will also need to update the screenshots in pics/ps for imback and allincall.

Regards

On Thu, 8 Jun 2017 at 14:49, Marius Ailinca notifications@github.com wrote:

Yes, I made minor changes to pot places and pot bet I think. I tested it on the "Play money" not "Real money" and I have some errors with the pots being read as "\d{1,2}.\d{1.2}", so basically floats which is not the case for "Play money". I will test it on real money and if everything works I can make a commit. If there is anything that you need please let me know.

— You are receiving this because you commented.

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