mg10011
mg10011
I get the following error anytime I write a message on any Keybase chat: `This message failed to send. Cancel or Retry.` I have tried everything and there seems to...
Matt, I am still fiddling around with your model, and I have a few questions for you if you could be so nice as to clarify. 1. One thing I...
The HyperNEAT class has a bug I think. The setup() method reads as follows: `class HyperNEAT(BaseAlgorithm): def __init__( self.pop_size = neat.pop_size def setup(self, state=State()): state = self.neat.setup(state) state = self.substrate.setup(state)...