5 ms·
That 'only' usage in the winning position could be a decisive for gaining GM rating.
by zniturah 3y ago
That 'only' usage in the winning position could be a decisive for gaining GM rating.
- famouswaffles 3y agoSearch isn't used to play/win here. Just for training.
- cool_dude85 3y agoIt looks like it does use search here in the sense that Stockfish's top move is generated using search.
- paulddraper 3y agoPositions with 99% win percentage are not decisive for GM vs non-GM rating.
- Someone 3y agoThey are once your opponents know you’re very bad at converting them.
- zniturah 3y agoProof? For winning any game at some point (at the end of the game) there will be a position with >99% winning chances. The move that follows are decisive.
- littlestymaar 3y agoThat's not how chess works. The move that follow aren't usually decisive unless you don't know how to play the game and make enormous mistakes. Anyone that knows how to play can beat a GM with a big enough advantage at the end of the game (which is what's reflected in the win probability).
- mtlmtlmtlmtl 3y agoFrom the paper: If Stockfish detects a mate-in-k (e.g., 3 or 5) it outputs k and not a centipawn score. We map all such outputs to the maximal value bin (i.e., a win percentage of 100%). Similarly, in a very strong position, several actions may end up in the maximum value bin. Thus, across time-steps this can lead to our agent playing somewhat randomly, rather than committing to one plan that finishes the game quickly (the agent has no knowledge of its past moves). This creates the paradoxical situation that our bot, despite being in a position of overwhelming win percentage, fails to take the (virtually) guaranteed win and might draw or even end up losing since small chances of a mistake accumulate with longer games (see Figure 4). To prevent some of these situations, we check whether the predicted scores for all top five moves lie above a win percentage of 99% and double-check this condition with Stockfish, and if so, use Stockfish’s top move (out of these) to have consistency in strategy across time-steps. So they freely admit that their thing will draw or even lose in these positions. It's not merely making the win a little cleaner.
- paulddraper 3y ago> So they freely admit that their thing will draw or even lose in these positions. Yeah, they didn't use Stockfish for the lols. They create a search-less engine for chess. And then used a search engine to pay a small minority of the game.
- mtlmtlmtlmtl 3y agoYes. So how is this irrelevant for qualifying as GM-level play then? Being able to play these positions is a clear prerequisite for even being in the ballpark of GM strength. If you regularly choke in completely winning endgames, you'll never get there. This is cheating, plain and simple. It would never fly in human play or competitive computer play. And it's most definitely disingenuous research. They made an engine, it plays a certain level, and then they augment it with preexisting software they didn't even write themselves to beef up their claims about it.
- littlestymaar 3y ago