Skip to content

An ActionScript 3.0 binary decision tree for AI bot/agent in a video games

Notifications You must be signed in to change notification settings

pzUH/DecisionTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

An ActionScript 3.0 binary decision tree for AI bot/agent in a video games

This just contain a base class for each decision node, action node, and the tree. So you must create a working concrete class by extending them.

Decision node is a node which have children node or branch. 
Action node is a node which didn't have children node, but have an action/behaviour to take.
FSMAction node is a special Action node designed for a FSM-Decision Tree hybrid. So you can just use this class by defining the FSM entity and its target state. No need to extends this class and defining its behaviour/action. Note: its depend on my FSM class.

About

An ActionScript 3.0 binary decision tree for AI bot/agent in a video games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published