Videos or Courses for AI programming in UE5?

I’ve watched a few videos on basic AI programming. The most I can do is running to a random location. Nothing else works. There’s no training for Unreal 5. The AI programming videos for Unreal 4 dont work in Unreal 5. I cant listen to people whispering into the mic like its ASMR or sucking on their mic like it’s halfway down their throat.

Are there any training videos for AI programming?

Currently, you should still be using Behavior Trees in Unreal 5 for AI. It works the same way in UE5 as it does in UE4. So those videos will still work. Epic actually has a very good video covering it. Don’t be shy to go through it multiple times if need be. It covers a lot of information, but everything you need is right there.

Now of course, you can also just write your AI logic in Blueprint alone. Completely up to you. For the time being, avoid doing anything with the new AI tools though.

1 Like

Thanks! I actually started watching it but never finished it. I want to do machine learning as a hobby.
I learned python by myself a few years ago to get ready (And out of boredom). But I never figured out what I wanted the AI to learn. So I shelved the idea.

I’m back with a more clear Idea of a goal. A 3rd person shooter/ RTS/ Survival. I’m willing to learn what is needed to make it happen.