Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pzUH/FuzzyStateMachine

An implementation of Fuzzy State Machine (FuSM) in ActionScript 3.0 for AI bot/agent in a video games
https://github.com/pzUH/FuzzyStateMachine

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.