Last time I downloaded it, it was around 6k. Has it improved so much since then?Dusk Eagle wrote:Fuego plays at a 1d level if I'm not mistaken
A match against Fuego
- karaklis
- Lives in sente
- Posts: 797
- Joined: Tue Apr 20, 2010 2:14 pm
- GD Posts: 600
- Has thanked: 93 times
- Been thanked: 105 times
Re: A match against Fuego
-
billywoods
- Lives in gote
- Posts: 460
- Joined: Sun Jul 29, 2012 1:12 pm
- Rank: 3 kyu
- GD Posts: 0
- Universal go server handle: billywoods
- Has thanked: 149 times
- Been thanked: 101 times
Re: A match against Fuego
You're right. In my hurry to read it out and put a full solution together, I was too hasty. Thanks.Dusk Eagle wrote:Black can't even make seki.
This may look like a seki, but notice what happens after white plays 'a' and 'b'. Black suddenly has one liberty, so he dies. Of course, black could play 'c' at any point before white gets 'a' and 'b', but then black is left with a dead shape inside, so he's dead.
- tsuhre
- Dies in gote
- Posts: 20
- Joined: Mon Dec 31, 2012 9:14 pm
- Rank: KGS 8 kyu
- GD Posts: 0
- KGS: Tsuhre
- Universal go server handle: Tsuhre
- Location: Sonora, CA
- Has thanked: 8 times
- Been thanked: 3 times
Re: A match against Fuego
Thanks for the solution. It would make a good life or death problem.Dusk Eagle wrote:Black can't even make seki.
This may look like a seki, but notice what happens after white plays 'a' and 'b'. Black suddenly has one liberty, so he dies. Of course, black could play 'c' at any point before white gets 'a' and 'b', but then black is left with a dead shape inside, so he's dead.
I find more and more that my battles on the board reflect my battles off of it.
-
hyperpape
- Tengen
- Posts: 4382
- Joined: Thu May 06, 2010 3:24 pm
- Rank: AGA 3k
- GD Posts: 65
- OGS: Hyperpape 4k
- Location: Caldas da Rainha, Portugal
- Has thanked: 499 times
- Been thanked: 727 times
Re: A match against Fuego
Last time I played, it was better than me. Time settings matter, of course.karaklis wrote:Last time I downloaded it, it was around 6k. Has it improved so much since then?Dusk Eagle wrote:Fuego plays at a 1d level if I'm not mistaken
-
Mike Novack
- Lives in sente
- Posts: 1045
- Joined: Mon Aug 09, 2010 9:36 am
- GD Posts: 0
- Been thanked: 182 times
Re: A match against Fuego
I perhaps wasn't being clear enough by what I meant as "silly".
To put it into words, the MCTS algorithm results in "make the move that has a higher probability of winning than other moves". But if the probability of winning for all moves is close to zero then the differences between these probabilities are also close to zero and there is no way for the algorithm to distinguish between "hopeless, but not making things worse" and "hopeless and making things worse".
That is why important to always allow these programs to resign. It's not so much that the program has concluded "can't win the game" but also "I can't distinguish between sensible and ridiculous moves". In other words, the MCTS algorithm doesn't work in this region.
If you have experience playing against these programs you will note that a human might resign earlier. Toward the end of a game that it will lose the program will make "insulting" attacks, play moves that will work only if responded against very poorly or not at all. The reason is that from its calculation the probability of that isn't zero. With experience playing against these programs you will learn to recognize when close to the end of the game whether the program "thinks" it will win or lose. Unnecessary safety moves that cost a point or two means the program has the game in hand while attacks that would work only against a bad mistake means the program "knows" it has lost.
To put it into words, the MCTS algorithm results in "make the move that has a higher probability of winning than other moves". But if the probability of winning for all moves is close to zero then the differences between these probabilities are also close to zero and there is no way for the algorithm to distinguish between "hopeless, but not making things worse" and "hopeless and making things worse".
That is why important to always allow these programs to resign. It's not so much that the program has concluded "can't win the game" but also "I can't distinguish between sensible and ridiculous moves". In other words, the MCTS algorithm doesn't work in this region.
If you have experience playing against these programs you will note that a human might resign earlier. Toward the end of a game that it will lose the program will make "insulting" attacks, play moves that will work only if responded against very poorly or not at all. The reason is that from its calculation the probability of that isn't zero. With experience playing against these programs you will learn to recognize when close to the end of the game whether the program "thinks" it will win or lose. Unnecessary safety moves that cost a point or two means the program has the game in hand while attacks that would work only against a bad mistake means the program "knows" it has lost.
-
Mef
- Lives in sente
- Posts: 852
- Joined: Fri Apr 23, 2010 8:34 am
- Rank: KGS [-]
- GD Posts: 428
- Location: Central Coast
- Has thanked: 201 times
- Been thanked: 333 times
Re: A match against Fuego
To echo what oren said...I don't think it's only computers that do this (=Mike Novack wrote:If you have experience playing against these programs you will note that a human might resign earlier. Toward the end of a game that it will lose the program will make "insulting" attacks, play moves that will work only if responded against very poorly or not at all. The reason is that from its calculation the probability of that isn't zero. With experience playing against these programs you will learn to recognize when close to the end of the game whether the program "thinks" it will win or lose. Unnecessary safety moves that cost a point or two means the program has the game in hand while attacks that would work only against a bad mistake means the program "knows" it has lost.