XenotriX / SnakeGA

A genetic algorithm that learns how to play snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnakeGA

This is a basic implementation of a neural network I wrote as a school project. It uses a genetic algorithm to train the NN(which btw doesn't even have a hidden layer). It is certainly not optimal but it works :D

Contribution

If you want to make it better, I'll gladly accept your pull-request.

About

A genetic algorithm that learns how to play snake

License:MIT License


Languages

Language:Java 100.0%