A repo for the NC course
The report may be found here
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.
The commands that should be ran for replicating the results are:
python3 main_dqn_features.py --train --n-games 500
python3 neat_flappy_custom.py
python3 xor_python.py