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 14 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
aia-uclouvain/pydl8.5An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface62
drhayes/beehive.luaA Lua implementation of a behavior tree data structure for AI decision-making in games and other applications.15
sgrodriguez/ddtA Go-based decision tree library allowing custom rule-based decision making37
pzuh/naive-bayespredictorAn implementation of a probability-based decision-making algorithm for predicting player actions in video games2
pzuh/fuzzystatemachineAn implementation of Fuzzy State Machine for creating game AI/bot/agent in video games.2
vanbantruong/fahtA Java implementation of a fairness-aware decision tree classifier for online stream-based classification8
johnstonskj/rml-decisiontreesAn implementation of decision trees for classification in Racket machine learning.4
pzuh/n-grampredictorAn n-Gram predictor algorithm implemented in ActionScript 3.0 to predict the next action based on saved data or sequences.4
igrigorik/decisiontreeAn implementation of the ID3 algorithm for building decision trees1,438
greenfish77/gaenariA C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time.26
chenhongge/robusttreesAn implementation of robust decision tree based models against adversarial examples using the XGBoost framework.67
xiyanghu/osdtA Python implementation of an algorithm for constructing decision trees with regularization and various bounding functions to accelerate the search process.101
bensadeghi/decisiontree.jlA Julia package implementing popular machine learning algorithms8
serendipious/nodejs-decision-treeA Node.js implementation of a decision tree using the ID3 algorithm for classification210
aigamedev/btskA set of tools and libraries for building behavior tree-based decision-making systems in games457