ProSmokerPlayer
ProSmokerPlayer t1_j6yyvty wrote
Reply to comment by Much_Blacksmith_1857 in [P] AI Poker/Machine Learning/Game-Theory by Much_Blacksmith_1857
Where exactly does anyone play 8-max poker? I'll never understand why people solve for 8-max its so frustrating. Also antes at over 10%. Non poker players solving poker.
ProSmokerPlayer t1_j6yyip6 wrote
Reply to comment by Much_Blacksmith_1857 in [P] AI Poker/Machine Learning/Game-Theory by Much_Blacksmith_1857
No, this has been solved already for all stack sizes, look up MonkerSolver.
ProSmokerPlayer t1_j6yybe7 wrote
Reply to comment by Acceptable-Cress-374 in [P] AI Poker/Machine Learning/Game-Theory by Much_Blacksmith_1857
Bots are detected using a number of different methods, probably last of which is how they actually play their cards. Bots have consistent timing tells on actions, they always click the mouse button on the exact same pixel, they fail captcha's etc.
Bots are not really an issue, the bigger issue is assisted play for a human. So a programme tells the player the optimal move and the player executes it. That's much harder to catch.
ProSmokerPlayer t1_j6wb70n wrote
Poker is solved already bud don't waste your time
ProSmokerPlayer t1_j6yz9wl wrote
Reply to [P] AI Poker/Machine Learning/Game-Theory by Much_Blacksmith_1857
If you want to create a winning poker bot you need these few things.
OCR software to recognise stack sizes, position on table, cards, antes, blinds etc, all the variables.
Then it needs to translate this into something legible so that this spot can now be looked up in a GTO database.
DB gives the answer, voila you have solved poker.