RU
ruslan-ilesik/Chrome-dino-NEAT-ai
AI to play chrome dino game wrote on python, based on NEAT alghoritm
Chrome-dino-NEAT-ai
AI to play chrome dino game wrote on python, based on NEAT alghoritm
yotube video: https://youtu.be/pXsqaGeuyKE
- install dependences from dependences.txt
- download chromedriver based on your os and chrome version from offical website and put file in "src" folder
- Go to ./src/ai/learn.py and edit executable)path parameter in line 26 to your chromedriver filename
- if you want you can edit config file
- start an ai
There is an auto saving alghoritm which save population every 50 generations. You can get winner running only one generation. To replay winner use replay_genome (commented line in main.py)