Metadata-Version: 2.1
Name: rlgraph
Version: 0.5.3
Summary: A Framework for Modular Deep Reinforcement Learning
Home-page: https://rlgraph.org
Author: The RLgraph development team
Author-email: rlgraph@rlgraph.org
License: Apache 2.0
Description: 
        RLgraph is a framework to quickly prototype, define and execute reinforcement learning
        algorithms both in research and practice. RLgraph supports both
        TensorFlow (or static graphs in general) and Pytorch (eager/define-by run execution) through
        a single component based interface. An introductory blogpost can be found here: 
        https://rlgraph.github.io/rlgraph/2019/01/04/introducing-rlgraph.html
        
Platform: UNKNOWN
Provides-Extra: tf
Provides-Extra: tf-gpu
Provides-Extra: horovod
Provides-Extra: pytorch
Provides-Extra: mlagents_env
Provides-Extra: ray
Provides-Extra: pygame
Provides-Extra: gym
