
AI Playing Games #12
One of the best test spaces for building new AI systems are games. This is because games provide a great framework for an AI to learn an objective and slowly improve. We’re going to walk you through creating a Tic Tac Toe bot that uses the minimax algorithm to become undefeatable and we’ll talk about evolutionary neural networks like in SethBling’s MarI/O project.