Metadata-Version: 2.1
Name: Pavlov
Version: 0.1.3
Summary: A modular reinforcement learning pipeline with Keras
Home-page: https://github.com/ntaylorwss/pavlov
Author: Nash Taylor
Author-email: nashtaylor22@gmail.com
License: MIT
Download-URL: https://github.com/ntaylorwss/pavlov/archive/master.zip
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent


Pavlov is a modular, composable reinforcement learning API,
with models written in Keras with a Tensorflow backend.

Use Pavlov if you want a reinforcement learning library that:
    - Allows for easy and fast composition of various
      algorithms, exploration strategies, and state preprocessors
    - Allows for arbitrarily defined custom network architectures
    - Works with any environment that follows the OpenAI Gym interface
    - Comes with its own Docker image for both GPU and CPU usage

Pavlov is distributed under the MIT license.


