Unbeatable tic tac toe python CLI game using reinforcement machine learning
- Clone this repository to your system.
- Install python3 on your system.
- Open the terminal in the directory which contains the
main.py
file. - Run the following command in the terminal:
python3 main.py
You might need special user privelleges (E.g. sudo python3 main.py
on Ubuntu) to run the command.