Skip to main content

Questions tagged [machine-learning]

Filter by
Sorted by
Tagged with
0 votes
1 answer
56 views

How to filter/ignore child objects from an ML Agents RayPerceptionSensor in 3D?

I am making a snake AI with Unity ML Agents. There will be lots of snakes who will eat and dodge each other. A 3D RayPerceptionSensor detects everything, but there is a specific case where a problem ...
Ujjawal Saini's user avatar
1 vote
0 answers
78 views

Tracking a target using ML agents

I'm studying ML Agents in Unity and I'm looking at this example from the official Unity repository. How does the agent get information about the position of the food on the map? The food is spawned at ...
ArtemiZ Studio's user avatar
0 votes
3 answers
2k views

How to train a reinforcement learning algorithm in Unreal?

I know I can use ONNX plugins to use pretrained Deep Learning models in Unreal Engine 5, like style transfer, object detection, etc. I want to build a basic reinforcement learning project and would be ...
Devanshu's user avatar
0 votes
1 answer
57 views

Find bone-system given a mesh

Animation newbie here. Usually, how do people call the process of finding the bone-based system corresponding to given mesh? I'm looking for machine-learning-based solutions that could improve the ...
user avatar