SanchoGGP / ggp-base

The General Game Playing Base Package
8 stars 4 forks source link

Enhance latch analysis to understand monotonic sequences #364

Open SteveDraper opened 9 years ago

SteveDraper commented 9 years ago

Minesweeper is a good example. In that game the possible score goes down as you fire more torpedoes. The number of fired torpedoes forms a monotonic sequence, which can be incremented by firing moves but never decremented. As such it effectively constitutes a latch on the goals. With this latch it should be relatively easy to solve optimally.