Questions tagged [machine-learning]
The machine-learning tag has no summary.
4 questions
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 ...
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 ...
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 ...
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 ...