Skip to content

Small simulation of getting the best dino height in the environment, if the dino is too short it dies and if it requires too much food it dies.

Notifications You must be signed in to change notification settings

CaptPyrite/Dino-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Dino-simulator

Small simulation of getting the best dino height in the environment, if the dino is too short it dies and if it requires too much food it dies.

install repository and run Simulation.py

Diagram

graph TD
    A[Creating random agents with random genes] --> B(Putting the agents in the envoriment)
    G[Breed agents] --> B
    B --> C{Agent survival}
    C -->|Choice One| D[Kill agent] --> A
    C -->|Choice Two| E[Keep agent] --> G
    C -->|Choice Three| F[Mutate agent] --> G
Loading
  • Choice 1 = Agent doesn't have the required genomes to survive the simulation/environment
  • Choice 2 = Agent barely has the required genomes to survive the simulation/environment
  • Choice 3 = Agent fits in great for the required genomes to survive the simulation/environment

About

Small simulation of getting the best dino height in the environment, if the dino is too short it dies and if it requires too much food it dies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages