CodeReclaimers / neat-python

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

Running two nets at one #162

Open niallmandal opened 5 years ago

niallmandal commented 5 years ago

I would like to try run 2 instances of NEAT on the same frame in an Emulator. From my experience, you can only call the run function per population on one observation. My attempts to call 2 different instances of run on the same observation have been fruitless. any help?