Remix.run Logo
GaggiX a day ago

>This is how chess engines work

All strongest chess engine have at least one neural network to evaluate positions, including Stockfish, and this impact the searching window.

>how all good turn based game ai works

That's not really true, just think of Go.

skywhopper 21 hours ago | parent [-]

??? Chess engines and Go engines have as a baseline a world model of the state of the game and what moves are legal.

GaggiX 20 hours ago | parent [-]

>Fwiw nothing beats ‘implement the game logic in full (huge amounts of work) and with pruning on some heuristics look 50 moves ahead’. This is how chess engines work and how all good turn based game ai works.

Just read the parent comment.