Closed taesiri closed 5 years ago
@xiaomaogy Are you familiar with this issue?
I also have this issue running on iPad mini 2
I fixed this issue by changing [DllImport("libtensorflow")] to [DllImport("__Internal")] in TFSharpInferenceEngine.cs
I haven't tried the ml-agents v0.6 on iOS platform yet. Let's add this to the trello card and pick it up when it is its turn. @awjuliani
@MeTheOo's solution is working for me.
We are now using the internal Unity inference solution as of v0.7. Closing this issue for now. Please feel free to re-open if you deem it necessary.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello,
I am following this guide for building on iOS. After game loads on the iPhone I am getting this error message on Xcode debug console:
Am I missing something?
Unity version is
2018.3.0f1
and ML-Agents isBeta 0.6.0
.