getnamo / TensorFlow-Unreal

TensorFlow plugin for the Unreal Engine.
Other
1.15k stars 211 forks source link

Support for 4.24 and 4.25 #56

Closed JernejHabjan closed 4 years ago

JernejHabjan commented 4 years ago

Will there be support for UE4 4.24 and 4.25 anytime soon?

getnamo commented 4 years ago

I do plan to add support for those versions, just a bit busy recently. Maybe likely addressable in a couple of weeks.

alexander-ossur commented 4 years ago

Hi. I Second that.

Actually I tried to quick recompile this for 4.24. Unfortunately it's showing some compilation errors for UEPython.

getnamo commented 4 years ago

Currently working through https://github.com/getnamo/unrealenginepython changes. Will address a refactor into MachineLearningBase (see also https://github.com/getnamo/tensorflow-ue4/issues/53) here before making a release. Not direct ETA yet but it's being worked on.

getnamo commented 4 years ago

After realizing scope of UnrealEnginePython maintenance I've decided to make the transition to the machine learning remote architecture for 4.25. Early release of refactor with auto-server launching confirmed working found here: https://github.com/getnamo/tensorflow-ue4/releases/tag/1.0.0alpha2. API is currently not fully documented, but refer to https://github.com/getnamo/machine-learning-remote-ue4 for general changes

JernejHabjan commented 4 years ago

Thanks