Skip to content

JBezerra/Smart-Rockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Rockets

This project is a fun little demo of a genetic algorithm. A population of rockets attempt to find their way to a a target.

little rockets

Just put some obstacles, and watch the little rockets doing its job!

In that project, you can play with some rockets that want to get to the target, your job is put an obstacle and see them autoevolving finding its own path!

Try by yourself! - Game Link

How it works?

The rockets will learn how to get to the target point autoenvolving. In short, in that genetic algorithm, we create a generation of rockets that moves randomly. After that, we filter the best ones and create anothers ones based in the moviments of the bests.

For best explanations see another Genetic Algorithm here where I give best explanations of how and why use G.A!

Another G.A here in the Shakespeare and Monkey Problem.

Any question? josebezerraneto@outlook.com

About

This project is a fun little demo of a genetic algorithm. A population of rockets attempt to find their way to a a target.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published