CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.4k stars 488 forks source link

Deployed version 0.93 on Pypi #276

Open qwertyuu opened 8 months ago

qwertyuu commented 8 months ago

Hello to YOU, fellow NEATER!

As I was seeking desperately to use NEAT in python, I stumbled upon this repository.

I saw that, even though there were about 6 years worth of work since the last 0.92 release, nothing had been published on pypi at all since then.

So being the impatient that I am, I went ahead and cloned the project, ran some magic on setup.py and tada! Now, there's an unofficial version/copy that is usable using pip for the current, most up to date neat-python code.

https://pypi.org/project/neat-python-2023/0.93/

You can install using pip install neat-python-2023==0.93

have fun! and viva la open source! Now we can run the basic XOR example, using visualisations, successfully!

Note: This was published on november 6th 2023, 23h35 EST, up to commit 37bc8bb on master. I don't mind removing/deleting this dependency when neat-python comes back from the dead