Metadata-Version: 2.1
Name: Ki
Version: 0.2
Summary: Reinforcment Learning Inspired by Earth
Home-page: https://github.com/hephyrius/ki
Author: Harnick Khera
Author-email: harnickk@gmail.com
License: GPL-3.0-only
Download-URL: https://github.com/hephyrius/ki/tarball/0.2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: tests
Requires-Dist: numpy (>=1.9.1)
Provides-Extra: tests
Requires-Dist: pandas; extra == 'tests'


Ki is an experimental and hobbyist library that allows for
Novel Heuristic-Machine Learning combinations to be used in a range of
Supervised and Reinforcement Learning Scenarios.
It is built from the ground up, Making use of only Numpy in its Core Code.

Ki is compatible with Python 3+
and is distributed under the Eclipse Public License 2.0.


