Game Bot
1.0.0
Artificial intelligence that learns to play any game by watching you.
When you run the training program, the program listens for your keyboard and mouse moving, then it saves those movements.
Artificial intelligence learn: When I push any button?
And when you run the program, it plays the game just like you!
With deep learning.
Deep Learning is a subfield of machine learning with neural networks inspired by the structure of the brains artificial neural networks.
python3 ai.py
command in terminal.python3 create_dataset.py
command in terminal.create_dataset
program with Cntrl-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.
pip3 install -r requirements.txt