-
Couldn't load subscription status.
- Fork 6.8k
[rllib] Add more warnings when multi-agent envs might not be set up right #3061
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
Conversation
|
Test FAILed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test FAILed. |
|
Test FAILed. |
| raise ValueError("Env {} is already done".format(env_id)) | ||
| env = self.envs[env_id] | ||
| obs, rewards, dones, infos = env.step(agent_dict) | ||
| assert isinstance(obs, dict), "not a multi-agent obs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize?
No description provided.