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
{{ message }}
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
Yo Daniel! I tried to run the steering and flappy bird examples with provided URLs in README description, but they seem to be missing your library somehow.
I had the same problem, it is best to serve it via some server thingy from the root of the project, otherwise the ../../ imports won't work. Try something like
python -m SimpleHTTPServer 1234
From the root of the project.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Yo Daniel! I tried to run the steering and flappy bird examples with provided URLs in README description, but they seem to be missing your library somehow.
https://shiffman.github.io/Neural-Network-p5/examples/neuro-evolution/flappy/
So yeah, not super important to fix, but just would be nice so I can show my friends!
The text was updated successfully, but these errors were encountered: