Metadata-Version: 2.1
Name: Qlearners
Version: 0.13.1
Summary: A package for Q learning (and friends)
Home-page: https://github.com/danelliottster/Qlearners
Author: D.L. Elliott
Author-email: danelliottster@gmail.com
License: UNKNOWN
Description: # Overview
        
        # Q-learning algorithms
        
        # Recipies
        
        ## Carpole
        
        An inverted pendulum on a cart initially developed by Chuck Anderson (chuck.anderson@colostate.edu).
        
        Solutions currently implemented using SCG, SGD (does not solve), and Adam (also not solved).
        
        # Other stuff:
        
        ## How to create package
        
        <source >
        
        python3 setup.py sdist bdist_wheel
        
        python3 -m twine upload dist/*
        
        </source>
        
        # To create a private release
        
        <code>
           $ python3 setup.py sdist bdist_wheel
        </code>
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.5
Description-Content-Type: text/markdown
