AlexDev

Join the Gang Gang and have the latest AI and Tech content.

Home page View on GitHub

Walker AI

Posted on 11 October 2023.
python linux reinforcement learning

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

Conclusion