Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

”it can't move its rook off the h file without losing the pawn”

Nitpick: I agree there’s nothing for white in that position, rook a6, b6 or c6 seem possible moves in the end position (if black takes the pawn, the rook gives chess on row 5 and takes black’s rook in the next move). From there, it could move the rook to row 5 to defend the pawn. If so, the rook can get away from the h file.

Also, if black’s king were to walk towards the black pawn, the rook has to move from the h file to give chess.

In general, LC0 seems to be way more optimistic in its scoring function than Stockfish. As an extreme, look at game 70. Stockfish sees it as a 100.0% draw after move 49, but play goes on until move 202 (!), with LC0 at some stage thinking it has a 25% chance at winning (around move 106)



RE your nitpick: Fair point. I hadn’t seen the pinning tactic after 140. Ra6 Rxh5??? 141. Ra5+

As is probably obvious from that oversight, I am not a very strong player.

However, I still see no way for white to make progress. After 140. Ra6, black just walks its king towards the white pawn. White’s only options then are to give perpetual check with the rook, or to give up the pawn.

It’s plausible to me why lc0 doesnt see this — I guess it is just searching down random paths involving useless rook moves forever, and never gets to the end of the tree. I’m more curious about how Stockfish is able to prove it’s a draw.

Edit: after poking around the Stockfish code a bit, I think what's going on is that Stockfish sees that down every non-pruned path of the tree, either player has the ability to give check, so neither player can be ahead (basically each side has a perpetural check). Would love if any Stockfish expert reading this can comment on whether that's a valid understanding.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: