Unity-Technologies / obstacle-tower-env

Obstacle Tower Environment
Apache License 2.0
540 stars 124 forks source link

Problem launching obstacle_tower_env #111

Closed djsaunde closed 4 years ago

djsaunde commented 4 years ago

I installed the latest version of obstable_tower_env and downloaded the obstacletower binary. Running the notebook and launching the environment, after the "Made with Unity" and "Obstacle Tower Screen", I get the following screen:

image

I'm running Ubuntu 18.04.3 LTS.

Any idea how to get around this issue?

awjuliani commented 4 years ago

Hi @djsaunde

Sorry you are having issues with the binary. Can you try two things and let me know the results? First, can you launch the binary independently, and ensure that you are able to control the agent using the keyboard? Secondly, when you launch the environment via the jupyter notebook, can you share what information is displayed in the notebook? The application may appear to freeze if it is waiting on a communication command from the python process.

djsaunde commented 4 years ago

Hi @awjuliani, thanks for the reply. You're right, the binary just seemed to freeze because it was waiting on communication from python. Looks like everything is working fine!