paper-with-me

Papers

Process Reward Models for LLM Agents: Practical Framework and Directions

2025-02-14 · Sanjiban Choudhury

We introduce Agent Process Reward Models (AgentPRM), a simple and scalable framework for training LLM agents to continually improve through interactions. AgentPRM follows a lightweight actor-critic paradigm, using Monte Carlo rollouts to compute reward targets and optimize policies. It requires minimal modifications to existing RLHF pipelines, making it easy to integrate at scale. Beyond AgentPRM, we propose InversePRM, which learns process rewards directly from demonstrations without explicit outcome supervision. We also explore key challenges and opportunities, including exploration, process reward shaping, and model-predictive reasoning. We evaluate on ALFWorld benchmark, show that small 3B models trained with AgentPRM and InversePRM outperform strong GPT-4o baselines, and analyze test-time scaling, reward hacking, and more. Our code is available at: https://github.com/sanjibanc/agent_prm.

📄 PDF Abstract BibTeX arXiv:2502.10325

Code (1)

sanjibanc/agent_prm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

ReSeek: A Self-Correcting Framework for Search Agents with Instructive Rewards

2025-10-01 · Shiyu Li, Yang Tang, Yifan Wang, Peiming Li 외 arxiv

Search agents powered by Large Language Models (LLMs) have demonstrated significant potential in tackling knowledge-intensive tasks. Reinforcement learning (RL) has emerged as a powerful paradigm for training these agent…

Reinforcement Learning

Reward-Conditioned Attention: How Reward Design Shapes What Autonomous Driving Agents See

2026-06-23 · Mohamed Benabdelouahad, Ahmed Djalal Hacini, Nadir Farhi, Aissa Boulmerka arxiv

We investigate how reward design shapes the internal attention patterns of reinforcement learning agents trained for autonomous driving. Using three Perceiver-based agents that share identical architectures and training …

Reinforcement LearningAutonomous Driving

AutoEval: A Practical Framework for Autonomous Evaluation of Mobile Agents

2025-03-04 · Jiahui Sun, Zhichao Hua, Yubin Xia

Accurate and systematic evaluation of mobile agents can significantly advance their development and real-world applicability. However, existing benchmarks for mobile agents lack practicality and scalability due to the ex…

Explicit Credit Assignment through Local Rewards and Dependence Graphs in Multi-Agent Reinforcement Learning

2026-01-29 · Bang Giang Le, Viet Cuong Ta arxiv

To promote cooperation in Multi-Agent Reinforcement Learning, the reward signals of all agents can be aggregated together, forming global rewards that are commonly known as the fully cooperative setting. However, global …

Multi-agent Reinforcement Learning

Automated Reward Design for Gran Turismo

2025-11-03 · Michel Ma, Takuma Seno, Kaushik Subramanian, Peter R. Wurman 외 arxiv

When designing reinforcement learning (RL) agents, a designer communicates the desired agent behavior through the definition of reward functions - numerical feedback given to the agent as reward or punishment for its act…

Reinforcement Learning