paper-with-me

홈 › Papers

Learning Zero-Shot Cooperation with Humans, Assuming Humans Are Biased

2023-02-03 · Chao Yu, Jiaxuan Gao, Weilin Liu, Botian Xu, Hao Tang, Jiaqi Yang, Yu Wang, Yi Wu

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.

📄 PDF Abstract BibTeX arXiv:2302.01605

Code (1)

samjia2000/HSP 공식 구현 pytorch

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Humans expect rationality and cooperation from LLM opponents in strategic games

2025-05-16 · Darija Barak, Miguel Costa-Gomes

As Large Language Models (LLMs) integrate into our social and economic interactions, we need to deepen our understanding of how humans respond to LLMs opponents in strategic settings. We present the results of the first …

Cross-environment Cooperation Enables Zero-shot Multi-agent Coordination

2025-04-17 · Kunal Jha, Wilka Carvalho, Yancheng Liang, Simon S. Du 외

Zero-shot coordination (ZSC), the ability to adapt to a new partner in a cooperative task, is a critical component of human-compatible AI. While prior work has focused on training agents to cooperate on a single task, th…

Learning to Cooperate with Humans using Generative Agents

2024-11-21 · Yancheng Liang, Daphne Chen, Abhishek Gupta, Simon S. Du 외

Training agents that can coordinate zero-shot with humans is a key mission in multi-agent reinforcement learning (MARL). Current algorithms focus on training simulated human partner policies which are then used to train …

Multi-agent Reinforcement Learning

Translucent Players: Explaining Cooperative Behavior in Social Dilemmas

2016-06-24 · Valerio Capraro, Joseph Y. Halpern

In the last few decades, numerous experiments have shown that humans do not always behave so as to maximize their material payoff. Cooperative behavior when non-cooperation is a dominant strategy (with respect to the mat…

Automatic Curriculum Design for Zero-Shot Human-AI Coordination

2025-03-10 · Won-Sang You, Tae-Gwan Ha, Seo-Young Lee, Kyung-Joong Kim

Zero-shot human-AI coordination is the training of an ego-agent to coordinate with humans without using human data. Most studies on zero-shot human-AI coordination have focused on enhancing the ego-agent's coordination a…