Skip to content

An agent for chrome://dino game using genetic algorithm

Notifications You must be signed in to change notification settings

athulp01/chrome-dino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self learning dino !!

Watch this dino learn how to survive through a genetic algorithm at the backend. The GA is supported by a neural network for representing the genomes. NN outputs the probability for jump,duck,and to do nothing. it takes distance to the nearest obstacle, speed of the tRex, and the height of the obstacle as the inputs.

screenshot

Installation instructions

  1. Clone the repository.
  2. Run python3 -r requirments.txt
  3. Download and install chrome driver
  4. Run python3 main.py

RELAX AND WATCH THE DINO LEARN

Releases

No releases published

Packages

No packages published

Languages