I'm working on writing a new genetic algorithm to evolve sodaracers, but the first step is, of course, getting a random inital population. Right now I'm just generating random models and testing them one by one. Most of them are of course awful, some actually manage to finish, but then there are others that look decent when I load them in the constructor application and they can run fine in there. However once I load them into the actual racer they go for awhile and then collapse into themselves. The gravity is listed as contender for the race so I'm not sure exactly what was causing this. I'm still new to sodarace so I was hoping you guys, with far more knowledge than me, could let me know if this is the model's fault or if there's something I'm missing.
Thanks, David
|