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 not working - it wont recognize my cards #159

Closed tobeyond closed 1 year ago

tobeyond commented 1 year ago

While using it with PokerStars, it doesn't recognize my cards, so the bot won't play. Also, the bot doesn't work with the poker table is not inside the virtual machine.

Bonobo791 commented 1 year ago

Same issue here. I'm seeing: 2022-10-17 18:58:17,608 - WARNING - screen_operations.py - crop_screenshot_with_topleft_corner - 203 - No top left corner found

Also this: Traceback (most recent call last): File "poker\scraper\table_setup_actions_and_signals.py", line 67, in File "poker\scraper\table_setup_actions_and_signals.py", line 513, in test_all File "poker\scraper\table_scraper.py", line 144, in is_my_turn File "poker\tools\screen_operations.py", line 242, in is_template_in_search_area File "poker\tools\screen_operations.py", line 228, in check_if_image_in_range AttributeError: 'NoneType' object has no attribute 'crop'

I'm seeing the screenshot folder empty. @dickreuter @dexion @vidmantasb

tobeyond commented 1 year ago

@dickreuter @dexion @vidmantasb

erro
cdsimmons commented 1 year ago

@tobeyond

It says "Screenshot taken", maybe attach the screenshot here? Would help to confirm that its looking at the right area at least.

Everything else looks good with the setup... perhaps the scale is smaller than the scraper expects. Try increasing resolution of the VM and seeing if that helps.