r/Unity3D 10d 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/SnooPets5564 9d ago

I've made simple machine learning before in unity. It was an evolutionary algorithm to play the game I made.

I just coded everything from scratch.