All Questions
Tagged with genetic-algorithm machine-learning
2 questions
2
votes
1
answer
2k
views
Simple Genetic Algorithm in Python
For past few months I was trying to understand genetic algorithms (GA) and most of the materials availble in the web was not always easy for me. Then I came across this article written by Ahmed Gad ...
8
votes
1
answer
2k
views
Genetic algorithm for playing Tetris
Readme.md
Tetris
In my quest to building a Tetris game, where you can challenge an AI, I have created and trained an AI that plays Tetris all by himself. Github link I think the easiest way to run ...