/tic_tac_toe_AI

This is a little exercise where I code the game of Tic Tac Toe in R and write an AI that can play the game

Primary LanguageR

tic_tac_toe_AI

This is a little exercise where I code the game of Tic Tac Toe in R and write an AI that can play the game.

  1. Build the game mechanics
  2. Generate a dataset to train the AI
  3. Build a deep neural network that can evaluate a board position
  4. Implement a function that chooses the best next move