You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For multi-agent missions with no teams (competitive), we can have that the first agent completing the goal gets the reward. However, there is no direct way of having several agents in a team sharing their rewards (e.g., once the mission is completed the reward is given to all of them).
A team reward handler (through the definition of team) would be an option but a more flexible option might be the definition of an (asymmetric) "sharing reward" handler, where the mission specifies the % of reward of agent A that is given to (shared with) agent B and vice versa. Teams would be special cases.
The text was updated successfully, but these errors were encountered:
For multi-agent missions with no teams (competitive), we can have that the first agent completing the goal gets the reward. However, there is no direct way of having several agents in a team sharing their rewards (e.g., once the mission is completed the reward is given to all of them).
A team reward handler (through the definition of team) would be an option but a more flexible option might be the definition of an (asymmetric) "sharing reward" handler, where the mission specifies the % of reward of agent A that is given to (shared with) agent B and vice versa. Teams would be special cases.
The text was updated successfully, but these errors were encountered: