/HyperNEAT

The original implementation of HyperNEAT in C++

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This is a fork of Jason Gauci's HyperNEAT repo. Specifically it is intended to apply HyperNEAT to the problem of playing general Atari games.

INSTALLATION:

There is a build script included which gives a rough sense of the build process. The individual components built by this script will require user input for cmake options. I believe all the defaults are configured correctly so the user can simply press ENTER through all the options.

REQUIREMENTS:

1) Several libraries are required including: SDL, SDL graphics, SDL image, boost, boost thread, boost serialization, boost system, and boost filesystem.

2) ROM files for the games are not provided due to copyright issues. Check Atari enthusiast websites.