Search Unity

Question Can I use ML-Agents for prediction of outcomes?

Discussion in 'ML-Agents' started by RecursiveEclipse, Jul 28, 2021.

  1. RecursiveEclipse

    RecursiveEclipse

    Joined:
    Sep 6, 2018
    Posts:
    298
    I'm new to ML and I want to create an AI LOD system similar to this paper:

    https://www.scss.tcd.ie/publications/theses/diss/2016/TCD-SCSS-DISSERTATION-2016-055.pdf

    Basically, it takes an existing AI system and uses machine learning to predict the outcome of encounters to save the cost of running the full AI. I've already decided I'm going to use utility system style AI to make decisions. Can I use ML-Agents to predict outcomes this way or is it more of an AI decision system itself? Or do I need to find another ML library like used in the paper?