Hello there, recently I had installed Unity editor and mlagents package for Python. And I had been following this beginner tutorial : https://github.com/Unity-Technologies/ml-agents/blob/master/notebooks/getting-started.ipynb.
On executing the third cell of the notebook, the unity executable which we specify in the first cell is supposed to be launched. In my case, the executable somehow launches but nothing gets displayed. I mean its totally blank after the ‘made with unity logo’.
If I try to run it sepreately via terminal, then it works properly. Is there something which I could do get it fixed such that it could run properly even if I try to run it via the jupyter notebook above?
My system is running on Ubuntu 18.04, Unity Editor is 2018.4.10 and Python 3.7. The mlagents package is directly downloaded from Github : GitHub - Unity-Technologies/ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
Any help is much appreciated. Thank for reading.