Joostb / hyperneat

A repo for the NC course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%