mohsenph69 / Godot-Neural-Networks

Provide a fast way to create neural networks for game ai in godotengine
MIT License
70 stars 17 forks source link

Random Microsoft Visual C++ Runtime error #5

Open Gamemap opened 3 years ago

Gamemap commented 3 years ago

When I run the GNN, this error appears (sometimes at the beginning, sometimes after 10-40 generations)

gnn-runtime-error1

It refers to a file that was used during compilation (include\Eigen\src\Core\PlainObjectBase.h, Line: 285).

Does anyone know how to fix this?

Gamemap