I have trained a model with Python(PPO). I got the byte file for brain but when I try to select brain type, it doesn't show any Internal
option. I'm using ML-AgentsNoPlugin.unitypackage
for this project. Please let me know what's wrong
brain type internal not showing unity3d
375 Views Asked by abhimanyuaryan At
1
Ok, I got the same issue.
The solution is:
put ENABLE_TENSORFLOW in Player Settings -> Other Settings -> Scripting Define Symbols (type it, click return and tab...in this way it keeps it after restart)
set Scripting Runtime Version to Experimental (.Net 4.6 Equivalent)
Restart Unity and it should work.