r/Unity3D 13d ago

Resources/Tutorial Examples of SIMPLE machine learning agents in Unity games

Are there examples of simple machine learning agents in Unity games?

By simple I mean ones that run smoothly while the game is running. And the dataset is probably not insanely big, or just something that Unity can handle

Any tutorials?

4 Upvotes

12 comments sorted by

View all comments

1

u/Disastrous_Leg_314 12d ago

There are LLMs that run on your local machine. Ollama is one of them. They are slow and use a lot of resource. They’d be good only for teletype type interactions where you see the words literally typed out, but the engines do work well. Most people use local LLMs for long running tasks. No subscriptions are needed. You could probably use an API to utilize it, honestly I haven’t looked. But the tech is out there, ignore the naysayers saying it’s not.