Code-Bullet / SnakeFusion

Using the genetic algorithm and neural networks I trained up 5 snakes who will then fuse to become the ultimate snake, this is how I did it
790 stars 215 forks source link

NullPointerException - snakedStores.csv #8

Open hermitagup opened 5 years ago

hermitagup commented 5 years ago

HI, After end of 1st run get an error

"data/snakesStored.csv does not exist or could not be read NullPointerException"

in World.pde:line 129 TableRow tr = t.getRow(0);

folder and file is present

using:Processing 3.5.3