4.4: Machine Learning Coding Drills
Code an agent that plays the Tic-Tac-Toe game. You can choose to play the game yourself by selecting board positions or have the Agent propose moves. This link shows one possible solution. Work towards a solution for no more than 10 hours and then check your work against the solution code.