A place to put all my random projects and tools for ai/ml/rl stuff
This project is designed as an installable python module so that you can easily use some of the built in tools.
pip install -U git+git://github.com/frenchie4111/dumbrain.git
from dumbrain.lib.download import downloadAndUnzip
downloadAndUnzip( 'http://aiml.mikelyons.org/datasets/sonic/Sonic%20Roms.zip', 'data/roms/' )