CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.41k stars 490 forks source link

Not using multiprocessing or pass custom args to multiprocessing #216

Closed CSutter5 closed 3 years ago

CSutter5 commented 3 years ago

I am using a module to talk with a game to get game data. But it does not work with multiprocessing unless you give it an instance of the connection to the game. How would I be able to fix this?