• RampantParanoia2365@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 day ago

    Uh, as far as I know, the concept doesn’t even make sense, which was my point. LLMs have absolutely nothing to do with that type of system, no? It’s a bad idea because it’s impossible, and also I think not what you meant?

    • Bazell@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      24 hours ago

      What do you mean by system? LLMs are Large Language Models. They are by definition work with text. And they are not designed to work normally with what they are not trained for. But, LLMs are only 1 family of the whole range of AI models. For controlling NPC actions, decisions and other stuff you can use small AI models to make their actions more dynamic. For example, a model that has like 10 input parameters, 3-4 hidden layers and the output layer with a few results. And this thing will actually work for many things, not only for controlling npcs. Even on a microcontroller this thing can be used for operating with fuzzy values. These features for creating AI models you can find in game engines like Libgdx or as a separate framework like Neuroph(for Java).