Metadata-Version: 1.1
Name: rlpy
Version: 1.3.6
Summary: Value-Function-Based Reinforcement-Learning Library for Education and Research
Home-page: http://acl.mit.edu/rlpy/
Author: Christoph Dann
Author-email: cdann@cdann.de
License: BSD 3-clause
Description: .. -*- mode: rst -*-
        
        |Travis|_
        
        .. |Travis| image:: https://api.travis-ci.org/rlpy/rlpy.png?branch=master
        .. _Travis: https://travis-ci.org/rlpy/rlpy
        
        RLPy - Reinforment Learning Framework
        ======================================
        
        RLPy is a framework to conduct sequential decision making experiments. The
        current focus of this project lies on value-function-based reinforcement
        learning. The project is distributed under the 3-Clause BSD License.
        
        Important Links
        ===============
        
        - Official source code repository: http://github.com/rlpy/rlpy
        - Bitbucket mirror: http://bitbucket.org/rlpy/rlpy
        - Documentation: http://rlpy.readthedocs.org
        - Issue tracker: https://github.com/rlpy/rlpy/issues
        
        Install
        =======
        
        Installation instructions can be found at http://rlpy.readthedocs.org/en/latest/install.html
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
