Metadata-Version: 2.1
Name: rlds
Version: 0.1.8
Summary: A Python library for Reinforcement Learning Datasets.
Author: Google Research
License: Apache License, Version 2.0
Keywords: reinforcement-learning python machine learning datasets
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: absl-py
Requires-Dist: numpy
Provides-Extra: tensorflow
Requires-Dist: tensorflow ; extra == 'tensorflow'
Requires-Dist: tensorflow-datasets ; extra == 'tensorflow'
Requires-Dist: dm-reverb ; extra == 'tensorflow'

RLDS is a library to manipulate datasets with episodic
structure. When data is loaded as a dataset of episodes containing nested
datasets of steps, RLDS provides utils to manipulate them and makes it easier
to perform transformations that are common in RL, Apprenticeship Learning or
other algorithms that learn from experience

For more information see [github repository](http://github.com/google-research/rlds).
