Releases: getnamo/TensorFlow-Unreal-Examples
Examples Project v1.6.0beta for UE5.3
Changes
- Uses Machine Learning Remote api
- Depends on you own python setup for this version. TF version expected: 2.11, this will be resolved by
InstallRequirements.bat
- Contains server component in
ServerExamples/ml-remote-server
runInstallRequirements.bat
then runStartupServer.bat
see https://github.com/getnamo/ml-remote-server?tab=readme-ov-file#quick-setup for details - Contains a test map setup for
mnist_tf.py
found inServerExamples/ml-remote-server/scripts/mnist_tf2.py
. On begin play it will connect to yourml-remote-server
and begin training over 5 epochs. Once done you'll seeScript Log: training complete
in your unreal log and you can then send key inputs to test that inference was successful (0-9 key then press f to send)
Examples Project v0.7.0 for UE4.23
Changes
- Updated to Unreal 4.23
- Updated Tensorflow Plugin to 0.14.0
- Updated UnrealEnginePython to 1.10.0
- Updated Socket.IOClient Plugin to 1.1.0
Dependency tensorflow-ue4 plugin version
Version 0.14.0
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.14.0
Examples Project v0.6.0 for UE4.22
Changes
- Updated to Unreal 4.22
- Updated Tensorflow Plugin to 0.13.0
- Updated UnrealEnginePython to 1.9.0
- Updated Socket.IOClient Plugin to 1.0.0
Dependency tensorflow-ue4 plugin version
Version 0.13.0
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.13.0
Examples Project v0.5.0 for UE4.21
Changes
- Update for 4.21
- Update Tensorflow Plugin to 0.11.0
- Updated UnrealEnginePython to 1.8.0
- Updated Socket.IOClient Plugin to 0.10.0
Dependency tensorflow-ue4 plugin version
Version 0.11.0
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.11.0
Examples Project v0.4.1 for UE4.20
Changes
- Update Tensorflow Plugin to 0.10.1
- Updated UnrealEnginePython to 1.7.5
- Updated Socket.IOClient Plugin to 0.9.3
- Update default examples to
mnistTutorial.py
andmnistSpawnSamples.py
using keras. - Default packaged map: mnist
Dependency tensorflow-ue4 plugin version
Version 0.10.1
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1
Examples Project v0.3.0 for UE4.20
Changes
- Updated Tensorflow Plugin to 0.9.0, which updated dependencies to TensorFlow 1.9
- Small script adjustments for Tensorflow 1.9
- Updated UnrealEnginePython to 1.6.0
- Updated Socket.IOClient Plugin to 0.9.0
- Update to UE 4.20
- Accumulated changes causes bump to v0.3
Dependency tensorflow-ue4 plugin version
Version 0.9.0
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.9.0
Examples Project v0.2.4 for UE4.19
Changes
- Updated Tensorflow Plugin to 0.8.0, which updated dependencies to TensorFlow 1.6
- Update to UE 4.19
Dependency tensorflow-ue4 plugin version
Version 0.8.0
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.8.0
Examples Project v0.2.3 for UE4.18
Changes
-Updated Tensorflow Plugin to 0.6.0, which updated dependencies to TensorFlow 1.5 and Embedded Python 3.6
-Updated some example script api for Tensorflow 1.5
Post release Update
-Updated link to 0.7.0 which uses Tensorflow 1.6. Project is compatible with this update without script changes; initial setup fixes introduced in the v0.7.0 plugin means it is highly favored over v0.6.0
Dependency tensorflow-ue4 plugin version
Version 0.7.0
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.7.0
Examples Project v0.2.2 for UE4.18
Changes
-Updated Tensorflow Plugin to 0.5.0
-Changed to 4.18 project
Dependency tensorflow-ue4 plugin version
Version 0.5.0
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.5.0
Examples Project v0.2.1 for UE4.17
Changes
-Updated Tensorflow Plugin to 0.4.1
-Cleaned up mnist examples
-Added basic tensorflow example: adding float arrays
-Save/load example now listens for ShouldRetrain on the TensorFlowComponent
-Documentation updates
Dependency tensorflow-ue4 plugin version
Version 0.4.1
Download this release and drag it into your project folder:
https://github.com/getnamo/tensorflow-ue4/releases/tag/0.4.1