Metadata-Version: 2.1
Name: garl-gym
Version: 0.1.2
Summary: The environment for Reinforcement Learning with genetic algorithm
Home-page: https://github.com/junjungoal/garl_env
Author: junjungoal
Author-email: junyamada107@gmail.com
License: UNKNOWN
Project-URL: Funding, https://donate.pypi.org
Project-URL: Bug Reports, https://github.com/pypa/sampleproject/issues
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/junjungoal/garl_env
Description: # garl_gym
        
        ## Installation
        
        Clone the repository
        
        ```
        git clone git@github.com:junjungoal/garl_gym.git
        ```
        
        move to the main directory, and install required library
        
        ```
        cd garl_gym
        pip install -r requirements.txt pip install -e .
        `````
        
        Install the library
        
        ```
        python setup.py install
        `````
        
        ## Example
        The example code is in **test.ipynb**
        `
        
Keywords: sample setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
