Play human vs CPUΒΆ

To play a game against a CPU simply run the following command:

ttt-human-vs-cpu \
--cpu_weights_path <path from where to load weights | str> \
--cpu_mode <random or best | str>

Example:

ttt-human-vs-cpu \
--cpu_weights_path /home/sbugallo/Documents/weights.json \
--cpu_mode best