/qlearner

Primary LanguagePython

#Q Learner in Python A simple, clean, readable implementation of a standard Q-Learner in Python 3. Designed to be used in future research when I need a clean Q-Learner implementation, or to create variations of discrete Q-Learning.

##Structure