Metadata-Version: 1.1
Name: rltools
Version: 0.1.0
Summary: Collection of domains, learners, strategies, and other tools related to reinforcement learning.
Home-page: https://github.com/omtinez/rltools
Author: Oscar Martinez
Author-email: omtinez@gmail.com
License: MIT
Description: ===============================
        Reinforcement Learning Tools
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/rltools.svg
                :target: https://pypi.python.org/pypi/rltools
        
        .. image:: https://img.shields.io/travis/omtinez/rltools.svg
                :target: https://travis-ci.org/omtinez/rltools
        
        .. image:: https://readthedocs.org/projects/rltools/badge/?version=latest
                :target: http://rltools.readthedocs.org/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Collection of domains, learners, strategies, and other tools related to reinforcement learning.
        
        * Free software: MIT license
        * Documentation: https://rltools.readthedocs.org.
         
        
        =======
        History
        =======
        
        0.1.0 (2016-06-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: rltools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
