tag:github.com,2008:https://github.com/getnamo/TensorFlow-Unreal-Examples/releasesRelease notes from TensorFlow-Unreal-Examples2022-04-08T06:49:26Ztag:github.com,2008:Repository/78748333/v1.6.0beta2024-08-30T12:03:21ZExamples Project v1.6.0beta for UE5.3<p><strong>Changes</strong></p>
<ul>
<li>Uses<a href="https://github.com/getnamo/MachineLearningRemote-Unreal"> Machine Learning Remote</a> api</li>
<li>Depends on you own python setup for this version. TF version expected: 2.11, this will be resolved by <code>InstallRequirements.bat</code></li>
<li>Contains server component in <code>ServerExamples/ml-remote-server</code> run <code>InstallRequirements.bat</code> then run <code>StartupServer.bat</code> see <a href="https://github.com/getnamo/ml-remote-server?tab=readme-ov-file#quick-setup">https://github.com/getnamo/ml-remote-server?tab=readme-ov-file#quick-setup</a> for details</li>
<li>Contains a test map setup for <code>mnist_tf.py</code> found in <code>ServerExamples/ml-remote-server/scripts/mnist_tf2.py</code>. On begin play it will connect to your <code>ml-remote-server</code> and begin training over 5 epochs. Once done you'll see <code>Script Log: training complete</code> 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)</li>
</ul>getnamotag:github.com,2008:Repository/78748333/0.7.02020-10-27T16:32:34ZExamples Project v0.7.0 for UE4.23<p><strong>Changes</strong></p>
<ul>
<li>Updated to <a href="https://docs.unrealengine.com/en-us/Builds/4_23" rel="nofollow">Unreal 4.23</a></li>
<li>Updated Tensorflow Plugin to <a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.14.0">0.14.0</a></li>
<li>Updated UnrealEnginePython to <a href="https://github.com/getnamo/UnrealEnginePython/releases/tag/1.10.0">1.10.0</a></li>
<li>Updated Socket.IOClient Plugin to <a href="https://github.com/getnamo/socketio-client-ue4/releases/tag/1.1.0">1.1.0</a></li>
</ul>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<em>Version 0.14.0</em><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.14.0">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.14.0</a></p>getnamotag:github.com,2008:Repository/78748333/0.6.02019-04-03T08:03:32ZExamples Project v0.6.0 for UE4.22<p><strong>Changes</strong></p>
<ul>
<li>Updated to <a href="https://docs.unrealengine.com/en-us/Builds/4_22" rel="nofollow">Unreal 4.22</a></li>
<li>Updated Tensorflow Plugin to <a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.13.0">0.13.0</a></li>
<li>Updated UnrealEnginePython to <a href="https://github.com/getnamo/UnrealEnginePython/releases/tag/1.9.0">1.9.0</a></li>
<li>Updated Socket.IOClient Plugin to <a href="https://github.com/getnamo/socketio-client-ue4/releases/tag/1.0.0">1.0.0</a></li>
</ul>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<em>Version 0.13.0</em><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.13.0">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.13.0</a></p>getnamotag:github.com,2008:Repository/78748333/0.5.02018-11-10T12:34:04ZExamples Project v0.5.0 for UE4.21<p><strong>Changes</strong></p>
<ul>
<li>Update for 4.21</li>
<li>Update Tensorflow Plugin to <a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1">0.11.0</a></li>
<li>Updated UnrealEnginePython to 1.8.0</li>
<li>Updated Socket.IOClient Plugin to 0.10.0</li>
</ul>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<strong>Version 0.11.0</strong><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.11.0">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.11.0</a></p>getnamotag:github.com,2008:Repository/78748333/0.4.12018-10-26T18:50:46ZExamples Project v0.4.1 for UE4.20<p><strong>Changes</strong></p>
<ul>
<li>Update Tensorflow Plugin to <a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1">0.10.1</a></li>
<li>Updated UnrealEnginePython to 1.7.5</li>
<li>Updated Socket.IOClient Plugin to 0.9.3</li>
<li>Update default examples to <code>mnistTutorial.py</code> and <code>mnistSpawnSamples.py</code> using keras.</li>
<li>Default packaged map: mnist</li>
</ul>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<strong>Version 0.10.1</strong><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1</a></p>getnamotag:github.com,2008:Repository/78748333/0.4.02018-10-22T21:56:36Z0.4.0<p>update default example</p>getnamotag:github.com,2008:Repository/78748333/0.3.02018-07-24T20:48:38ZExamples Project v0.3.0 for UE4.20<p><strong>Changes</strong></p>
<ul>
<li>Updated Tensorflow Plugin to 0.9.0, which updated dependencies to TensorFlow 1.9</li>
<li>Small script adjustments for Tensorflow 1.9</li>
<li>Updated UnrealEnginePython to 1.6.0</li>
<li>Updated Socket.IOClient Plugin to 0.9.0</li>
<li>Update to UE 4.20</li>
<li>Accumulated changes causes bump to v0.3</li>
</ul>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<strong>Version 0.9.0</strong><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.9.0">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.9.0</a></p>getnamotag:github.com,2008:Repository/78748333/0.2.42018-03-18T18:40:06ZExamples Project v0.2.4 for UE4.19<p><strong>Changes</strong></p>
<ul>
<li>Updated Tensorflow Plugin to 0.8.0, which updated dependencies to TensorFlow 1.6</li>
<li>Update to UE 4.19</li>
</ul>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<strong>Version 0.8.0</strong><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.8.0">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.8.0</a></p>getnamotag:github.com,2008:Repository/78748333/0.2.32018-03-05T22:48:50ZExamples Project v0.2.3 for UE4.18<p><strong>Changes</strong><br>
-Updated Tensorflow Plugin to 0.6.0, which updated dependencies to TensorFlow 1.5 and Embedded Python 3.6<br>
-Updated some example script api for Tensorflow 1.5</p>
<p><em>Post release Update</em><br>
-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</p>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<strong>Version 0.7.0</strong><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.7.0">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.7.0</a></p>getnamotag:github.com,2008:Repository/78748333/0.2.22018-01-14T20:58:08ZExamples Project v0.2.2 for UE4.18<p><strong>Changes</strong><br>
-Updated Tensorflow Plugin to 0.5.0<br>
-Changed to 4.18 project</p>
<p><em>Dependency tensorflow-ue4 plugin version</em><br>
<strong>Version 0.5.0</strong><br>
Download this release and drag it into your project folder:<br>
<a href="https://github.com/getnamo/tensorflow-ue4/releases/tag/0.5.0">https://github.com/getnamo/tensorflow-ue4/releases/tag/0.5.0</a></p>getnamo