Artificial intelligence learn playing any game with watching you.
- First: Run program and play any game little bit.
- Second: Run program and watch artificial intelligence's playing game.
When you run the training program, program start to listen your keyboard and mouse moving and save these.
Artificial intelligence learn: When I push any button?
And you run the artificial intelligence, It play your game 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.
- Open your want game (If artificial intelligence tarined).
- Run
python3 ai.py
command in terminal.
- Run
python3 create_dataset.py
command in terminal. - Play your want game.
- Stop
create_dataset
program withCntrl-C
in terminal.
python3 train.py
tensorboard --logdir=Data/Checkpoints/logs
-
Used Python Version: 3.6.0
-
Install necessary modules with
sudo pip3 install -r requirements.txt
command.