seallard / walker

NEAT
MIT License
0 stars 0 forks source link

Maze experiment #72

Closed seallard closed 3 years ago

seallard commented 3 years ago

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.

seallard commented 3 years ago

This article uses a library called Jyro.

seallard commented 3 years ago

Found some sample code