paper-with-me

홈 › Papers

ProAgent: Building Proactive Cooperative Agents with Large Language Models

2023-08-22 · Ceyao Zhang, Kaijie Yang, Siyi Hu, ZiHao Wang, Guanghe Li, Yihang Sun, Cheng Zhang, Zhaowei Zhang, Anji Liu, Song-Chun Zhu, Xiaojun Chang, Junge Zhang, Feng Yin, Yitao Liang, Yaodong Yang

Building agents with adaptive behavior in cooperative tasks stands as a paramount goal in the realm of multi-agent systems. Current approaches to developing cooperative agents rely primarily on learning-based methods, whose policy generalization depends heavily on the diversity of teammates they interact with during the training phase. Such reliance, however, constrains the agents' capacity for strategic adaptation when cooperating with unfamiliar teammates, which becomes a significant challenge in zero-shot coordination scenarios. To address this challenge, we propose ProAgent, a novel framework that harnesses large language models (LLMs) to create proactive agents capable of dynamically adapting their behavior to enhance cooperation with teammates. ProAgent can analyze the present state, and infer the intentions of teammates from observations. It then updates its beliefs in alignment with the teammates' subsequent actual behaviors. Moreover, ProAgent exhibits a high degree of modularity and interpretability, making it easily integrated into various of coordination scenarios. Experimental evaluations conducted within the Overcooked-AI environment unveil the remarkable performance superiority of ProAgent, outperforming five methods based on self-play and population-based training when cooperating with AI agents. Furthermore, in partnered with human proxy models, its performance exhibits an average improvement exceeding 10% compared to the current state-of-the-art method. For more information about our project, please visit~\url{https://pku-proagent.github.io}.

📄 PDF Abstract BibTeX arXiv:2308.11339

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ProAgent: Harnessing On-Demand Sensory Contexts for Proactive LLM Agent Systems in the Wild

2025-12-07 · Bufang Yang, Lilin Xu, Liekang Zeng, Yunqi Guo 외 arxiv

Recent studies have begun to explore proactive large language model (LLM) agents that provide unobtrusive assistance by automatically leveraging contextual information, such as in code editing and in-app suggestions. How…

ProAgent: From Robotic Process Automation to Agentic Process Automation

2023-11-02 · Yining Ye, Xin Cong, Shizuo Tian, Jiannan Cao 외

From ancient water wheels to robotic process automation (RPA), automation technology has evolved throughout history to liberate human beings from arduous tasks. Yet, RPA struggles with tasks needing human-like intelligen…

Decision Making

CeProAgents: A Hierarchical Agents System for Automated Chemical Process Development

2026-03-02 · Yuhang Yang, Ruikang Li, Jifei Ma, Kai Zhang 외 arxiv

The development of chemical processes, a cornerstone of chemical engineering, presents formidable challenges due to its multi-faceted nature, integrating specialized knowledge, conceptual design, and parametric simulatio…

BioProAgent: Neuro-Symbolic Grounding for Constrained Scientific Planning

2026-03-01 · Yuyang Liu, Jingya Wang, Liuzhenghao Lv, Yonghong Tian arxiv

Large language models (LLMs) have demonstrated significant reasoning capabilities in scientific discovery but struggle to bridge the gap to physical execution in wet-labs. In these irreversible environments, probabilisti…

Proactive Agent: Shifting LLM Agents from Reactive Responses to Active Assistance

2024-10-16 · Yaxi Lu, Shenzhi Yang, Cheng Qian, Guirong Chen 외

Agents powered by large language models have shown remarkable abilities in solving complex tasks. However, most agent systems remain reactive, limiting their effectiveness in scenarios requiring foresight and autonomous …

Human Agent Collaboration