项目作者: DominikLindorfer

项目描述 :
Exploration of the NEAT AI Framework playing Flappy-Bird
高级语言: Python
项目地址: git://github.com/DominikLindorfer/Machine-Learning-NEAT.git
创建时间: 2020-10-16T10:19:51Z
项目社区:https://github.com/DominikLindorfer/Machine-Learning-NEAT

开源协议:

下载


Exploring NEAT

This repository documents my exploration with the NEAT AI (NeuroEvolution of Augmented Topologies) by playing the game flappy bird, using the python NEAT module. The original fork has been from “TechWithTim”‘s repository.

Stanley’s seminal Paper Evolving Neural Networks through Augmenting Topologies (2002) serves as a very good starting point to get familiar with the methodolgy of NEAT and the documentation of NEAT-Python can be found here.