neat-python
neat-python copied to clipboard
How to use the best result for execution?
My programme completed the learning part and I want to use the winner for execution. I did save checkpoints and output the winner network to a txt file. Other than converting the network into formulas manually, is there any method can do it easier?
You could save the genome object returned by population.run() using pickle.