Is there a plugin/built in way to train a neural network(like tensorflow) and package it with the game?

Hi,

I’d like to use machine learning within my unreal engine project. I know that there are “some” ways of running a parallel python server and stream in predictions, but I was wondering if there is a way to package a trained model with the game and use tensorflow predictions in game?
What are the options for using neural nets in UE?

Here is a link to a free plug in for tensorflow for ue4 on github. I have not tried this yet but just saw this question and had seen this earlier

1 Like