Earlier quoted context omitted.
That depends on what you mean by "correct". Sure, you could theoretically find Nash equilibrium of poker and by playing the equilibrium strategy, you can ensure you won't lose. But that does not mean this is the best strategy to use at a given table against the given opponents, who (being imperfect humans) almost certainly do not play the equilibrium strategy themselves. And, by playing a proper nonequilibrium strate…
The usual way these games are solved is to create an "abstract" game which is tractable, find the Nash equilibrium, and map state in the real game back to the "abstract" game. In the limit, the solutions for a well designed "abstract" game will converge to that of the real game.
AI Beats Four Top Poker Players
191–200 of 234 posts
Re: AI Beats Four Top Poker Players
#192Could someone explain how Poker is more challenging that games like Go? Please eli5.
Another part has to do with the fact that both you and your opponent have surprisingly many legal "moves" at each turn. because not only must you decide to fold, call or bet, but if you bet, you also have to decide how much.
Re: AI Beats Four Top Poker Players
#193it won't be long before we hearing more headlines like: "AI beats top 10 hedge fund managers" to "AI run hedge fund blows up due to black swan event" regardless it's an incredible feat. It really casts questions into what our edge as humans are which is slowly disappearing and we didn't even need to put a brain in a jar and hook it up to a computer....it's deep learning reinforced algorithms that is appearing to outl…
But, an artificial intelligence probably has different black swans than humans, as their perception is inherently different. A tweet from Trump might not surprise us (anymore) but to an AI player, it might not be evident that a small amount of text from one Human can cause an uproar on the market. And it might not even have access to the relevant data (Twitter) at all.
Re: AI Beats Four Top Poker Players
#194Earlier quoted context omitted.
A 100% random RPS AI doesn't have a poor 1-on-1 win rate against any other RPS AI, but it absolutely can have a poor rate of winning tournaments , if "poor" is defined broadly enough. For a tournament that pays cash to the top 10%, most human players would consider anything in the bottom 90% to be poor, which would include a 50% win rate from a random AI. This happens because some entrants aren't 100% random, and the…
To add something, and to clarify (though I don't think you've made any mistake here, but many people misunderstand this subject): The 33%-each Nash Equilibrium is the mixed strategy Nash Equilibrium of the micro game (i.e. a single round of RPS, averaged over all possible randomizations). This is in no way the Nash strategy of the tournament game, which is "win the tournament given a pool of unknown participants and…
Isn't that literally what a Nash Equilibrium is though? It's my understanding that if there is players playing exploitably in the game then it cannot (by definition) be a Nash Equilibrium, so the Nash strategy may no longer be the optimal or maximally exploitative one.
Re: AI Beats Four Top Poker Players
#195Earlier quoted context omitted.
I'm surprised that Andrew Ng made this claim. The strategy that was built for Libratus' predecessor did not do sophisticated modeling of the opponents, or use new algorithmic principles. Poker is solved using a very large game tree, just as with the other games. The structure of the tree is modified to support the notion of hidden state, but beyond that it is essentially the same as the other games. The structure for…
This was my thought too. Poker is quite "solvable" meaning, whenever you're confronted with a decisions -- there is always a "correct" answer which does not have to depend on the other players' behavior or style. And you can find that answer by simulation, or game trees, and other methods. It's also important to keep in mind that the best AI can still lose, and the worst AI can still win (and everything in between).…
That's wrong. Even when you're holding a good hand, your opponent could hold a better one and reading them is a key element of poker. The opponent's hand is an important variable to decide whether you hold the winning hand or not.
If you look at the experiment in detail, you'll find that it was set up in the AI's favor.
>When a hand was all-in before the river no more cards were dealt and each player received his equity in chips.
While all that is less important when you can avoid all-in situations, the main statement -that the other player's behavior is irrelevant- is still wrong.
Re: AI Beats Four Top Poker Players
#196Earlier quoted context omitted.
well to be honest I never bothered googling that exact term but I was more interested in the details around his deployment of smaller and successful neural networks as part of a portfolio.
Basically, certain neural networks perform better at predicting different factors at different market conditions. You can string them together to get a decent trader, enough to make a profit, but not enough to justify hogging your GPUs.
Re: AI Beats Four Top Poker Players
#197Earlier quoted context omitted.
Yeah... I guess I was just expecting the AI to be more self-learning and self-tuning...
It built most of its decision model by playing itself over "trillions of hands", according to Prof. Sandholm. You could almost think of the nightly reviews as a similar process to a human sleeping: we benefit from memory consolidation, pruning, time to reflect, etc. I don't see giving the computer 12 hours a night to do something close to reflection and self-analysis as "cheating," or even very different from what it…
Re: AI Beats Four Top Poker Players
#198Earlier quoted context omitted.
Back when I played poker (up to ~2010), Negreanu was mostly a celebrity, as well as a pretty good blog writer. He was no match for the best pro players, but perhaps he has dramatically improved. Ivey was pretty good at managing his image, too.
Say that all you want, those guys play(ed? I'm out of the loop) in the big game, and...whoever you're thinking of, basically--didn't.
The Big Game and online HUNL are both technically "poker" but they are truly completely different games.
Re: AI Beats Four Top Poker Players
#199Earlier quoted context omitted.
This was my thought too. Poker is quite "solvable" meaning, whenever you're confronted with a decisions -- there is always a "correct" answer which does not have to depend on the other players' behavior or style. And you can find that answer by simulation, or game trees, and other methods. It's also important to keep in mind that the best AI can still lose, and the worst AI can still win (and everything in between).…
>there is always a "correct" answer That's wrong. Even when you're holding a good hand, your opponent could hold a better one and reading them is a key element of poker. The opponent's hand is an important variable to decide whether you hold the winning hand or not. If you look at the experiment in detail, you'll find that it was set up in the AI's favor. >When a hand was all-in before the river no more cards were de…
Could you elaborate on this ?
Re: AI Beats Four Top Poker Players
#200Earlier quoted context omitted.
Basically, certain neural networks perform better at predicting different factors at different market conditions. You can string them together to get a decent trader, enough to make a profit, but not enough to justify hogging your GPUs.
As in the profit generated isn't enough to sustain the electricity cost of running the GPUs? Are you able to scale up with more initial investment? How much did you invest and what kind of return on investment were you getting?
I averaged a return of 7-13% a year. With less than 1000 in capital, it wasn't very profitable.
I don't see why it shouldn't scale.