How I Built an MLP Evaluator for a Novel Board Game
Learn about the MLP evaluator developed for the Larss game and its outcomes.
An MLP evaluator was developed for Larss, a 1v1 tetromino placement game. While initially using MLP for position evaluation, a simpler linear model proved to yield better results, highlighting the importance of architecture choice for engineers.