Earlier quoted context omitted.
So how much have you won and lost in total? I don’t have any knowledge of poker, so I don’t know how to ballpark this. And the impersonal questions are boring after seven lifetimes, so I thought I’d ask. It would be interesting to see a GitHub style graph of poker activity, with won and lost corresponding to added lines and removed lines.
6 figures. Turns out there's a lot more (and less risky) money in software development than there is in poker. I gave up the professional poker life pretty early and actually made quite a lot more as a talented "amateur" with a Silicon Valley software dev salary that took away the risk of ruin constraints I had a pro. Plus I didn't really enjoy playing professionally anyways - it's pretty mindnumbingly boring to play…
How A.I. Conquered Poker
121–130 of 188 posts
Re: How A.I. Conquered Poker
#122I wrote probably the first online texas holdem game, played on IRC, around 1994. Back then in rec.gambling blackjack teams were forming and instead of joining a blackjack team I started to play poker, because it was more fun than counting cards. I wrote the game so I could play against other people and was immediately a winning player in low limit games of the time in lake charles and vegas. However even in the 90s, it was about statistics.
I do regret not allowing people to play for money (people were constantly asking).
Even back then the primitive bots were mostly killing human players.
Re: How A.I. Conquered Poker
#123Earlier quoted context omitted.
6 figures. Turns out there's a lot more (and less risky) money in software development than there is in poker. I gave up the professional poker life pretty early and actually made quite a lot more as a talented "amateur" with a Silicon Valley software dev salary that took away the risk of ruin constraints I had a pro. Plus I didn't really enjoy playing professionally anyways - it's pretty mindnumbingly boring to play…
I imagine that for pro players to play at their best can be taxing and wouldn't be surprised if some just wanted to play less costly games for more what they could deem to be more fun.
Re: How A.I. Conquered Poker
#124(Former pro and high stakes player, occasional solver developer) This is actually one of the best poker articles I've ever seen in generalist media. Not too clickbaity, reasonable high level overview of game theory, a (very accurate IMO) quote from old pro Erik Seidel about the state of the game just 15 years ago, a discussion on variance vs. EV and results, and most importantly, an emphasis on math, randomization te…
> Probably the one biggest misconception people have is that pros have sick reading abilities since TV likes to emphasize staredowns, when the actual single biggest skill long term pros have is the ability to lose hand after hand for hours and still play their best game. This is absolutely true, but let me add to this: live pros like Phil Ivey, who have played the game in person virtually their entire lives, do have…
[1] https://youtu.be/dS_uv88YuPs?t=179 [2] https://youtu.be/IN1bW4jo4i4?t=72
Re: How A.I. Conquered Poker
#125Earlier quoted context omitted.
Alphastar also didn't play with the same limitations that a human has. Even after removing its ability to see the entire map and finally forcing it to scroll around, alphastar never misclicks (so its APM==EPM) and can still blast nearly unlimited APM for short bursts as long as its "average APM" over an x-second period matched human's APM. I believe Alphastar would generate more interesting strategies if we limited a…
> Alphastar also didn't play with the same limitations that a human has. Even after removing its ability to see the entire map and finally forcing it to scroll around, alphastar never misclicks (so its APM==EPM) and can still blast nearly unlimited APM for short bursts as long as its "average APM" over an x-second period matched human's APM. > I believe Alphastar would generate more interesting strategies if we limit…
Re: How A.I. Conquered Poker
#126Earlier quoted context omitted.
IIRC it's "solved" for heads up but not really multiway like 3+ to the flop. I believe in a recent Bart Hanson Youtube he points out that mutltiway is not solved.
It's not solved for multiway in the sense that the optimal move in each situation isn't known, but there are AIs like Pluribus that have superhuman performance.
Re: How A.I. Conquered Poker
#127Earlier quoted context omitted.
yes, that is the obvious step that bot makers have taken. When bots were barely at the online poker scene, nobody cared to even check. Of course, there are still other ways to check for bots such as a user playing for an unreasonable amount of time or an extraordinary amount of tables, or simply not answering to chat.
The natural next step is adding ELIZA-like chat responses to your bots
Re: How A.I. Conquered Poker
#128What teaching or training tools are out there for a very average player at no limit Texas hold’em who just wants to get at bit better to a respectable level at a modest time commitment , and does not need to be a pro-level player?
Yeah, really I just want an open-source poker solitaire that asks me what I should do and then shows me the odds after I answer.
Re: How A.I. Conquered Poker
#129Earlier quoted context omitted.
It's not solved for multiway in the sense that the optimal move in each situation isn't known, but there are AIs like Pluribus that have superhuman performance.
Superhuman performance in a very constrained version of no-limit hold'em
Re: How A.I. Conquered Poker
#130I am the solver programmer mentioned in the article. I think it came out pretty decently. Maybe not all the details are right (I was late answering fact checking email) but I think it's a decent read and the author has done a good job!