You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: