#26 · Primary category: Game AI & Behavior Trees
Game-Bot
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
recastnavigation
Industry-standard navigation-mesh toolset for games
mage
XMage - Magic Another Game Engine
lc0
Open source neural network chess engine with GPU acceleration and broad hardware support.
beehave
🐝 behavior tree AI for Godot Engine
forge
An unofficial rules engine for the world's greatest card game.