Luecx / NEATLinks
☆26Updated 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☆52Updated 3 years ago
- Implementation of a neural network with a genetic algorithm to solve Ms. PacMan.☆34Updated 7 years ago
- ☆19Updated 9 years ago
- ☆119Updated 2 years ago
- Python implementation of the NEAT neuroevolution algorithm☆1,529Updated last month
- NEAT implementation in Python☆12Updated 7 years ago
- I created a neat template to easily add neat to a game and this is it☆129Updated 5 years ago
- This program evolves an AI using the NEAT algorithm to play Super Mario Bros.☆105Updated 3 years ago
- This is mainly for me, but if anyone wishes to use it then go ahead.☆81Updated 7 years ago
- ☆250Updated 3 years ago
- snake game AI in python☆44Updated 7 years ago
- TensorFlow Eager implementation of NEAT and Adaptive HyperNEAT☆122Updated 2 years ago
- ☆92Updated 5 years ago
- 🧠 NEAT algorithm applied to Chrome Dinosaur game in Python.☆44Updated last year
- Here is the code for my genetic algorithm tutorial☆186Updated 6 years ago
- Hands-on Neuroevolution with Python, Published by Packt☆82Updated last year
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆230Updated 2 years ago
- NEAT for Reinforcement Learning on the OpenAI Gym☆27Updated 3 years ago
- Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic☆130Updated 6 years ago
- A pytorch implementation of the NEAT (NeuroEvolution of Augmenting Topologies) algorithm☆114Updated last year
- I built the pacman game without the ai for pacman☆203Updated 7 years ago
- Java program that uses a genetic algorithm to train snakes: https://www.youtube.com/watch?v=BBLJFYr7zB8☆129Updated 6 years ago
- Poker: A Simple Poker GUI in Python☆19Updated 3 years ago
- Teaching a machine to play tic-tac-toe☆59Updated 2 months ago
- Modular Multiobjective (Hyper) Neuro-Evolution of Augmenting Topologies + MAP-Elites: Java code for evolving intelligent agents in Ms. Pa…