Skip to content
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

Banana environment throws a timeout on Windows64 #90

Open
JasperStolte opened this issue Oct 11, 2022 · 1 comment
Open

Banana environment throws a timeout on Windows64 #90

JasperStolte opened this issue Oct 11, 2022 · 1 comment

Comments

@JasperStolte
Copy link

JasperStolte commented Oct 11, 2022

This issue refers to the Navigation task here

This won't work on Windows64, as the environment throws a timeout error and fails to produce the required 'env' object.
Refer to the unresolved issues on the Udacity knowledge base here, here and here.

@samlopezruiz
Copy link

samlopezruiz commented Jul 27, 2023

Same problem here.
env = UnityEnvironment(file_name=env_path)

UnityTimeOutException: The Unity environment took too long to respond. Make sure that : The environment does not need user interaction to launch The Agents' Behavior Parameters > Behavior Type is set to "Default" The environment and the Python interface have compatible versions. If you're running on a headless server without graphics support, turn off display by either passing --no-graphics option or build your Unity executable as server build.

I also tried with no_graphics=True but the same error appears.
I have mlagents==0.30.0 and I also have Unity installed.

I'm using Win64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants