ardamavi / Game-Bot

Artificial intelligence learn playing any game with watching you.
Apache License 2.0
442 stars 116 forks source link
artificial-intelligence deep-learning keras tensorflow

Game Bot

By Arda Mavi

Artificial intelligence that learns to play any game by watching you.

How does this work?

How does it work behind the scenes?

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!

But how does it learn?

Magic! (just joking)

With deep learning.
Deep Learning is a subfield of machine learning with neural networks inspired by the structure of the brains artificial neural networks.

Playing with Artificial Intelligence:

  1. Open your desired game (If you have already trained the artificial intelligence).
  2. Run python3 ai.py command in terminal.

Creating Training Dataset:

  1. Run python3 create_dataset.py command in terminal.
  2. Play your desired game.
  3. Stop create_dataset program with Cntrl-C in terminal.

Model Training:

python3 train.py

Using TensorBoard:

tensorboard --logdir=Data/Checkpoints/logs

Important Notes:

WINDOWS Installation:

This project is still being worked on ...