Artificial Intelligence (AI) Integrations #2316
Replies: 5 comments
-
One idea, you can use https://devblogs.microsoft.com/dotnet/openai-dotnet-library/ for any .NET application 🙂. |
Beta Was this translation helpful? Give feedback.
-
You can also use ML.NET, which is the Microsoft official AI offering for .NET: https://dotnet.microsoft.com/en-us/apps/machinelearning-ai/ml-dotnet |
Beta Was this translation helpful? Give feedback.
-
you can also take a look at : https://github.com/SciSharp/LLamaSharp Small models can run locally with your game on a lot of computer nowdays. |
Beta Was this translation helpful? Give feedback.
-
check this out for reinforcement learning https://github.com/asieradzk/RL_Matrix |
Beta Was this translation helpful? Give feedback.
-
Additional learning links: https://learn.microsoft.com/en-gb/dotnet/ai/ |
Beta Was this translation helpful? Give feedback.
-
Does anybody have any ideas on how to integrate AI or other features into the game engine? So far, I can only think of converting the game to Unity and then integrating ML-Agents (Unity-based AI) to the game?
Beta Was this translation helpful? Give feedback.
All reactions