Talendar / qdeep

Simple Deep Q Learning framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Q Learning Framework

Simple Deep Q Learning framework. This is just a slightly modified version of DeepMind Acme's implementation of a deep Q network, with a few extra utilities. I built this package in order to facilitate the use (and visualization) of Deep Q Learning in my projects. If you're looking for something robust, it's probably best to use Acme.

To install QDeep, use the following command:

$ pip install qdeep

About

Simple Deep Q Learning framework.

License:MIT License


Languages

Language:Python 98.9%Language:Makefile 1.1%