Metadata-Version: 2.1
Name: kgym
Version: 0.0.1
Summary: Implementations for the OpenAI Gym of Kaggle Environments
Home-page: https://github.com/sebimarkgraf/kgym
Author: Sebastian Markgraf
Author-email: sebastian-markgraf@t-online.de
License: Apache Software License 2.0
Keywords: kgym
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: numpy (>=1.0.0)
Requires-Dist: gym (>=0.17.0)
Requires-Dist: kaggle-environments (>=1.0.11)

====
kgym
====


.. image:: https://img.shields.io/pypi/v/kgym.svg
        :target: https://pypi.python.org/pypi/kgym

.. image:: https://img.shields.io/travis/sebimarkgraf/kgym.svg
        :target: https://travis-ci.com/sebimarkgraf/kgym

.. image:: https://readthedocs.org/projects/kgym/badge/?version=latest
        :target: https://kgym.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Implementations for the OpenAI Gym of Kaggle Environments


* Free software: Apache Software License 2.0
* Documentation: https://kgym.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2020-07-01)
------------------

* First release on PyPI.


