How do you get the ml-agent ball example to run outside of the development environment

I have to admit I had a difficult time getting the machine learning example set up. I don’t think I’d ever have gotten there without this guide.[ml_agent1 Now I have it trained and I want to be able to run it on a different machine. I set it up the way I would normally build a game. It runs fine in the editor with an internal brain. When I try to run it stand-alone the tiles don’t move at all and the balls just fall down. Libtensorflow.dll is in the data folder. I think I’m missing something obvious. Can anyone help me out?

I figured it out. If anyone has this problem make sure your architecture build settings match your tensorflow dll (x86 vs x86_64).