Understanding advanced AI features
Now that you have a basic understanding of the main AI features available in Unreal Engine, I’d like to present to you some of the most experimental and, to some extent, non-gameplay-related features.
Note
Keep in mind that these features are still in experimental or beta release, so they need to be handled with care.
Learning Agents
Learning Agents is an experimental plugin designed specifically to enable you to train AI characters using ML. This plugin offers a unique opportunity to enhance or even replace traditional game AI systems, such as behavior trees or state machines. With learning agents, you can leverage reinforcement learning and imitation learning approaches to create intelligent and adaptive AI characters.
The primary goal of this plugin is to provide a robust solution for character decision-making in Unreal Engine. However, its potential applications extend beyond game development. As an example, Learning Agents...