Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How ready is this repo? #4

Open
SheldonCurtiss opened this issue Sep 28, 2021 · 2 comments
Open

How ready is this repo? #4

SheldonCurtiss opened this issue Sep 28, 2021 · 2 comments

Comments

@SheldonCurtiss
Copy link

I'm having some good results with it so far.
I enabled self.mutate() in neat.py.

I also plan to drill into attempt to get this to utilize cuda/gpu.

@SheldonCurtiss
Copy link
Author

I'd love to connect on discord or something!

@ju-leon
Copy link
Owner

ju-leon commented Oct 3, 2021

Hi, this repo still needs a lot of debugging. I just added "test.py" so you can test it yourself. However many parts are not yet tested or still need work.

CUDA/Parallelisation is definitely on my list for the future. However in it's current state, the C++ backbone is not ready to be parallelised easily. Due to the continously changing architecture of the network, the bottleneck is copying this architecture to the GPU. Until there's a solution to this problem, i don't think the use of the GPU will drastically improve performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants