Skip to content

Joostb/hyperneat

Repository files navigation

HyperNEAT

A repo for the NC course

Report

The report may be found here

Installation

Required packages are numpy, pygame, Keras, Pillow and tqdm.

Pygame installation:

  • Unix
sudo python3 -m pip install -U pygame
  • Windows
python -m pip install -U pygame --user

If this does not work you have to compile from source.

Run Instructions

The commands that should be ran for replicating the results are:

DQN

python3 main_dqn_features.py --train --n-games 500

NEAT

python3 neat_flappy_custom.py

XOR

python3 xor_python.py

About

A repo for the NC course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages