📄️ Introduction
This is the Kaggle competition regarding Game AI and Reinforcement Learning.
📄️ Minimax
The agent follows this algorithm to decide its next move deterministically:
📄️ Alphabeta
Two modifications are made to the agent: the minimax algorithm is optimized with alpha-beta pruning and complexity is added to the heuristic.