The End of Reward Engineering: How LLMs Are Redefining Multi-Agent Coordination
Haoran Su, Yandong Sun, Congjia Yu
TL;DR
This paper argues that hand-crafted reward engineering in multi-agent reinforcement learning is increasingly infeasible due to credit assignment, non-stationarity, and combinatorial complexity. It proposes a paradigm shift to language-based objectives enabled by large language models, organized around three pillars: semantic reward specification, dynamic adaptation, and human alignment by default. Supporting evidence from EUREKA, CARD, and RLVR demonstrates the potential of language-mediated reward generation and verifiable supervision to guide coordination, with pathways for offline reward generation and runtime language-based coordination. The work outlines a concrete experimental agenda to validate the approach, addresses key challenges such as computational cost, safety, ambiguity, and scalability, and sketches a future where semantic coordination replaces explicit numerical signals for scalable multi-agent coordination.
Abstract
Reward engineering, the manual specification of reward functions to induce desired agent behavior, remains a fundamental challenge in multi-agent reinforcement learning. This difficulty is amplified by credit assignment ambiguity, environmental non-stationarity, and the combinatorial growth of interaction complexity. We argue that recent advances in large language models (LLMs) point toward a shift from hand-crafted numerical rewards to language-based objective specifications. Prior work has shown that LLMs can synthesize reward functions directly from natural language descriptions (e.g., EUREKA) and adapt reward formulations online with minimal human intervention (e.g., CARD). In parallel, the emerging paradigm of Reinforcement Learning from Verifiable Rewards (RLVR) provides empirical evidence that language-mediated supervision can serve as a viable alternative to traditional reward engineering. We conceptualize this transition along three dimensions: semantic reward specification, dynamic reward adaptation, and improved alignment with human intent, while noting open challenges related to computational overhead, robustness to hallucination, and scalability to large multi-agent systems. We conclude by outlining a research direction in which coordination arises from shared semantic representations rather than explicitly engineered numerical signals.
