Play Tic-Tac-Toe against an agent trained with reinforced learning
Note: I have not spent much time reading about the best practices and conventions in Python. Please keep this in mind if you plan to use this an example.
pip install -r requirements.txt
python runner.py
pytest