Metadata-Version: 2.0
Name: pyqlearning
Version: 1.0.2
Summary: pyqlearning is Python library to implement Reinforcement Learning, especially for Q-Learning.
Home-page: https://github.com/chimera0/accel-brain-code/tree/master/Reinforcement-Learning
Author: chimera0
Author-email: ai-brain-lab@accel-brain.com
License: GPL2
Description-Content-Type: UNKNOWN
Keywords: Q-Learning Deep Q-Network DQN DBM Reinforcement Learning Boltzmann
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: Robot Framework
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Requires-Dist: numpy

Considering many variable parts and functional extensions in the Q-learning paradigm, I implemented these Python Scripts for demonstrations of commonality/variability analysis in order to design the models.


