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

envionment checking #200

Closed
wkkdhj opened this issue May 10, 2024 · 2 comments
Closed

envionment checking #200

wkkdhj opened this issue May 10, 2024 · 2 comments

Comments

@wkkdhj
Copy link

wkkdhj commented May 10, 2024

PPOConfig()
.environment(env=env_name, disable_env_checking=False)
It seems that the environment detection does not have the built-in MultiAgentEnv check, which will affect the rllib algorithm to enable the callback function

@LucasAlegre
Copy link
Owner

To use rllib I suggest using the PettingZoo API and using the rllib function to make the env compatible: https://docs.ray.io/en/latest/rllib/rllib-env.html#pettingzoo-multi-agent-environments

@wkkdhj
Copy link
Author

wkkdhj commented May 11, 2024

Thanks for your recommendation. I'll give it a try.

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