gary-butler / NEATLinks
python from scratch implementation of Neuroevolution of Augmenting Topologies
☆10Updated 4 years ago
Alternatives and similar repositories for NEAT
Users that are interested in NEAT are comparing it to the libraries listed below
Sorting:
- Genetic learning algorithm implementation for simulations, games, or general machine learning problems☆49Updated 3 years ago
- NEAT implementation in Python☆12Updated 7 years ago
- A pytorch implementation of the NEAT (NeuroEvolution of Augmenting Topologies) algorithm☆109Updated last year
- This program evolves an AI using the NEAT algorithm to play Super Mario Bros.☆105Updated 3 years ago
- Using the deep reinforcement learning algorithm A3C to train my agent to play the Atari game Breakout!☆32Updated 6 years ago
- Open source collection of Reinforcement Learning Environments.☆76Updated 2 years ago
- TensorFlow Eager implementation of NEAT and Adaptive HyperNEAT☆120Updated last year
- Keras implementation of DQN for the MsPacman-v0 OpenAI Gym environment.