How severe does this issue affect your experience of using Ray?
- High: It blocks me to complete my task.
Hi.
I was working on mapping two policies to different agents in multiagent environment and train it.
(‘policy A’ is set to ‘agent 0’ and ‘policy B’ is set to other agents except ‘agent0’)
And I found out that there was a way to do that work.
Setting config[“multiagent”][“policy_mapping_fn”] of "trainer"object.
I’m curious about the following thing.
I think just setting the “trainer” object’s [“multiagent”]["policy_mapping_fn] will map the policy accordingly and train it separately. I thought I didn’t have to do other operations in a custom environment. Am I right?
Thank you so much for reading it. I’ll be waiting for your answer.