I can run training in Unity editor,it works well,but when i run training with exe, the exe can run,i can see the game window running well, but cmd can’t start train ,after a while cmd throw unityTimeOutException.So is the official example,such as 3dBall
I am quite new to mlagents. But from my experience I think this has something to do with your port. mlagents uses port 5004 for training, so if your firewall or something else block that port it won’t start training.