Metadata-Version: 1.2
Name: kgym
Version: 0.0.2
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
Description: ====
        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.org/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
        --------
        
        Implementations for the following environments
        
        +-------------+------------+------------+
        | Environment | Identifier | Done       |
        +=============+============+============+
        | ConnectX    | connectx   | X          |
        +-------------+------------+------------+
        | Tic Tac Toe | tictactoe  |            |
        +-------------+------------+------------+
        | Identity    | identity   |            |
        +-------------+------------+------------+
        
        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.2 (2020-07-02)
        ------------------
        
        * Fix opponent always fixed to 'negamax'.
        * Introduce first test.
        * Fix travis built.
        
        0.0.1 (2020-07-01)
        ------------------
        
        * Add ConnectorX to available environments.
        * First release on PyPI.
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
