MLP framework and DDQN framework for OpenAI's gym game environments. - written in numpy
Take a look at the Examples in the Documentation.
The mlp_framework.py shouble able to run on nearly anything that can interpret python3 (and numpy).
The ddqn_framework.py additionally uses OpenAI's gym
Download the repo and run the jupyter notebook.