Skip to content
Lance Goodridge edited this page Jun 4, 2018 · 4 revisions

Welcome to the Asteroids AI wiki!

What is this project?

The goal of this project is to build and experiment with Neural Network artificial intelligences. We will be focusing on implementations that use neuroevolution as their learning mechanism, such as Genetic Algorithms and NEAT. To make things more interesting, we decided to evaluate the AIs by having them learn to play a remake of the classic arcade game, Asteroids. The goal is to implement these networks from scratch and make them fully configurable, in order to better understand how they function. Hopefully, we will document the project well enough so others can benefit from what we learn as well.

Where is the source code?

Right here.

What have you found / what are you working on?

Check out the Research Logs!

Where can I learn more?

See Resources.

Clone this wiki locally