- Keras
- pygame
- scikit-image
- h5py
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".
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".