Metadata-Version: 2.1
Name: small-rl-envs
Version: 0.2.0
Summary: Small reinforcement learning environments
Home-page: https://github.com/MillionIntegrals/small-rl-envs
Author: Jerry Tworek
Author-email: jerry@millionintegrals.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: numpy
Requires-Dist: gym
Requires-Dist: numba
Provides-Extra: dev
Requires-Dist: nose; extra == 'dev'


Collection of simple OpenAI gym environments to train and test your reinforcement learning algorithms


