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

Does MARLlib support a mixed scenario where each agent has a different policy? #244

Open
terranovafr opened this issue Sep 20, 2024 · 0 comments

Comments

@terranovafr
Copy link

terranovafr commented Sep 20, 2024

I was wondering whether the library supports currently the mixed scenario (e.g. two competitive teams with cooperative agents inside) but allowing the possibility of having no policy sharing across teams and inside teams?

If in the policy_mapping_dict I set :
"all_agents_one_policy": False, "one_agent_one_policy": False,
while keeping:
mappo.fit(env, .... share_policy='individual', ....)
I receive the following error:
agent number too large, we disable no sharing function

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

1 participant