- Open your desired game (If you have already trained the artificial intelligence).
- Run
python3 ai.py
command in terminal.
- Run
python3 create_dataset.py
command in terminal. - Play your desired game.
- Stop
create_dataset
program withCntrl-C
in terminal.
python3 train.py
tensorboard --logdir=Data/Checkpoints/logs
-
Tested in Python version 3.6.0
-
Install necessary modules with
sudo pip3 install -r requirements.txt
command.
- Install Python 3.6.0 : https://www.python.org/downloads/release/python-360/
- Run CMD and Input Command
pip3 install -r requirements.txt