Skip to content

Examples Project v1.6.0beta for UE5.3

Latest
Compare
Choose a tag to compare
@getnamo getnamo released this 30 Aug 12:03
0063ed5

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 run InstallRequirements.bat then run StartupServer.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 in ServerExamples/ml-remote-server/scripts/mnist_tf2.py. On begin play it will connect to your ml-remote-server and begin training over 5 epochs. Once done you'll see Script 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)