-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build not showing agent #129
Comments
can you share the code that you use to reproduce this issue? |
Hi Marco, the code is the very beginning from the basic_usage notebook you provide.
Outputs: And opens the pop up window. The conda environment dependencies are:
|
Also Furthermore the cloned repository is only 2.5 MB size. It seems as if the call
never initializes the download of the tower.exe build. I downloaded the file manually and it is still in my downloads folder. My guess is that the cloned repository and the downloaded build never interact... |
The best way to init the environment is to specify the file path: env = ObstacleTowerEnv(environment_filename="path to ...") I wouldn't rely on the automatic download as you might need to change permission on the executable on Linux systems. As long as the returned visual observations of the reset and step functions are correct, then there is nothing to worry about. Don't care about the actual window, which is opened by the Unity build itself. If the instance of the build and python don't connect, you should receive a timeout on the python side. |
thank you, although I believe in general it should be possible to have the window display what the agent is currently seeing and doing. I mean that seems to be the reason for the realtime_mode option. |
Dear all,
when I run your obsta.exe build (windows), I can play the game and see everything. However, when the build window opens after I instantiated it in a UnityEnvironment it remains blank for all times except for the one frame when I do an img.show call. Is that normal and is there any way to see the agent in real time doing its thing?
Best wishes
Nicolas
The text was updated successfully, but these errors were encountered: