Skip to content

Hthancder/Game-bot-Master-py311

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Game Bot

By Arda Mavi, FIX BY Hthancder

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

How does this work?

  • First: Run program and play any game for a little bit.
  • Second: Run program and watch the artificial intelligence play the game.

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?

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:

python train.py

Using TensorBoard:

tensorboard --logdir=Data/Checkpoints/logs

Important Notes:

  • Tested in Python version 3.11.x

  • Install necessary modules with pip install -r requirements.txt command.

WINDOWS Installation:

FIX :

add resume when creator dataset

fix some error

IDK ;)

About

fix version for python 3.11

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors