CodeReclaimers / neat-python

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

RuntimeWarning: overflow encountered in double_scalars #170

Open D0HaTeJIJI0 opened 5 years ago

D0HaTeJIJI0 commented 5 years ago

The warning pops up after I run application and only in first generation. Start point: https://github.com/D0HaTeJIJI0/MarioAI/tree/master/script/NN/com/Feed-forward/__init__.py


Here is the screenshot of stack: image

arunavo4 commented 5 years ago

@D0HaTeJIJI0 I have the same Problem. Can anyone help with it?