You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: