Reinforcement Learning in Tic-Tac-Toe

Implemented a Tic-Tac-Toe game using the Q-Learning algorithm. The project can be found here. The main code implementation can be checked out in note-tac-toe.ipynb, while a trained agent can be challenged in tic-tac-toe.py.