#26 · Primary category: Game AI & Behavior Trees

Game-Bot

artificial-intelligence deep-learning keras tensorflow

Artificial intelligence learn playing any game with watching you.

Project last updated:05/27/23

GitHub Stars

556

Forks

150

Contributors

3

License

Apache-2.0

Why we included this project

Instead of hand-coding rules, this project records how you play a game and trains a deep learning model to copy your moves. The bot learns from your keyboard and mouse input, so it ends up playing the way you do. The whole pipeline, from dataset capture to model training to inference, fits in a few readable Python scripts, which makes it a handy reference for anyone curious about imitation learning or behavioral cloning. It's best treated as a learning tool and prototype rather than a production-ready game bot, but for understanding how observation-based game AI works, the structure is easy to follow and extend.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category