Search Unity

Decision Tree Toolkit

Discussion in 'Made With Unity' started by morbidcamel, Oct 11, 2016.

  1. morbidcamel

    morbidcamel

    Joined:
    Dec 23, 2013
    Posts:
    8
    Implementing machine learning in games is not easy. After going through the exercise myself I decided to share my new DT Toolkit with indie game developers and it's what we use in our current game in development called Inhabitant which is heavily reliant on AI.

    The ID3 Decision Tree algorithm used in many games like Quake is used and connects the dataset and learning parts with an easy to use component.

    Decision trees are dynamic logic trees generates from a dataset. As the dataset changes, the decision tree changes. This makes it a machine learning algorithm that is especially useful for game AI, NPCs and bots.

    https://www.assetstore.unity3d.com/en/#!/content/72391
     
    theANMATOR2b likes this.