Slashdot Mirror


Humans Can Still Out-Bluff Machines

Pcol writes "The New York Times reports that in a poker game this week between man and machine, a program called Polaris fought a close match, but lost to two well-known professional poker players. Designing a poker playing algorithm is a different and more difficult challenge for software designers than chess and checkers because of uncertainties introduced by the hidden cards held by each player and difficult-to-quantify risk-taking behaviors such as bluffing. The game-tree approach doesn't work in poker because in many situations there is no one best move and a top-notch player adapts his play over time, exploiting his opponent's behavior. Polaris build a series of "bots" that have differing personalities or styles of play, ranging from aggressive to passive. Researchers monitored the performance of three bots and then moved them in and out of the lineup like football players."

54 of 279 comments (clear)

  1. Not harder than chess by jshriverWVU · · Score: 2, Informative

    In poker you have a finite number of cards, that are a lot smaller than the permutation of moves in chess or checkers. Just the ability to count cards and do statistical analysis makes poker, blackjack, etc easier to compute in my opinion. Then again, if you had a deck of random cards and not a standard deck, that would make it a bit harder but that's not how it's really played. That would be like comparing it to chess with all queens.

    1. Re:Not harder than chess by TheMeuge · · Score: 5, Insightful

      If you're playing cards in Hold'em, against decent players, you WILL lose.

      Hold'em is all about betting - if, when, and how much. And THAT you determine by the behavior of your opponent. It's not a strategy game, but a psychological exercise.

    2. Re:Not harder than chess by Normal+Dan · · Score: 2, Interesting

      Far harder than chess. In chess, every permutation has a low number of values (every turn has few possible moves). In poker, every turn has a large number of possible moves/choices, such as how much to bet. Also, in chess, you can see the other players hand, in poker you cannot. This adds to the complication of poker. If this weren't bad enough, bluffing adds a whole new set of problems. Also, in chess, given enough computing power, you can process all the moves up until the end of the game. This is not possible in poker.

      --
      A unique way to learn a language: http://languageloom.com
    3. Re:Not harder than chess by Otter · · Score: 2, Interesting
      In poker you have a finite number of cards, that are a lot smaller than the permutation of moves in chess or checkers.

      First of all, moderators, this is mistaken, not "Flamebait".

      Second, you're correct that the cards are trivial to calculate. The betting process in poker is what's much more difficult to model.

      Watching it occasionally on ESPN, I see people who are presumably good enough to be on television doing things that are completely insane. (Why the hell would anyone go all-in with unsuited 8-3?!?) It seems like the problem here might be the helplessness of artificial intelligence in the face of natural stupidity.

    4. Re:Not harder than chess by AuMatar · · Score: 5, Informative

      Because there's more to a situation than your cards. There's your chip stack, your blinds, the action behind you, your opponents chip stacks, the payment structure, and your position. Pushing on 8-3 unsuited is a poor move, but there's at least two situations where it's called for- if you're far from a money boundary in the payment structure, have a small number of chips in compared to the blinds (say an M of 3-5), and all players before you folded. In this case, by pushing in you're likely to win the blinds. Especially if none of your remaining opponents have a big stack. The risk can be worth it, since it makes absolutely no difference what hand you go out on unless you reach a new money boundary, and you'll have to win at least 1 hand to do so. And with 83, you're likely to have 2 live cards if called by a high ace (AK, AQ, AJ, AT). Note that you'd only want to do this if first into the pot- someone who called the blind is too likely to call you for only an additional 2-4 big blinds.

      The other situation to try it in is a squeeze play- if you have a raise and a call behind you, you have a very tight table image, and you think they don't have good hands. A raise, especially an all in raise, is signaling an extremely good hand. From a tight player, this must be respected. You can get both players to fold here if they don't have premium hands (AK, QQ-AA). This is a high risk move though, and you must have been playing extremely tight, versus people capable of laying down a good hand, to try it.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    5. Re:Not harder than chess by packeteer · · Score: 2, Interesting

      Your point is right but some of the things you say are a little off.

      This is beyond simple mathematical calculations and hence it's MUCH harder than chess.
      Chess is much more than just simple calculations. It is full of very complex calculations. Because of the incredibly huge number of moves possible it is more than just calculating. The best computer chess programs calculate less and use pattern recognition more. These days a computer with a fraction of the computing power of Deep Blue would beat it. That is because of the superior pattern recognition that is going on.

      Card games are all about pattern recognition. You need to learn your opponents behavior, everyone plays in certain patterns and even when someone tries to change their own game they do it in their own personal way. Now card games are hard for a computer to win at right now because humans haven't been able to quantify all the elements of the game properly yet. Once computer SOFTWARE (pattern recognition algorithms) become stronger you will see computers beating everyone at card games as well as chess, which is already the case for chess.

      That leads to the question of whether or not people will still gamble once they know a computer can do it better. I would bet casino's aren't going anywhere but online gambling is going top have to figure something out.

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    6. Re:Not harder than chess by Kjella · · Score: 2, Interesting

      (Why the hell would anyone go all-in with unsuited 8-3?!?)

      Because when you're bluffing, you don't bluff half-way so they'll call you on it (as opposed to when you're not bluffing and want to fish for more chips), and if someone with a top hand decides to call you on it, your medium hand will probably lose anyway. So if you're looking to make the others fold, unsuited 8-3 is as good a bluff as any other hand. Besides, if you're in a squeeze and hit the right company you can still win and get back in the fight as opposed to being bled to death.

      --
      Live today, because you never know what tomorrow brings
    7. Re:Not harder than chess by xero314 · · Score: 4, Interesting

      [poker is] not a strategy game, but a psychological exercise. Poker is indeed a strategy game. Knowing statistics and probability are critical to successful poker play. Psychology is important was well but is useless with out strategic knowledge. The majority of poker played in the world is limit poker which has far less psychological play and a lot more statistical accuracy. Even in a No Limit Hold'em game, probably the most psychological game regularly played, you would be better off having strong strategic and analytical skills an poor psychological skills than the other way around. But, like any game which contains aspect of chance, both strategy and psychology are imperative to being a successful player.

      If you're playing cards in Hold'em, against decent players, you WILL lose. I would be happy to take on any player, no mater what there record is, as long as that player never looks at his hole cards. Cards are important in card games, even if betting is the determining factor in who ultimately takes a particular pot. Imagine the game being played with no cards what so ever and you will see why knowing how to work with the cards you have is important to the game. Any time a professional player makes a "call" it is because of statistical knowledge and not psychological, even if it is to set up a play later on.
    8. Re:Not harder than chess by xero314 · · Score: 2, Informative

      I thought the limit only applied to the maximum be That would be spread limit as opposed to fixed limit which is what they were actually playing. Most flop/board/community poker games played around the world are fixed limit, though stud games tend toward spread limit.
    9. Re:Not harder than chess by Dan+D. · · Score: 2, Insightful
      It's not a strategy game, but a psychological exercise.

      One could imagine that a "psychological exercise" is still a strategy game, but with much wider priors in the statistics.

      --
      People who quote themselves bug the crap out of me -- Me.
    10. Re:Not harder than chess by c_jonescc · · Score: 5, Insightful

      Being that the CS folks that setup the computer were expecting a draw, I think they must have started with the assumption that a top level pro poker player knows the statistics of almost every situation (from experience and intuition) as well as a machine can calculate them. And the truth is they do - the best probably know what their hole cards and flop mean down to the first decimal point every single time it's worth thinking about.

      So, then the play comes down to responding to how the other person is playing. And the edge goes to the one that can safely be unreadable/unpredictable/inconsistent.

      Now, obviously if you can't figure out any of the statistics involved in a hand you will always get your ass handed to you in the long run by a player/machine that can do the most rudimentary calculation.

      --
      Getting diabetes AND salmonella would be a bad weekend.
    11. Re:Not harder than chess by Aaron+England · · Score: 3, Interesting

      Thinking that poker is only about statistics and luck is the hallmarks of an inexperienced player. The simple truth is, if you make your bets on the odds that you will win the pot against a professional poker player you will lose with 99.999% certainty. Because a professional poker player doesn't just play the odds, he plays you. He does this by lying about the strength of his hand through bluffing and discerning the times you attempt to bluff. Here's an example of how your stategy would play out. Let's say the following happens on the river.

      You: Pair of 2's, check
      Him: Ace-high, all-in

      Now do you call or fold? You have the better hand here. If you knew what your opponent had you would definitely call. But since you are playing the odds, you decide to fold because you calculated you have a 30% of winning, which also means you have a 70% of losing. This is why playing the odds will cause you to lose. This is why it is the "psychological exercise" that the grandparent said it was.

    12. Re:Not harder than chess by xero314 · · Score: 2, Insightful

      I'd venture to say that pot-limit omaha high is a *far* more psychological game I agreed 100% and would put most stud games even above omaha in the amount of psychology in the game, but I said "played regularly" which from my experience limits the games to Texas Hold'em, Omaha hi/lo and 7 Stud hi/lo, and usually only limit for the later two, since they are the most common spread games, at least in the united states. I have actually never seen a Pot Limit Omaha High game in any casino I have been in and that's not a small number (though I am holding an HA rotation next week so I am certainly familiar with the game).
    13. Re:Not harder than chess by SIIHP · · Score: 4, Informative

      "I'd venture to say that pot-limit omaha high is a *far* more psychological game."

      You'd be wrong. I made my living for two years playing PLO almost exclusively, at a high level (fuck you UIGEA and everyone who voted for you). The general consensus among students of the game is that PLO is one of the least psychological games played. The lack of bluffing being the major reason. Bluffing occurs, but the very same reason you cite as making it more psychological is why you're wrong the number of hands played. Playing such a large number of hand (50% is insane, and I challenge you to show me some poker tracker stats of someone who wins playing 50% of their hands long term). In fact, if a computer were to win consistently, I think PLO is a game that it would play.

      "I don't think there's a difference between statistical knowledge and psychology."

      Then let me learn you up. Let's use PLO. I have A-A-10-J double suited. I raise pot preflop. A VERY tight player reraises, and I call. Flop come K-K-K. Against an aggro player, I can reasonably infer that my 2nd nuts is good. Against Mr. Tighty, who I have seen reraise only with large suited pairs (KKJQ, QQJ10) or rundown hands (9-10-J-Q, 10-J-Q-K) I know within a certain range what he's holding, with some certainty. I am first to act, I check, he bets, I raise, and Mr. Tighty RERAISES. Based on my assessment of his likely behavior (psychology) I can reasonably infer that he has the K. Statistically, you NEVER lay down K's full of A's, but when your read (psychology) is good and the opponent is uncreative and direct (psychology) you lay it down.

      Statistically the correct play is to put it all in if you can, but by understanding the other players decision making process (psychology) you can find a fold.

      You're wrong again

      --
      I only go to buffets for the unlimited soft serve.
    14. Re:Not harder than chess by xero314 · · Score: 3, Informative

      There are plenty of times a pro player makes a call believing they have the worst hand, in order to bluff the hand later. You are correct, but again this is because of statistical knowledge. A good player has determined in their own head what they believe the statistical chances are of their opponent having both a hand they can't call with and their opponent will believe that they themselves have a winning hand. Not only that the player making the call also has to determine if they odds are correct to try and set up a bluff like that in case their opponent has a draw and how good that draw is. If you are making any move in poker without first making a educated guess as to the odds, and determining that those Odds are in your favor, then you are leaving your odds up to chance and this is not how to be a successful player.
    15. Re:Not harder than chess by xero314 · · Score: 2, Interesting

      Statistically, you NEVER lay down K's full of A's... If you actually think this is true you are using some bad statistics. I don't think that you do think it is true as you said yourself you would fold in the described situation. Even if you are taking all other information out of the equation statisiticaly K's full of A's (with 3 Ks on board) will lose approximately 1 in 11 times (opponent has 4 chances to have a king out of the 45 unseen cards). This means statistically you should lay down kings full of aces 1 out of every 11 times you play, but you would need to know which one of those times it is. I'm just saying that making statements like "Statistically, you NEVER lay down K's full of A's" is pretty much useless.
    16. Re:Not harder than chess by wildsurf · · Score: 2, Informative

      It seems like the problem here might be the helplessness of artificial intelligence in the face of natural stupidity.

      Douglas Adams invented a word for this:

      ABOYNE (vb.) To beat an expert at a game of skill by playing so appallingly that none of his clever tactics or strategies are of any use to him.

      --
      Weeks of coding saves hours of planning.
    17. Re:Not harder than chess by drfireman · · Score: 3, Informative

      You tell yourself that. But it's BS. Poker, when it comes down to it, is all about a) statistics, and b) luck. Is there a psychological component to it? Sure. But I'll bet dollars to donuts those aspects are greatly outweighed by luck and a given player's ability to evaluate the statistics on a given hand. One of the chief reasons there are winning poker players is that there are lots of players out there who are willing to bet dollars to donuts without knowing what they're talking about. There are experienced poker players who would agree with you. They're usually pretty bitter, because they can't understand why despite having learned the statistics and having played a large enough number of hands for their skill to win out, they're long-term losers to those of us who've taken the time to understand it better.

      In limit games against unskilled opponents, you're right. In other games, the psychology is much more important. And in fact, if you want to do the probabilities right, you need the psychology. There's almost no hand of interest you can analyze properly without an estimate of some quantity like "the probability this bozo would make that raise in this situation." Is it statistical analysis or psychology? Is it the sugar or the stirring?
    18. Re:Not harder than chess by Bender0x7D1 · · Score: 2, Insightful

      I think the point is that you don't know if it is the 1 time you lose, or the 10 times you win, so you would go for the win since, 10 out of 11 times, you would win. Who cares if you lose that 1 time if you win the other 10 times. That's why you never lay them down since, statistically, you are 10 times more likely to win than lose.

      --
      Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
    19. Re:Not harder than chess by Propaganda13 · · Score: 2, Funny

      psychology - the study of mind and behavior in relation to a particular field of knowledge or activity

      Just because it's not about you wanting to have sex with your mom doesn't mean it's not psychology.

      Pre-flop odds are all calculated on what your hand is. Statistically you know your chances on winning are. Your opponent's hand doesn't matter to you since it's unknown to you and doesn't factor into the odds.

    20. Re:Not harder than chess by Brickwall · · Score: 2, Insightful
      I watch a lot of poker on TV, and I'm constantly amazed at how often Daniel Negrenau can call his opponent's hole cards correctly.

      In a magazine profile, the writer played heads-up with Daniel for two hours. After the first half hour, Daniel was calling the writer's hole cards with astonishing accuracy.

      You may not want to use the term psychology to describe this skill, but millions will disagree with you.

      --
      What was once true, is no longer so
  2. yea well by jimbug · · Score: 5, Funny

    let's see how well those computers do in strip poker!

    --
    Bite my shiny metal ass.
    1. Re:yea well by NeoTerra · · Score: 2, Funny

      That all depends on if it has an internet connection or not ;)

    2. Re:yea well by sa1lnr · · Score: 3, Funny

      Mine has to play with a handicap. The side panel is already off.

  3. Only expert players .... by gstoddart · · Score: 4, Interesting

    I got the impression from some of the news stories that two professional poker players barely beat out the machine.

    I have a sneaking suspicion that, for the vast majority of players, the computer is gonna kick your ass quite handily.

    For the same reasons, I suspect that everyone who wasn't at the level of Kasparov would have gotten their asses handed to them in a game of chess against older versions of computers which couldn't yet beat him.

    This, of course, begs the question of how long it will take for the on-line casinos to start putting poker playing bots into the mix to skew the odds even further to the house. I mean, if you have a computer program which will beat everyone else, why not just dial it down so it only wins 30% of the time or so and nobody will be any wiser.

    Cheers

    --
    Lost at C:>. Found at C.
    1. Re:Only expert players .... by Animats · · Score: 2, Interesting

      For the same reasons, I suspect that everyone who wasn't at the level of Kasparov would have gotten their asses handed to them in a game of chess against older versions of computers which couldn't yet beat him.

      Current reality is that any of the better chess programs for PCs can trounce you, unless you've been on the cover of Chess Life. Grandmasters are now playing Rybka with Rybka handicapped by one pawn, or with no opening book, and still losing fairly often. It's clear that computer chess performance has passed the human level.

      And this is without supercomputers. Programs are playing at the grandmaster level on 2 and 4-CPU PCs. No need for custom "Deep Blue" hardware.

      One of the workers on computer chess comments, after analyzing many grandmaster games, that about one grandmaster move in ten is suboptimal. This error rate is enough to give computers an edge humans can't match. A big problem in the chess world now is people cheating in the World Open using hidden links to computers.

      Serious work on poker is only a few years old, and already the programs are doing well. Give it a few more years.

      This is going to kill online poker played for real money.

  4. Hang on a Minute... by bateleur · · Score: 4, Informative

    The implication here is that there is no (known) equilibrium mixed strategy for bluffs (because if there were then Polaris could be coded to use it).

    Is that really true?! It seems very counterintuitive.

    Certainly there's nothing special in general about games involving bluff. One of Von Neumann's first game theory case studies involved a simplified version of poker precisely to demonstrate how to automate bluffing.

    1. Re:Hang on a Minute... by Shaterri · · Score: 5, Informative

      Simple bluffs are pretty straightforward to handle, but the combination of factors in poker (multiple rounds of action, shifting hand strength, complex unknown information) makes it inordinately difficult to compute Von Neumann optimal strategies. Even simpler games like (0,1) poker (both players are randomly 'dealt' a number in the 0..1 range, smallest number wins) with multiple betting rounds are remarkably difficult to solve under normal betting patterns. For more information, I heartily recommend The Mathematics of Poker by Chen and Ankenman.

  5. RTFA by evanbd · · Score: 4, Informative

    There were ten "bots"; which bot was in use was controlled by a "coach" program. They actually ran three different programs over the course of the tournament, and that setup actually lost to the humans. The coach / agent approach is an interesting one for a variety of reasons, and it is most definitely a valid strategy.

  6. Looks like it'll be this way. . . by Astro+HJX · · Score: 2, Insightful

    I think that it'll probably stay this way for a while - man beats machine, altho as been talked about before when someone got beat in chess by one. I can't remember the name of it, but I'm sure others know. I'll be impressed once computers can out-think human beings totally.

  7. Re:That's cheating. The computer wasn't playing. by Anonymous Coward · · Score: 5, Funny

    Let's see how well the computer does when IT makes all the decisions. Their answer would be to turn it off and on again.
  8. RTFA. by raehl · · Score: 3, Informative

    The researchers didn't choose which bots were used themselves - they had ANOTHER 'coach' bot that moved the 'player' bots in and out.

    1. Re:RTFA. by CyberLord+Seven · · Score: 3, Informative

      Think of it this way: the human player was playing against a "coach" who could vary his personality through the game.

      --
      We have always been at war with Eurasia!
    2. Re:RTFA. by bogjobber · · Score: 3, Interesting

      You are also wrong. They chose the bots for the first two games, and the play was very close. They ran the 'coach' bot in the third game, and the computer got beaten "handily".

  9. How far we've come. by Rob+T+Firefly · · Score: 5, Funny

    Dealer: My deal..
    Eliza: What does that suggest to you?
    Dealer: It suggests I'm giving you your cards.
    Eliza: We can talk about me later. Now back to you...
    Guest: Here you go.
    Eliza: So you feel I go...
    Guest: Um.. yeah. How many cards do you want?
    Eliza: What else comes to mind when you ask that?
    Dealer: You need to give me whatever cards you want to exchange.
    Eliza: I see. Tell me more.
    Dealer: Um.. so you can get a better hand?
    Eliza: We were discussing you--not me.
    Dealer: Do you have any interest in playing this game?
    Eliza: Oh, I have any interest in playing this game?
    Dealer: That's it, I quit! Go find someone else to torture!
    Eliza: That would't help much, now, would it?

  10. stratego, l'attaque, dover patrol, tri-tactics etc by hedley · · Score: 3, Insightful

    Games with imperfect information. Very hard to design good AI to play these games, as the story says, tree search is not a win here. A game like stratego also has concepts that go beyond individual piece movement, i.e. you may want to group an few pieces together to make an attack, moving the unit (subject to input from the enemy) forwards. I have yet to see a good stratego game, there is one for $ called "The General". It can be defeated quite easily. I have found a stratego game in the past that could *not* be defeated! But, some sleuthing on my part (via saving the game and restoring it at key points) showed the sw was cheating by moving its pieces around to adjust to the threats(!). I have had an obsession with this style of AI but its such a daunting problem its hard to get a good handle on where to start to chip away at it. I suspect the polaris folks have been doing just this, the AI and methods they develop would be useful for other games I am sure.

    H.

  11. Chance elements make this hard to judge by _bug_ · · Score: 2, Informative

    Poker has elements of chance. Chess does not. You can play the odds to help minimize the risk of chance, but it's still there. That one two or even 5 games resulted in a win for side A versus side B is pretty much meaningless. With chance involved you really need to conduct this sort of experiment over thousands, if not millions of games, to even begin to get a handle on if there really is a "better" player in the computer code.

    You can flip a coin 5 times and all 5 might be heads... doesn't mean that heads will always win. That's chance. That's poker, even if the pros and the weekend wannabes try to argue otherwise.

  12. Environmental Sensors by jshriverWVU · · Score: 4, Interesting

    Would be nifty if the bot's had access to environmental sensors like a camera so it could do facial recognition on the people to detect twitching, detect very little sweating, excess heat coming off body, things to interpret lying. Just an idea, and not *that* far fetched.

    1. Re:Environmental Sensors by gad_zuki! · · Score: 2, Insightful

      excess heat coming off body

      No. They shouldnt be allowed to observe anything a person cant. I cant get up in the middle of a poker game and attempt to stick a thermometer into my opponent's rear to see if he's lying. Why not just put a camera behind him and read his cards? How do you propose we detect sweat? Measuring skin resistance? You cant do that in a real game either.

      I think a plain-jane camera would be allowed, but even then its pretty unfair. The human player has no face to look at to potentially figure out the bluff (or the tell).

      Ideally, the computer would be represented by an actor who would impersonate a poker player, like feeling anxious when he's losing, trying to pull off a bluff, etc.

  13. Limit Holdem by venicebeach · · Score: 4, Informative

    Keep in mind these bots play Limit hold'em, where the size of the bets is fixed. No-limit hold'em, the kind you typically see on tv is a much more complex problem - size of bets add more potentially misleading information and more choices to make. (that's why its more exciting to watch than limit)

    1. Re:Limit Holdem by mosch · · Score: 2, Insightful

      Well the main point I was making was about computational complexity.

      And I think your point is dead false, especially when it comes to televised poker, in which the blinds are always very large, and the stacks quite short, meaning that the correct move is almost always mathematically provable, if one had the inclination.

      If one was allowed, one could sit at the table with software like SNG Analyzer, enter the tournament structure, and assuming the player was capable of making decent estimates of people's raise and fold ranges, they could play near optimally, just by knowing how opponents play pre-flop.

      It seems almost like you agree with me, that the only reason it's exciting is because it is very simple, and all the chips are at risk on every hand. This is the opposite of complexity.

      And FWIW, I am far more bothered by the moderators reaction to your post, than your post. It's not insightful. It's wrong.

    2. Re:Limit Holdem by venicebeach · · Score: 2, Interesting

      I'm not going to argue which is more exciting, since that is up to your personal preferences, although the evidence available to us is that NLHE has achieved a much larger audience than LHE.

      About the computational issue you are actually incorrect here, and there is an objective fact of the matter. The reason most poker AI only attempts Heads Up Limit poker at this point is because there are more degrees of freedom in NLHE. At each decision point in a limit match the only options are bet, call, or fold. In no-limit, the decision tree is much larger because the "bet" option actually contains a number of sub-options (basically, how much to bet). Also as you add options for your opponent (and add opponents) the problem gets increasingly harder.

      Sit-n-go's represent a special case of the problem, and there are computations that can help you deal with certain situations. The Independent Chip Model (ICM), for example, is a useful strategy but does not represent an actual computational solution to the game.

  14. Well, in that case... by Xeth · · Score: 3, Funny

    I'd like to reaffirm my loyalty for this country and its human president. They may not be perfect but they're the best we've got. For now.

    --
    If your theory is different from practice, then your theory is wrong.
  15. The problem is the software by biraneto · · Score: 2

    The format also eliminated one of the crucial aspects of traditional poker called the tell, subtle clues such as facial ticks that may permit other players to make accurate guesses about the hidden cards held by their opponent. Isn't this like facing world's best soccer player and the computer in a match of Fifa Soccer 2007?

  16. The computers weren't really playing... by pscottdv · · Score: 2, Insightful

    Researchers monitored the performance of three bots and then moved them in and out of the lineup like football players

    So in a sense the computer wasn't really playing anyhow. I suspect that deciding which bots to move in and out is another skill that humans are better at than computers.

    --

    this signature has been removed due to a DMCA takedown notice

  17. Humans Can Still Out-Bluff Machines by Angostura · · Score: 5, Funny

    That's what they want you to think.

  18. Second day was not a fair competition by dl248 · · Score: 5, Informative

    Look at the first entry (bottom of page) on the Polaris team's blog for the second day. The day that the humans started winning:

    http://www.cs.ualberta.ca/~games/poker/man-machine /Live/Day2Session1/

    The U of A team gave the humans the logs of the first two games!

    Perhaps after the entire match they could have reviewed the game logs, however this give the humans an unfair advantage during the second day. I can't believe that this isn't getting more attention -- they bascially gave the human team a huge insight into the inner workings, strategy, and tendencies of their opponent. Something that Polaris definitely did not have.

    In my opinion this sours the competition and completely invalidates the final two matches. The human likely found a weakness (or two or three) and exploited it, and we can't know for sure that they would have found the weakness without those logs.

    That was a huge mistake by the U of A team, and they have apparently got away with it without anyone noticing.

    1. Re:Second day was not a fair competition by Vegeta99 · · Score: 2, Funny

      Why don't you think the computer had logs? I mean, Colin Powell says Iraq has WMDs, but that doesn't make it true!

      Yes, I just invoked Godwin's Law Junior.

  19. Still? by nickspoon · · Score: 2

    Looking at the latest RSS feed, I see two interesting stories:

    "Firefox and IE Still Not Getting Along" and "Humans Can Still Out-Bluff Machines".

    Has /. reached a point where there is no new news at all? I can see the headlines now. "Time Still Moving At Rate of 1 Second Per Second", "Iran Still Located In Middle East", "Sun Still Rising In The East".

    So the post isn't just off-topic, consider the disadvantage the human player is put to when faced with a computer, especially one well-versed in reading physical indicators of psychological factors. Surely they would have no hints whatsoever at what the computer is attempting to do? If there's a kind of one-on-one poker, would that make any difference? Would both sides be at equal disadvantages, would the computer still lose?

  20. Stacked / Poki by Other+Than+That... · · Score: 2, Interesting

    If you want to play a video game against the predecessor to Polaris (named Poki), it's the AI used by the cross-platform poker game 'Stacked'.

  21. why so wordy? by Quadraginta · · Score: 3, Funny

    /* Design for computer poker player.  Some implementation details missing. */

    #include <stdio.h>
    #include <poker.h>

    int main() {

       printf("Hello, world.  I am a poker-playing robot.  Prepare to lose your shirt.\n") ;

       while (!win_poker_game()) {
          printf("Curses! Another game, human?"\n") ;
       } ;

       printf("Ha ha!\n") ;

       (void)rake_in_chips() ;

       return(0) ;
    }
     

  22. Re:No-one MAKES a living gambling. by joss · · Score: 2, Informative

    Sancitmonious tripe. Those who lose money from poker do so voluntarily
    so its a a form of entertainment they pay for. Professional poker
    players are no more a leach on society than opera singers.

    --
    http://rareformnewmedia.com/
  23. Old joke ,,, by Tungbo · · Score: 2, Funny

    Father explains the statistics of roulette to his son.
    He shows how in the long run, all players will lose to the casino.
    His son nods and nods with his explanation. At the end,
    the father said, "Well son, have you learn anything from this lession?"

    "Yes indeed. I'm going to open a casino when I grow up!"

  24. Re:Oh jesus by RoaldFalcon · · Score: 2, Funny

    Maybe a couple of people just "needed" to spend some mod points before they expired, and computer poker is the only thread they weren't going to post about.

    That's the way I would expect a poker player to think about things.

    Or, perhaps, you are not really that analytical, but you want us to think you are. Hmm...