Game Development Reference
In-Depth Information
Strengths of decision trees
After implementing a decision tree, it's relatively easy to tell how decisions are made, as
evaluators essentially serve as nested if…else structures. Any possible case can be
modeled by the decision tree, as every action our agent supports will be a leaf node within
the tree.
Search WWH ::




Custom Search