An open API service indexing awesome lists of open source software.

https://github.com/ramantehlan/genetic-tetris-ai

An implementation of Genetic Algorithms to create AI to play Tetris. :alien:
https://github.com/ramantehlan/genetic-tetris-ai

Last synced: 3 months ago
JSON representation

An implementation of Genetic Algorithms to create AI to play Tetris. :alien:

Awesome Lists containing this project

README

        

**`Under Progress`**

# Genetic-Tetris-Ai
An implementation of Genetic Algorithms to create evolving/mutating AI to play Tetris.

# Contribution
Feel free to add your own features or improve any current feature, any kind of help is appreciated!

# License
GNU General Public License v3.0

# References
[Idrees Hassan - TetNet](https://github.com/IdreesInc/TetNet)

[Evolutionary Algorithms](https://www.youtube.com/watch?v=L--IxUH4fac)

[Coding a Tetris AI using a Genetic Algorithm](https://luckytoilet.wordpress.com/2011/05/27/coding-a-tetris-ai-using-a-genetic-algorithm/)

[Tetris AI – The (Near) Perfect Bot](https://codemyroad.wordpress.com/2013/04/14/tetris-ai-the-near-perfect-player/)

[Evolutionary AI for Tetris](http://www.cs.uml.edu/ecg/uploads/AIfall10/eshahar_rwest_GATetris.pdf)

[Playing Tetris with Genetic Algorithms](http://cs229.stanford.edu/proj2015/238_poster.pdf)