Hello everyone, I’m new to Unreal engine.
I have trouble finding a right tutorial for what I need to make, my assignment is to create a a Q-learning AI that has tile movement, the problem is that I can only find tutorials that are “AI following a payer” based, and they all use navigation mesh for that. To be more specific my project is based on this video, and that worked for me because he explained movement and everything and it made sense. Naturally I modified it to my own specific project, but the thing is I can’t add the movement to be automatic, because the movement is custom made.
this is an example of moving UP, but the rest are the same, you can get the picture of how it’s movement works, and it’s all in the PlayerPawn.
I hope I hear from anyone soon, because I’m loosing my mind rapidly.