-
Notifications
You must be signed in to change notification settings - Fork 243
TimeoutError with multi-agent #1265
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
Comments
I have the same problem. My code works as expected when initializing with 1 agent or 2 agents. However, I stuck in the
The error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get top-down view with two agents in the scene using the following code.
This code works as expected. However, I get the following
TimeoutError
forNUM_AGENTS = 2
. Let me know how I can get this to work for 2 or more agents.The text was updated successfully, but these errors were encountered: