I have been trying to get my environment to run on google colab for a few days now. I am using visual observation and therefore can’t use headless (which I have gotten to work). To get the visual observations to work I need the environment GUI to work. I can get it to work locally on a windows pc, but not on google colab. I have tried both X Server (which shouldn’t work from what I understand?) and also xvfb (which should work).
I am using Unity 2019.2.18f1 and ML Agents 0.13.1 or 0.14.0 (not sure how I check). The build is exported to Linux.
All I get is: “The Unity environment took too long to respond.”
At line: 16 env = UnityEnv(env_name, worker_id=0, use_visual=True, uint8_visual=False)
I have gone through almost all results I can find on google and nothing seems to work. Does anyone have any updated instructions that work for current releases and google colab?