Skip to content

Game-bot for various games developed using NeuroEvolution of Augmenting Topologies

Notifications You must be signed in to change notification settings

AKIRA85/NEAT-Game-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAT-Game-bot

Game-bot for various games developed using NeuroEvolution of Augmenting Topologies

The main idea of the NEAT approach is mentioned in the paper https://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf. It mentions the NEAT approach in detail and how it is better than the existing neural evolution approaches. We have used the python library for NEAT. The documentation of the library is provided at : https://neat.readthedocs.io/en/latest/

The code for Pong: https://www.intelligence.tuc.gr/~robots/ARCHIVE/2010w/projects/Mpampalis/pong.py

The code for Atari Breakout : https://programarcadegames.com/python_examples/show_file.php?file=breakout_simple.py

The code for 2048 : https://github.com/lewisjdeane/2048-Game/blob/master/2048.py

About

Game-bot for various games developed using NeuroEvolution of Augmenting Topologies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages