Skip to content

Units from famous game rock-scissors-paper trying to survive using NEAT algorithm. (All 3 kind using the same network)

Notifications You must be signed in to change notification settings

karamimamali/NEAT-Rock-Scissors-Paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAT-Rock-Scissors-Paper

Units from famous game Rock-Scissors-Paper trying to survive using NEAT genetic algoritm.

All 3 kind of units using same neural network. This algoritm uses genomes and evolve them over time by their fitness. Read more about it from: https://neat-python.readthedocs.io/en/latest/neat_overview.html While using this code you can change the fitness amount in code in order to get different results. For example punishing genomes when they stay still or increase their fitnesses when they are move or do particular things.

How to install this app

  • Simply clone this project by - git clone https://github.com/karamimamali/NEAT-Rock-Scissors-Paper.git
  • Donwload requirement.txt by - pip install -r requirements.txt
  • Run - pyhton main.py or py main.py

About

Units from famous game rock-scissors-paper trying to survive using NEAT algorithm. (All 3 kind using the same network)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published