Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 365 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 365 Bytes

GeneticAlgorithms

Part 1

Automating The Chrome Dino Game using Neural Networks and Tensorflow.js

  • To Run clone this repo and follow the commands
  cd part1
  npm install
  npm start

Part 2

Automating The Chrome Dino Game using Genetic Algorithms

  • To Run clone this repo and follow the commands
  cd part2
  npm install
  npm start