Week 29: Game AI
This week, I finally finished Unity’s AI course. The crowd simulation and Goal Driven Behavior parts are great to learn.
Learning Agent in UE5
After the Unity’s AI course, I studied Unreal Engine’s learning agent.
Using BluePrint is a pain… I prefer C++…
ML Agents in Unity
ML Agents is a Unity package that provides tools for training agents. I strongly suggest watching code monkey’s How to use Machine Learning AI in Unity! (ML-Agents) and Teach your AI! Imitation Learning with Unity ML-Agents!