Learning Zero-Shot Cooperation with Humans, Assuming Humans Are Biased
About
There is a recent trend of applying multi-agent reinforcement learning (MARL) to train an agent that can cooperate with humans in a zero-shot fashion without using any human data. The typical workflow is to first repeatedly run self-play (SP) to build a policy pool and then train the final adaptive policy against this pool. A crucial limitation of this framework is that every policy in the pool is optimized w.r.t. the environment reward function, which implicitly assumes that the testing partners of the adaptive policy will be precisely optimizing the same reward function as well. However, human objectives are often substantially biased according to their own preferences, which can differ greatly from the environment reward. We propose a more general framework, Hidden-Utility Self-Play (HSP), which explicitly models human biases as hidden reward functions in the self-play objective. By approximating the reward space as linear functions, HSP adopts an effective technique to generate an augmented policy pool with biased policies. We evaluate HSP on the Overcooked benchmark. Empirical results show that our HSP method produces higher rewards than baselines when cooperating with learned human models, manually scripted policies, and real humans. The HSP policy is also rated as the most assistive policy based on human feedback.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-agent coordination | Overcooked Coord. Ring | Average Return41.1 | 10 | |
| Multi-agent coordination | Overcooked Asymm. Adv. | Return134 | 8 | |
| Multi-agent coordination | Overcooked Coord. Ring Multi-recipe | Return29.35 | 8 | |
| Multi-agent coordination | Overcooked Counter Circ. | Return21.37 | 8 | |
| Multi-agent coordination | Overcooked Overall | Return56.16 | 8 | |
| Multi-agent coordination | Overcooked Bothway Coord. | Return54.99 | 8 | |
| Zero-shot Coordination | Overcooked Random3 | Shaped Reward24.4 | 7 | |
| Zero-shot Coordination | Overcooked Random3 environment (evaluation) | Sparse Reward26.8 | 7 | |
| Zero-shot Coordination | Overcooked Random0_Medium (test) | Shaped Reward38.8 | 7 | |
| Zero-shot Coordination | Overcooked Unident_s environment (test) | Sparse Reward24.9 | 7 |