Search Unity

Can ML-Agents be used for supervised learning?

Discussion in 'ML-Agents' started by speedy1000, Sep 18, 2020.

  1. speedy1000

    speedy1000

    Joined:
    Aug 24, 2018
    Posts:
    7
    Hey all,

    I need to use machine learning to allow my game to classify a large set of data as one thing or another. How can I do this?

    From what I've seen of ML-Agents it seems like it's overkill. I don't need any decisions made in realtime, I just want a model that could tell me that...

    [set of floats] is "FLOWER",

    [new set of floats] is "CUP" (for example)

    ...after I trained it with my own labelled data.

    p.s I'm new to Machine Learning so I may be thinking about something in the wrong way here...
     
  2. mla_jasonb

    mla_jasonb

    Unity Technologies

    Joined:
    Jan 18, 2020
    Posts:
    3
    The communication protocol is built around a reinforcement learning loop (observation, action, reward) and we have no current plans for supervised learning support.