Walker AI
About
Implement NEAT algorithm to solve the BipedalWalker environment from OpenAI gym. It uses the neat-python for the genetic evolution algorithm.
Usage
To evolve an agent you have to install the dependencies and then run the evolve script.
make install
make evolve