Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Implementation of Fuzzy State Machine (FuSM) in ActionScript 3.0 for creating game AI/bot/agent.

It's a state machine that can run several states at the same time.
Unlike FSM, because of the machine can run more than one states at the same time, FuSM doesn't have any transition.
A state in FuSM use a Degree of Activation or DOA, a value thats hold the degree of state activation. 
DOA value is a Number between 0.0 and 1.0. 0.0 if state is inactive, and 1.0 if the state is fully activated.

About

An implementation of Fuzzy State Machine (FuSM) in ActionScript 3.0 for AI bot/agent in a video games

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages