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

Add example game #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add example game #5

wants to merge 1 commit into from

Conversation

0T34
Copy link

@0T34 0T34 commented Mar 13, 2022

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.

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

Successfully merging this pull request may close these issues.

None yet

1 participant