KimHae / chrome_dinosor_jumping

Chrome Dinosor Jumping Game with GA,AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic Dino

result.gif

  • Used neural networks for generating genomes. (input - 2 hidden layers - output, with tanh activations)
  • Input values are distance from Dino to nearest obstacle and top of the nearest obstacle
  • Thanks to Shivam Shekhar for sharing T-Rex Rush

Dependencies

  • Python 3+
  • pygame
  • numpy
  • matplotlib (for ploting)

Run

python game.py

About

Chrome Dinosor Jumping Game with GA,AI


Languages

Language:Python 100.0%