Forked from https://github.com/MJeremy2017/reinforcement-learning-implementation/blob/master/TicTacToe/ticTacToe.py
Install dependencies
python -m pip install -r requirements.txtTrain the AI agent
python -m tictactoe trainPlay against the AI agent
python -m tictactoe play