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
When passing these 3 arguments to the activate function it throws a runtime error. It seems like the package has changes this function to no longer support more then 2 inputs, because when I run this activate function with 2 arguments it runs but the bird immediately die.
When passing these 3 arguments to the activate function it throws a runtime error. It seems like the package has changes this function to no longer support more then 2 inputs, because when I run this activate function with 2 arguments it runs but the bird immediately die.
File "path/to/tensor/lib/python3.10/site-packages/neat/nn/feed_forward.py", line 14, in activate
raise RuntimeError("Expected {0:n} inputs, got {1:n}".format(len(self.input_nodes), len(inputs)))
RuntimeError: Expected 2 inputs, got 3
The text was updated successfully, but these errors were encountered: