Metadata-Version: 1.2
Name: pyneat
Version: 1.0.0b1
Summary: An implementation of Kenneth O. Stanley's NeuroEvolution of Augmenting Topologies
Home-page: https://gitlab.com/NeatJumper/Neat
Author: Yui Yukihira
Author-email: yui.yukihira42@gmail.com
License: MIT
Download-URL: https://gitlab.com/NeatJumper/Neat/repository/1.0.0-beta1/archive.tar.gz
Description: PyNeat
        ======
        
        .. _tensorflow: https://www.tensorflow.org/
        
        An implementation of Kenneth O. Stanley's NEAT algorithm using tensorflow_ for the back end.
        
        Installation
        ------------
        
        .. code:: sh
        
          pip install -U pyneat
        
        
        Usage Example
        -------------
        
        .. literalinclude:: pyneat/examples/pole.py
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6.4
