Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Microsoft AI Programming Games

Microsoft Research Takes On Go 175

mikejuk writes "Microsoft Research has used F# and AI to implement a consumer-quality game of Go — arguably the most difficult two-person game to implement. They have used an interesting approach to the problem of playing the game, which is a pragmatic cross between tree search with pruning and machine learning to spot moves with a 'good shape.' The whole lot has been packaged into an XNA-based game with a story."
This discussion has been archived. No new comments can be posted.

Microsoft Research Takes On Go

Comments Filter:
  • Confusing title (Score:4, Interesting)

    by PhrostyMcByte ( 589271 ) <phrosty@gmail.com> on Sunday January 02, 2011 @05:04AM (#34735902) Homepage

    When I saw "Microsoft takes on Go", I thought of Google Go [wikipedia.org]. It only adds to the confusion that both F# and Go attempt to solve some concurrency issues, though I thought it odd to compete with an imperative language using a functional one. I had to do a double-take to understand it was talking about a game.

    Sheesh, I need sleep. And perhaps to stop learning so many useless programming languages.

    • And perhaps to stop learning so many useless programming languages.

      FORTRAN, ALGOL, COBOL ... Forth ... ? Hey, if you can make money programming it, it's not useless.

    • Sheesh, I need sleep. And perhaps to stop learning so many useless programming languages.

      Useless programming languages are for useless programming.

      --

      Sigfault

    • by gl4ss ( 559668 )

      well, if you read to "arguably the most difficult two-person game to implement.", you know that the writeup is about the boardgame.

      and you also know that it's bullshit, since it is not notoriously difficult to implement, to make an ai to play it well is an another story though.

  • Go is not a game (Score:5, Interesting)

    by Kim0 ( 106623 ) on Sunday January 02, 2011 @05:12AM (#34735922)

    Go is not a game because it does not have rules that are clearly interpretable, except the new Tromp/Taylor rules.
    One sign of this is that Japanese monks have for about 400 hundred years quarreled about how certain patterns should be interpreted.

    When I started to learn the game, I was told that it was exceedingly simple, but learned that there was a thick book of how to interpret patterns, which obviously is not simple. And after playing it a little, and thinking about it, it became apparent to me that there were end game effects that were simply ignored. The Japanese versus Chinese "rules" give very different endgames, but the practice is to simply ignore that and pretend there is no problem. One just stops when the players agree that the rest of the game would be obvious and boring, without that necessarily being true.

    Robert Jasiek has done extensive analysis of Go, and seems to be the only one actually understanding the game as it is played in practice.
    Here are a short list of the major mistakes that Go rulesets contain. [snafu.de]
    Here are lots of short analyses of different scoring methods. [snafu.de]
    Here are some game patterns that give different problems in different rulesets. [snafu.de]

    When it is not even possible to analyze parts of games then true optimal play regresses to quarreling about it, which is precisely what the Japanese tradition has done for at least some hundred years. Robert Jasiek has made the only consistent interpretation of the Japanese "rules", and it is somewhat insane to read, with 3 levels of recursion. It means that instead of there just being an ordinary game tree, the rules at each node in the game tree are determined by hypothetical game trees at these nodes, and the same goes for the hypothetical game trees. Gaaahrgle!

    Those programming Go players typically do statistics on games played by humans instead of having a scoring function, or they use the Tromp/Taylor rules.

    So Go is riddled with quarrels and pretense. Not a game in practice. More like politics, or Zen.

    Kim0+

    • Re: (Score:2, Insightful)

      by Anonymous Coward

      Sir, I think you should re-read what you just wrote.

      Since when is Go not a game? Because it's just complicated?

      Have you ever actually played go? If so, you'd know it takes alot of skill and even more practice to master.

      Anything that takes practice, skill and involves fun is a game.

      Red Rover does not have any 'rules' or 'regulations'. Yet, I bet you played it when you were little.

      ~Valk

      • Sir, I think you should re-read what you just wrote.

        Since when is Go not a game? Because it's just complicated?

        Have you ever actually played go? If so, you'd know it takes alot of skill and even more practice to master.

        Anything that takes practice, skill and involves fun is a game.

        Red Rover does not have any 'rules' or 'regulations'. Yet, I bet you played it when you were little.

        ~Valk

        Everything is a game. There's always a winner, and a loser, the trick is to determine when you are the latter, to become the former. All games have consequences. In the end the only guarantee you have is, that sooner or later, you lose.

        Wake up Jake!

        • Wake up Jake!

          Never thought I'd ask to be modded down!. But seriously, it's a joke - a reference to the movie Revolver. I agree the movie is "insightful", but my post was "off-topic", maybe "funny"...aw.. whatever, I'm going back to doing some work, continue as you were.

    • by dair ( 210 ) on Sunday January 02, 2011 @06:01AM (#34736064)

      In practice the problem you see (ambiguities in the endgame) are only really an issue for computer Go. Human players rarely disagree over when a game is "over", as typically the outcome becomes obvious long before each stone is played out to the absolute end.

      Perhaps a good analogy is poetry: it is perfectly possible for a poem to convey meaning, even if it does not conform to the rules of the language or have a literal meaning (and yet, people still understand it).

      The thick book of "how to interpret patterns" is simply a set of standard plays that people have found empirically to work well (in exactly the same way as opening books are used in chess). Like chess, you are free to ignore those patterns if you like, but typically that leaves you in a weaker position than you would be in otherwise.

      These patterns are most commonly used in the opening moves, but local instances of them pop up all the time ("if he moves there, I should move here, then he *has* to move there I'll capture these stones").

      The rule is that game is over when both players agree that it is over: if there is a disagreement, the game is played on. Some positions lead to an infinite repeat (A captures B, B captures A, A captures B, etc) but thee plays typically don't determine the final score (if the score was equal, and there was an infinite repeat, then humans would simply call it a draw). Computers can recognise trivial cases of this easily, and do OKish with heuristics for simple cases.

      However the real difficulty in computer Go is understanding just why humans make the moves they do, as outside of the standard sequences a move is often made intuitively as a way to steer the other player even though the consequences of that move may be some way off (or may need to be abandoned, or redirected, or reused in some unplanned way).

      Go is a truly fascinating game, and also a very human one (computers will play it well one day, but probably about the same time that they get good at writing poems, playing tricks, or asking why).

      • Infinite capture loops are illegal moves because of the rule of Ko.

        • Re:Go is not a game (Score:4, Informative)

          by Vintermann ( 400722 ) on Sunday January 02, 2011 @07:43AM (#34736406) Homepage

          Not under Japanese rules, or Korean rules, or any ruleset lacking a superko rule. What dair(210) says is also wrong: The corner cases are NOT a problem for computer go, because programs rarely play with the traditional, informal rulesets lacking superko. (When they are forced to, such as in certain tournaments, they perform slightly worse, but not disastrously so).

          A more common problem for Go programs is bugs in the superko handling. Nick Wedd runs monthly bot tournaments at KGS, if you take a look at his reports, you'll see hardly a tournament goes by without some program crashing, or timing out due to wanting to play an illegal move (forbidden by superko)

        • by sam0vi ( 985269 )

          And let's not forget that you play with a given number of stones, so one of the players will eventually run out of stones. That's an objective end for the game if there ever was one.

      • by Kim0 ( 106623 )

        Thanks for telling me a little more about the book.

        I have done deep game theoretical analyses for some years, and gotten some interesting results. One of them is that if one appears to be on the losing side, one can decrease the chance of that by making the game more random by running into more complicated fields of game space.

        Wether those fields exist or not depends strongly on the end game, and in Go there seems to me likely to be the possibility of impenetrable almost infinite thickets. I do not know yet

        • by Raenex ( 947668 )

          The upshot of this is that endgames of almost maximally strong Go players may be almost infinitely long and complicated.

          No, it isn't. You need to get your head out of the clouds and actually learn Go. The game simplifies greatly the closer it gets to the endgame. That's why experienced human players can almost always agree on what stones are dead under Japanese rules without using Jasiek's precise definition of Japanese rules.

        • Does retreating to chaotic gamespace work in other complex games too? It makes intuitive sense that if an opponent is better at you with pistols at ten paces, that you choose shotguns at twenty. If it is not considered bad form to refuse to acknowledge defeat until the last move, it seems this technique could turn Go into a game of mental endurance.

          • by Kim0 ( 106623 )

            My mental image is a rabbit running into a thicket to avoid a fox, or eagle.

            The Norwegian young chessmaster Magnus Karlsen is said to rely on making the game so complex that only he understands it.

            Kim0+

      • In practice the problem you see (ambiguities in the endgame) are only really an issue for computer Go. Human players rarely disagree over when a game is "over", as typically the outcome becomes obvious long before each stone is played out to the absolute end.

        How many times people have considered something "obvious" that later turns out to be wrong, when you analyze it to the absolute end? There seems to exist a consensus that some positions are better than others, but how do you know it unless you play it to the end?

        I've never played go, but I often see comments on how difficult it seems to be to implement a good software to play go. Perhaps that's because go isn't really that well understood by humans either. When computers start playing go better than humans,

        • by Kim0 ( 106623 )

          I could not agree more.

          Kim0+

        • by Raenex ( 947668 )

          There seems to exist a consensus that some positions are better than others, but how do you know it unless you play it to the end?

          Exactly true, and the Japanese rules only make sense by referring to rules where you can play the game out. The history of Go rules are murky (the game is thousands of years old), but I firmly believe that Japanese rules were derived as a shortcut from simpler rules were it was easy to play things out. If you learn Chinese-style rules first, you can gain this insight as to how the Japanese rules make sense.

          In practice, Chinese-style rules and Japanese-style rules are equivalent to within 1 point. Most games

        • by umghhh ( 965931 )
          Well it is a game with full information which means if you knew all there would not be a point in playing. I guess so called Go Gods would not need play then as all would be clear to them from the onset. This particular property of the game is especially visible in determination of so called Komi which is a number of points White gets for having to start as a second.

          Playing till the end is one way of ensuring that the result is correct and this is I think foreseen in some rule-sets that if players do not a

      • by nloop ( 665733 )

        Computers play it well right now. It would take a beginner years of practice to rival gnu go and that is by no means the strongest one out there. The best engines are playing at 4 dan, or borderline pro, currently. Deep Blue isn't far off.

        • Not in my experience.

          I got into Go several years ago and was holding my own against gnu go in easily under a year. Then I logged on to Yahoo Games and lost every game except two, even when playing people with lower (chess-style) scores than mine and those who were too new to be ranked.

          • by Raenex ( 947668 )

            I got into Go several years ago

            As you state, your experience is several years out of date. Go programs went through a great leap from 2006 to present, due to the technique of Monte Carlo Tree Search.

      • Re:Go is not a game (Score:5, Informative)

        by Raenex ( 947668 ) on Sunday January 02, 2011 @01:44PM (#34738238)

        In practice the problem you see (ambiguities in the endgame) are only really an issue for computer Go.

        Wrong. New players frequently have a hard time understanding Japanese rules. This is why people like Kim0 exist. On their own, the Japanese rules logically don't make sense. You have to know how to play to end the game, and you have to know how to end the game before you can learn how to play.

        Instead, new players should be referred to Chinese-style rules. The Japanese rules are fine for experienced players.

        Perhaps a good analogy is poetry

        No, that's a terrible analogy. There are no rules to poetry, and there is no winner and loser. You're just adding confusion.

        The rule is that game is over when both players agree that it is over: if there is a disagreement, the game is played on.

        That's the problem with Japanese rules. It is not easy to "play on" and determine the score. It is trivial with Chinese-style rules.

        Go is a truly fascinating game, and also a very human one (computers will play it well one day, but probably about the same time that they get good at writing poems, playing tricks, or asking why).

        Computers already play the game well. They have reached dan status.

    • by qmaqdk ( 522323 )

      The Japanese versus Chinese "rules" give very different endgames, but the practice is to simply ignore that and pretend there is no problem.

      That's because it would destroy the harmony [guardian.co.uk] of the game if you start discussing all the problems with the rules.

      • It's just wrong. The endgames are the same. They are just typically played out a bit further under Chinese rules, that's all.

    • Re:Go is not a game (Score:4, Interesting)

      by Anonymous Coward on Sunday January 02, 2011 @06:39AM (#34736198)

      Rubbish

      Go is a great game. The chinese and aga rules are precise and assign a score to every position in a simple way with no arguement. The japanese rules are potentially complex but in practise the sort of positions in which difficulties arise rarely if ever occur. The Japanese rules are more conveniant to play with although not as mathematically complete. Still, in 10 years of tournament play I have never seen a position the outcome of which depended on the rules employed.

    • Re: (Score:2, Insightful)

      by Anonymous Coward

      Do you actually play the game. From your post it seems like you are trying to program it without any insight as a player. Sorry, but that will fail.

      Go is not a game because it does not have rules that are clearly interpretable, except the new Tromp/Taylor rules.

      Wrong, the rules are simple and clearly interpretable for humans. There are some odd cases, in which the different rule sets disagree, but they are very rare and it practice the game in exactly the same regardless of which set of rules you use.

      The Japanese versus Chinese "rules" give very different endgames, but the practice is to simply ignore that and pretend there is no problem.

      Wrong. Except a few rare situation they are equivalent.

      Robert Jasiek has done extensive analysis of Go, and seems to be the only one actually understanding the game as it is played in practice.

      Jasiek has done a nice job of cleaning up the rules text, but aga

      • by umghhh ( 965931 )
        You mean confusion stops at the point when you realize that the full understanding is impossible?
    • Games evolve. There's a new computer variant that koreans are playing where you can place hidden stones that your opponent doesn't know where they are until he surrounds it. It's like a cross between go and battleship but it looks like it makes it more interesting.

    • Re:Go is not a game (Score:4, Informative)

      by spottedkangaroo ( 451692 ) * on Sunday January 02, 2011 @08:01AM (#34736480) Homepage

      You only see these kinds of "problems" with the game when you haven't played long enough to understand the game. There really aren't any problems along the lines you're thinking. Nearly everything you said is incorrect. The Chinese vs Japanese rules do sometimes differ by a few points here and there, but rarely, and if you know which ruleset you're playing under it really shouldn't matter. In fact, if you include stone passing (see AGA Rules) then Chinese and Japanese rules work out the same. Oh, the horror.

      As to the Ko rules, ... yes, I've personally fretted over the dreaded triple Ko and I've been frustrated over 4 in the corner, but the triple ko never really comes up and you can play out 4 in the corner if you're obstinate. There are complicated solutions to the tripple ko, such as Ing rules, but nobody cares. It just doesn't matter.

      I've also played many new players, presumably like yourself, that can't tell when a game should end. That's normal when you're starting out. What we do with those new players is keep playing until they feel like stopping and sometimes comment on why their plans don't work or why they're losing points. You see, if you keep playing in Japanese rules, you will lose points. Under Chinese rules, you simply keep playing until you get really bored, so you only need to point out that the score isn't changing and isn't likely to change. Problem solved.

      The thing that really puzzles me more than anything is why you'd take the time to claim Go isn't a game. Clearly it is, people play it all the time; millions in fact. It's even televised in many Asian countries. Is it some kind of grudge? Are you a chess player that's really jealous? I don't get it. Weird.

      • by Raenex ( 947668 )

        In fact, if you include stone passing (see AGA Rules) then Chinese and Japanese rules work out the same.

        As if by magic? You're confused. The AGA rules are just Chinese rules in disguise. They let you mechanically count the board as you would with Japanese rules, but the winner would be determined as if played under Chinese rules, not Japanese rules. Dame is worth 1 point and needs to be strategically considered.

        I've also played many new players, presumably like yourself, that can't tell when a game should end. That's normal when you're starting out. What we do with those new players is keep playing until they feel like stopping and sometimes comment on why their plans don't work or why they're losing points. You see, if you keep playing in Japanese rules, you will lose points.

        A smart and logical student will plunk a stone done in the middle of his opponent's territory and point out that it takes 4 stones for their opponent to kill the stone, thus causing the opponent to los

        • by jvkjvk ( 102057 )

          A smart and logical student will plunk a stone done in the middle of his opponent's territory and point out that it takes 4 stones for their opponent to kill the stone, thus causing the opponent to lose points.

          Perhaps, perhaps not.

          If that stone is unable to kill anything, or make shape, and I pass, then I have just gained a point, as White. In fact there are a number of scenarios where all stones you play I can just pass.

          It may be that after enough passes I actually have to act. In that case, I am only up by the number of stones up until my action.

          However, there are worse things to do than try and cause trouble, even if you don't read out the situation. It is surprising how much trouble a "stubborn" player who

          • by Raenex ( 947668 )

            If that stone is unable to kill anything, or make shape, and I pass, then I have just gained a point, as White.

            The problem, though, is that to prove that the stone is dead, it would take 4 stones to kill it, which would end up losing points. You can tell a beginner that it is "dead" and can be removed without play, but then you just leave the beginner confused about how grossly unfair and arbitrary the rules are.

            Japanese rules don't define an easy procedure to continue play without changing the score. Chinese-style rules do.

            • Nobody I know berates the new player. We simply pass until we have to act (like the reply before last said). If they try to leave the stone there, we point out that it doesn't have two eyes, so it's dead. It's not arbitrary at all, it was explained before we began play. This just proves my point. Only beginners see this as a problem because they don't understand life and death yet. It is most certainly well defined.
              • by Raenex ( 947668 )

                Only beginners see this as a problem because they don't understand life and death yet.

                Which is entirely the point. What is alive or dead should be determined by the skill of the players and simple rules, not appeal to authority.

                If they try to leave the stone there, we point out that it doesn't have two eyes, so it's dead.

                A simplistic and incorrect rule. First, you have to precisely define what an eye is. What you really mean is that two eyes *can* be made, which depends on skillful play. Second, seki doesn't conform to that rule.

                It is most certainly well defined.

                If you consider hypothetically perfect play, then maybe it's well defined, but now you're getting into Robert Jasiek territory. Japanese rules require Go skil

                • There is no appeal to authority. The rules are very clearly defined. You're simply choosing to not follow them. At tournaments, there are sometimes 200 people none of which would ever disagree about what is dead and what is not.

                  The problem is (and I can agree that this is a problem, but only for the first few games at most), that Japanese rules require that you understand alive and dead.

                  In games with beginners, I explain that you need two eyes and then encourage them to try to live or kill my shap

                  • by Raenex ( 947668 )

                    There is no appeal to authority. The rules are very clearly defined.

                    No, they aren't, and that is why there is a very long history of failed attempts at formalizing them. They work well enough among experienced players.

                    At tournaments, there are sometimes 200 people none of which would ever disagree about what is dead and what is not.

                    Disagreements are rare, but not the zero concurrence you indicate here.

                    The problem is (and I can agree that this is a problem, but only for the first few games at most), that Japanese rules require that you understand alive and dead.

                    Many people give up on the game because they don't understand the Japanese Catch-22 logic. Beyond that, disputes still occasionally occur beyond the first few games, which results in players usually verbally disputing the position, and then appealing to authority to resolve it if that doesn

                    • It's not bullshit, the rules are fine. You don't understand them yet or you're being intentionally obstinate. I no-longer care which. Whatever man. They're definitely complicated. Nobody's arguing that.

                      Yes, the two eyes thing is simplistic but it's easy enough to explain the long version. The game is fine and it's survived thousands of years, hundreds with the rules they use now and few have problems with it. Certainly you and Ing and a couple others, but with the exception of certain edge cases,

                    • by Raenex ( 947668 )

                      It's not bullshit, the rules are fine. You don't understand them yet or you're being intentionally obstinate.

                      I've already explained a couple of times why your explanation is bullshit, yet you completely ignore all the details. You are the one being obstinate.

                      The game is fine and it's survived thousands of years, hundreds with the rules they use now and few have problems with it.

                      Maybe you can explain why the Go associations for the United States, Britain, New Zealand, and France all moved away from Japanese rules. If you want the answer, look here:

                      http://www.cs.cmu.edu/~wjh/go/rules/AGA.commentary.html [cmu.edu]

                      See the section under "Transmittal letter". In particular:

                      "the American Go Association has for several years been working toward a "sim

                    • K, fine. You win. Nobody could ever play under Japanese rules. They make no sense. Although, I think it's Ing's fault. Their primary source of funding was the Ing foundation. Also, nobody I have ever met plays under any other rules than Japanese rules, except at AGA tournaments anyway -- where people play under Japanese rules and pass a stone at the end without understanding why. But I suppose you're right. Nobody could ever comprehend Japanese rules.

                    • by Raenex ( 947668 )

                      I never said nobody could play under Japanese rules. I just said there were problems with them, as opposed to how simple and problem-free you were painting them. Beginners struggle with them, and for a very small percentage of games, even experienced players can run into trouble. They are hard to define precisely, and you can't blame Ing for that. Even the Nihon Ki-in tried and came up short. It's just the nature of the rules.

                      As for the pass stone, you don't really need to know why it's used. All you really

                    • I'm not blaming Ing for the Japanese rules being difficult, I'm blaming him for screwing up AGA rules. I don't know anyone who actually likes those rules. They may be easier for beginners (although that is not my experience); but they're irritating for seasoned players.
                    • by Raenex ( 947668 )

                      Ing had his own ruleset. As far as I know, he had nothing to do with AGA rules. AGA traditionally took money from the Nihon Ki-in, but they moved away from Japanese rules despite the funding, because Japanese rules have a complex and imprecise playout. All the Go associations that moved away from Japanese rules did so for practical purposes, as clearly stated in the Transmittal Letter I linked to and quoted from.

                    • Whatever. You already won, I said so. Japanese rules suck or whatever.

                      We should play a game some time. I figure you probably play, otherwise I can't figure why you'd care.

      • by gl4ss ( 559668 )

        if it was simple, you could have described the rules in the space used for the post.

        I think the original not a game rant was about that before you start a game of go, you need to decide which game you're playing, so you're not playing go, but starting the game with another game that decides what go is. I guess some people like that, adding magic to the mix and making people who've played previously with the same set of rules have an advantage.

        so it's a great way to waste time even without playing.

        • It is not simple. It is rather complicated because it requires a complete understanding of alive and dead. It really only takes a few games to master, but it is indeed rather complicated.

          It is a concept that the Japanese (or Korean, or Chinese, etc) would learn when they're 6 or 8 and the Japanese rules are unapologetic about being complicated. But they are not ambiguous and they are very clearly defined.

          If you came to my go club, I could demonstrate and have you ready to play under Japanese rules

    • Go is not a game because it does not have rules that are clearly interpretable

      That makes Go a great game.

    • Re:Go is not a game (Score:4, Interesting)

      by shadowofwind ( 1209890 ) on Sunday January 02, 2011 @11:38AM (#34737404)

      This is like saying that real numbers are political and not mathematical because of the funny way that infinities are defined and handled.

    • Go is not a game because it does not have rules that are clearly interpretable, except the new Tromp/Taylor rules.
      [...]
      When it is not even possible to analyze parts of games then true optimal play regresses to quarreling about it
      [...]
      So Go is riddled with quarrels and pretense. Not a game in practice. More like politics, or Zen.

      So are you saying anything that has any ambiguities or regional variations in the rules (even if just in edge cases) cannot qualify as a game? Or that only games where the concept of "optimal play" is valid can qualify as games? I would disagree strongly with either of those positions.

      I have played PLENTY of board games where not-so-uncommon edge cases are not adequately handled. That doesn't stop me from playing, and it doesn't stop me from having fun. Every time I sit down with a new group of peopl

    • Meh, it's kind of an idiot argument and "riddled" with holes. Why do games have to conform to your particular definition? Even so for seemingly the majority of played go sequences it does in fact have rules that are clearly interpretable. There are literally thousands of historical kifu where the board state is completely unambiguous.

      You are also equivocating. When someone says the "rules are simple" they mean that the rules for valid placement of stones what is complicated is optimal placement of st
    • by umghhh ( 965931 )
      With all due respect for Robert: his work mostly concernes rules and faults built within and is most useful for coders of GO software and professional players. Other than that majority of players in Europe does use a system of counting that they think is based on Japanese rules yet it is not. Fascinating is that it still works for them so maybe the problem is not so widespread as some people like to think.
  • "Many games are written in C++, but this requires a lot of ‘libraries’ to store information, along with a lot of man power to create them. XNA comes with a number of pre-made libraries, making it a lot easier to program with."

    I thought C++, (as a well established Programming language) would have more libraries than XNA, which I had not previously heard of?

    • Re: (Score:3, Informative)

      XNA is effectively a game specific library that lets you develop for the xbox and windows. When they say XNA they really mean XNA + .net which combined has a pretty extensive library for game development. While XNA has a lot of helper libraries that let you work with DirectX and managed code, it does not really have anything specific related to AI and since this is an AI project primarily that statement seems to be an advertisement for XNA.

    • Re: (Score:2, Troll)

      You are not understanding how languages work inherently different.

      All the C++ libraries in the world will not change how C++ fundamentally works.

    • Re:WTF? (Score:4, Insightful)

      by bcmm ( 768152 ) on Sunday January 02, 2011 @08:55AM (#34736664)
    • It's a matter of convenince. There are more C++ libraries than .NET libraries, but that doesn't make it convenint to find or use a good game framework that provides the libraries you need and isn't a pain to use. XNA isn't a language, but it is a framework aimed specifically at developing games, and from what I've seen it's very good at that. It's based on .NET, and typically used with C#. Thus, for game development, XNA (and .NET) is a good choice because it largely avoids the "I need to find/write code th

    • It was described poorly in the article. XNA is Microsoft's framework for writing games in C#, in other words, it IS a library. It's one way to program graphics on the Xbox, and the only way on Windows Phone 7. It's not as capable as some other frameworks (if you want to see games like this [youtube.com] on WP7, forget about it). If you like C#, you will probably like XNA. In my opinion it's as good as any other sprite framework.
    • by gl4ss ( 559668 )

      remember BGI?
      borlands crappy graphics interface. sure, it sucked, but borlands dos sdk's did come with it(essentially the same thing available in c and pascal, and in finland there was even localised wrapper distributed on it, making all the drawing commands in finnish.. ugh! it was actually an elementary school course on programming, but it wasn't programming, it was scripting paint commands).

      xna is just another name for .net + set of painting etc libs.

      and of course, that sentence is saying that creating t

  • I seem to recall (Score:3, Interesting)

    by thesk8ingtoad ( 445723 ) on Sunday January 02, 2011 @05:16AM (#34735934) Homepage

    Reading a research paper a few years ago that presented the idea that the best way to approach the game was through catastrophe avoidance. The idea was to identify the moves that would lead to a massive loss, then to take another move at random. I wonder how their AI would fare in comparison.

    • Similar.

      Monte-carlo will pick the path which leads to a win most often and this tends to produce the behaviour you've described. They still struggle when they're ahead in terms of guessing the most likely catastrophe and preventing it, I suspect that is the advance that will come next

  • by Anonymous Coward on Sunday January 02, 2011 @05:33AM (#34735996)

    Q: How strong is the AI?
    A: The AI is strong enough that the game could challenge the vast majority of newcomers to the game. It doesn't compare like-for-like with other high performance computing solutions that have been developed for Go - which only Go experts would be able to compete with - but it does give it a more natural feel and makes the game accessible for a broader audience.

    I got excited when I saw the story. Sigh. This won't appeal to people who already play Go. It may appeal to people who have never played. I'm guessing that the game itself won't produce many more Go players. On the other hand, people may read the story on Slashdot and become curious.

    It is relatively easy to beat the existing Go games on a 19x19 board. On the other hand, the existing games are OK on a 9x9 board. On the smaller board, tactics rule. On the full size board, strategy rules. If you make a mistake on the small board, you will be ruthlessly punished.

    What does "beat" mean in Go? In Go, it is possible for an expert and a beginner to have a satisfying game. The weaker player gets to place a certain number of stones on the board before the stronger player makes his first move. The handicap system is pretty reliable and is part of Go culture. If they are properly handicapped, the weaker player will beat the stronger player 50% of the time.

    If we want to seriously talk about how strong a computer game is, we have to talk about handicap. A computer game that needs only a one stone handicap to keep up with an expert would be exciting. With a zero stone handicap, it wouldn't sound very good because it would lose most of the time. Currently, the best programs, running on heavy duty computers, can keep up if they are given a six or seven stone handicap. Wiki [wikipedia.org]

    • by Vintermann ( 400722 ) on Sunday January 02, 2011 @07:56AM (#34736470) Homepage

      It is relatively easy to beat the existing Go games on a 19x19 board.

      Really. When you say such a thing, it can mean one of two things: You're stronger than European 1 Dan (corresponding to Japanese/AGA 4 Dan, KGS 2-3 Dan) or you haven't been playing computer Go much lately. Many Faces of Go, Zen, Fuego, Aya play on a level it will take years of serious club play to beat (for most of us).

      • Most of the rated programs require a server cluster to run at high skill levels. While it is nice that they can reach a level to be competitive against strong players, it is really stretching the facts to claim a personal user couldn't easily crush a standard install of any of the above programs.

        Some examples from wiki http://en.wikipedia.org/wiki/Computer_Go#Recent_results: [wikipedia.org]

        On February 14, 2009, Many Faces of Go running on a 32-core Xeon cluster provided by Microsoft won against James Kerwin (1p) with a handicap of seven stones. The game was played during the 2009 AAAS general meeting in Chicago.[9]

        On August 7, 2009, Many Faces of Go (version 12) resigned against Myungwan Kim (8p) in a 7-stone handicap game.[10] Many Faces was playing on a 32 node system provided by Microsoft. The "Man vs. Machine" event was part of the 2009 US Go Congress, which was held in Washington DC from August 1 to August 9.[11]

        • They need clusters to do their best, sure, but they're better than I will ever be on even "modest" hardware. Sensei's Library claims Zen19 is running on a Mac Pro 8 core, Xeon 2.26GHz.

          Zen19 is taking all comers on KGS - including, presumably, people who study it intensely to find predictably exploitable mistakes. It would be a very good tool for rating advancement if you could find such errors, since it's ranked at 4d.

  • by Anonymous Coward on Sunday January 02, 2011 @06:17AM (#34736110)

    Go's a pretty cool game, but maybe some of you have heard of Chess? It involves pieces that can do a lot of interesting moves and some of the existing boards out there can be incredibly ornate.

    Sorry, I wanted to be the equivalent of "That Guy" that shows up to discuss Go every time there's a chess story anywhere on the planet.

    • Ha ha, enjoy the moment. 'That go guy' managed to get a scene inserted in the new TRON movie. What was the last cool movie you got into? Blade Runner? And a movie chess scene is always a display of raw intellectual strength, as opposed to a zen-like power to master nature.

  • by Reemi ( 142518 ) on Sunday January 02, 2011 @07:25AM (#34736330)

    This article reads like a commercial without any scientific background w.r.t. the algorithms used. They even state it does not perform as well as other available programs.

    Still, interested giving the game a try? It is really simple.

    Start here to learn the rules: http://playgo.to/iwtg/ [playgo.to]

    Like the problem solving, this is a good site for problems: http://goproblems.com/ [goproblems.com] Note, 30kyu problems are the easiest, then 25kyu etc. Hardest are the dan problems. (Believe me, they are really difficult)

    Want to play against the computer? GnuGo is your friend> http://www.gnu.org/software/gnugo/gnugo.html [gnu.org]

    Playing against real oponents on the web, there are 2 options: Turn-based (the slow progress variant) or real-time. I can recommend for the turn-based variant Dragon Go Server and Online Go Server: http://www.dragongoserver.net/ [dragongoserver.net] http://www.online-go.com/ [online-go.com]

    Personally, I'm not into real-time, but KGS is an alternative: http://www.gokgs.com/ [gokgs.com] Note, people might not always be in the mood for chatting here.

    Getting hooked, try to find a local club or check for players in your neighbourhood: http://igolocal.net/ [igolocal.net]

    Have fun.

  • I don't see Clippy. GnuGo is way more than adequate as a backend for my abilities.

  • From the title, I expected something completely different.

  • The worst part of this I see is that Go now gets a storyline:

    The game starts with the player receiving a letter from a Go master explaining that your twin is missing. When you visit the master, he tasks you with the Path of Go quest, through which you must find your twin. Through the experience, you learn and play the game. In the course of your journey you interact with a number of characters and challenge them in games of Go.

    As much as I like good stories, there are situations where you just don't need a story. A computer adaptation of a casual game is one of those times.

    Coming next year from Microsoft: The Great Solitaire Battle! As the evil sorcerer throws his magic cards at you, you must make order of them to build up your own magical reserves!

  • The Microsoft Go program is only for Xbox.

    For those that would like to try Go on a PC, there is a good version on Go for DOS & Windows called IGO by David Fotland, and it's free.
    I've been using the DOS version which runs fine in a DOS window on a Windows PC.
    There is a Windows version called Igowin and a version for the iPhone or iPod Touch or iPad.
    I haven't tried the iPhone version yet.

    IGO plays on a reduced sized 9x9 board, but is good for an introduction to the game.
    The fill size version with a

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...