flappy-bird

Dependencies:

  • Keras
  • pygame
  • scikit-image
  • h5py

How to Run?

CPU only

python qlearn.py -m "Run"

GPU version (Theano)

THEANO_FLAGS=device=gpu,floatX=float32,lib.cnmem=0.2 python qlearn.py -m "Run"

Train

Everything as before, the argument is "Train" instead of "Run".