/tictactoe-player

REST service that, given a tic-tac-toe board state and a strategy name, returns a move

Primary LanguageJava

tictactoe-player

REST service that, given a tic-tac-toe board state and a strategy name, returns a move

Its main purpose is to respond to Tic-Tac-Toe clients in conjunction with machine learning demonstrations.
Clients in this context are user interfaces, and reinforcement learning applications training their models by playing games.