You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A generalization of Tic Tac Toe with arbitrary board dimensions. Currently working on model-based (Monte Carlo Tree Search) and model-free (Deep Q Learning) algorithms to learn optimal play in nd games.