krumiaa / MindMaker

MindMaker UE4 Machine Learning Toolkit
257 stars 31 forks source link

How to include learned .pth files in a build instead of a PIE run #32

Open mu2kiri2 opened 1 year ago

mu2kiri2 commented 1 year ago

I am currently facing difficulty in using a saved model file (pth file) in the Unreal Engine 5 MindMaker AI framework. Specifically,

I am unable to build a Windows standalone game using the saved model file. Can someone please guide me on how to effectively use a saved model file in the MindMaker framework to build a Windows standalone game?

Any help or pointers would be greatly appreciated. Thank you!