-
Notifications
You must be signed in to change notification settings - Fork 2
pzUH/FuzzyStateMachine
Folders and files
Name | Name | 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
Watchers
Forks
Releases
No releases published
Packages 0
No packages published