Mazes seems to be the default problem for testing combinations of fitness and novelty search. The advantage is that it lets you create problems with different degrees of deceptiveness. There is a library called MASON which seems to be useful, but its written in Java.
Might be possible to use anyway.
Or maybe convert the maze code to an API and make calls to it instead.
Mazes seems to be the default problem for testing combinations of fitness and novelty search. The advantage is that it lets you create problems with different degrees of deceptiveness. There is a library called MASON which seems to be useful, but its written in Java.
Might be possible to use anyway. Or maybe convert the maze code to an API and make calls to it instead.