DecisionTree

Decision Tree

An implementation of a binary decision tree using ActionScript 3.0 for AI bot/agent in video games.

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

GitHub

3 stars
2 watching
0 forks
Language: ActionScript
last commit: over 12 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
aia-uclouvain/pydl8.5 An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface 61
drhayes/beehive.lua A Lua implementation of a behavior tree data structure for AI decision-making in games and other applications. 15
sgrodriguez/ddt A Go-based decision tree library allowing custom rule-based decision making 37
pzuh/naive-bayespredictor An implementation of a probability-based decision-making algorithm for predicting player actions in video games 2
pzuh/fuzzystatemachine An implementation of Fuzzy State Machine for creating game AI/bot/agent in video games. 2
vanbantruong/faht A Java implementation of a fairness-aware decision tree classifier for online stream-based classification 8
johnstonskj/rml-decisiontrees An implementation of decision trees for classification in Racket machine learning. 4
pzuh/n-grampredictor An n-Gram predictor algorithm implemented in ActionScript 3.0 to predict the next action based on saved data or sequences. 4
igrigorik/decisiontree An implementation of the ID3 algorithm for building decision trees 1,439
greenfish77/gaenari A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time. 25
chenhongge/robusttrees An implementation of robust decision tree based models against adversarial examples using the XGBoost framework. 67
xiyanghu/osdt A Python implementation of an algorithm for constructing decision trees with regularization and various bounding functions to accelerate the search process. 100
bensadeghi/decisiontree.jl A Julia package implementing popular machine learning algorithms 8
serendipious/nodejs-decision-tree A Node.js implementation of a decision tree using the ID3 algorithm for classification 210
aigamedev/btsk A set of tools and libraries for building behavior tree-based decision-making systems in games 455