Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi sir, I'm really interested in your HyperNEAT expansion, I'm trying to better understand the algorithm in general so I wrote a game to compare the speed and learning curve of DeepHyperNEAT.
As I don't know all the details of DeepHyperNEAT I couldn't find the most optimal parameters and I think that with a little more work the learning curve could be greatly improved.
One of the problems I encountered is that when the directories were moved in the commit c1707cf the examples could no longer be executed because the imports were not found, which I solved with:
import sys
sys.path.append("..")
but, this makes it impossible for us to save the images of the neural network, since we change the execution directory.
I would like to know if by any chance you have Discord, Telegram or some way to contact you, because I am really interested in cleaning and optimizing the code and then rewriting it in C with multithreading, in order to have a version for production.
With nothing more to add, thank you very much for your contribution and I look forward to your response.