Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 559 Bytes

DINO-NEAT

Google Chrome-like game with artificial inteligence with help of NEAT

To run the programm you'll need pygame and neat (and other common libraries)

Feel free to mess with the config file and see how it affects the behaviour of the Dino :) (Note that it's not perfect yet, but he's trying his best, I swear!)

Ps.: Runs on linux, not tested on windows...

If you're interested in how NEAT works check out this paper:

http://nn.cs.utexas.edu/downloads/papers/stanley.cec02.pdf

or their website ;)

https://neat-python.readthedocs.io/en/latest/