Search Unity

Question Is ML-Agents the best option for a chatbot system?

Discussion in 'ML-Agents' started by ShawntheKlngofnothing, May 3, 2023.

  1. ShawntheKlngofnothing

    ShawntheKlngofnothing

    Joined:
    Jan 29, 2023
    Posts:
    17
    So i noticed that Unity can interface with a bunch of different plugins for Deep Learning systems, and the like. ML agents seems to be quite simple to implement, but i cant for the life of me find ANY videos or data on using it for creating a Chatbot. im sure im missing something here, haha.
    I've heard in passing comments that it can use Natural Language Algorithms and such, but no leads?
    Can anyone assist me with this?
     
  2. Luke-Houlihan

    Luke-Houlihan

    Joined:
    Jun 26, 2007
    Posts:
    303
    I'm not sure where you heard that but a chatbot is not a reinforcement learning task and would be very difficult or impossible to train using ml agents. I suggest looking into large language models (LLMs) like GPT. Huggingface has a great course on transformer models for NLP tasks like question and answer (chatbots) https://huggingface.co/learn/nlp-course/chapter1/1