/rockets

Rockets learn to hit a target using genetic algorithms

Primary LanguageTypeScript

Rockets

This is a very basic example of a GA evolving to hit a target. It starts out with 500 rockets each with 250 genes (vectors) of DNA.

Demo: https://sergei202.com/rockets/

Run

  • npm install
  • npm start