GitHunt
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

  1. install dependences from dependences.txt
  2. download chromedriver based on your os and chrome version from offical website and put file in "src" folder
  3. Go to ./src/ai/learn.py and edit executable)path parameter in line 26 to your chromedriver filename
  4. if you want you can edit config file
  5. 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)

Languages

Python100.0%

Contributors

Created January 31, 2022
Updated January 31, 2022
ruslan-ilesik/Chrome-dino-NEAT-ai | GitHunt