Metadata-Version: 2.1
Name: gym_sapientino
Version: 0.1.0
Summary: Gym Sapientino environment using Pygame
Home-page: https://github.com/whitemech/gym-sapientino.git
Author: Marco Favorito, Luca Iocchi
License: Apache License 2.0
Description: # gym-sapientino
        
        [![PyPI](https://img.shields.io/pypi/v/gym_sapientino)](https://pypi.org/project/gym_sapientino/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gym_sapientino)
        [![](https://img.shields.io/pypi/l/aea)](https://github.com/whitemech/gym-sapientino/blob/master/LICENSE)
        ![PyPI - Downloads](https://img.shields.io/pypi/dm/gym_sapientino)
        ![CI](https://github.com/whitemech/gym-sapientino/workflows/CI/badge.svg)
        [![codecov](https://codecov.io/gh/whitemech/gym-sapientino/branch/master/graph/badge.svg)](https://codecov.io/gh/whitemech/gym-sapientino)
        
        
        Gym Sapientino environment using Pygame.
        
        ## Install
        
        Install with `pip`:
        
            pip install gym_sapientino
            
        Or, install from source:
        
            git clone https://github.com/whitemech/gym-sapientino.git
            cd gym-sapientino
            pip install .
        
        ## Development
        
        - clone the repo:
        ```bash
        git clone https://github.com/whitemech/gym-sapientino.git
        cd gym-sapientino
        ```
            
        - Create/activate the virtual environment:
        ```bash
        pipenv shell --python=python3.7
        ```
        
        - Install development dependencies:
        ```bash
        pipenv install --dev
        ```
            
        ## Tests
        
        Run the tests with `tox`:
        ```bash
        tox
        ```
        
        ## Credits
        
        The code is largely inspired by [RLGames](https://github.com/iocchi/RLGames.git)
        
        
Keywords: environment,agent,rl,openaigym,openai-gym,gym,sapientino
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
