paper-with-me

홈 › Papers

Improving Retrospective Language Agents via Joint Policy Gradient Optimization

2025-03-03 · Xueyang Feng, Bo Lan, Quanyu Dai, Lei Wang, Jiakai Tang, Xu Chen, Zhenhua Dong, Ji-Rong Wen

In recent research advancements within the community, large language models (LLMs) have sparked great interest in creating autonomous agents. However, current prompt-based agents often heavily rely on large-scale LLMs. Meanwhile, although fine-tuning methods significantly enhance the capabilities of smaller LLMs, the fine-tuned agents often lack the potential for self-reflection and self-improvement. To address these challenges, we introduce a novel agent framework named RetroAct, which is a framework that jointly optimizes both task-planning and self-reflective evolution capabilities in language agents. Specifically, we develop a two-stage joint optimization process that integrates imitation learning and reinforcement learning, and design an off-policy joint policy gradient optimization algorithm with imitation learning regularization to enhance the data efficiency and training stability in agent tasks. RetroAct significantly improves the performance of open-source models, reduces dependency on closed-source LLMs, and enables fine-tuned agents to learn and evolve continuously. We conduct extensive experiments across various testing environments, demonstrating RetroAct has substantial improvements in task performance and decision-making processes.

📄 PDF Abstract BibTeX arXiv:2503.01490

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingImitation LearningTask Planning

Similar Papers 제목 키워드 기반

Retroformer: Retrospective Large Language Agents with Policy Gradient Optimization

2023-08-04 · Weiran Yao, Shelby Heinecke, Juan Carlos Niebles, Zhiwei Liu 외

Recent months have seen the emergence of a powerful new trend in which large language models (LLMs) are augmented to become autonomous language agents capable of performing objective oriented multi-step tasks on their ow…

Language Modelling

ACPO: Agent-Chained Policy Optimization for Multi-Agent Reinforcement Learning

2026-06-29 · Daiki E. Matsunaga, Junho Na, Tri Wahyu Guntara, Scott Sanner 외 arxiv

Cooperative tasks in Multi-Agent Reinforcement Learning (MARL) require agents to collectively maximize a shared return. Under the Centralized Training with Decentralized Execution (CTDE) paradigm, policy gradients have r…

Multi-agent Reinforcement Learning

Almost Sure Convergence of Networked Policy Gradient over Time-Varying Networks in Markov Potential Games

2024-10-26 · Sarper Aydin, Ceyhun Eksin

We propose networked policy gradient play for solving Markov potential games including continuous action and state spaces. In the decentralized algorithm, agents sample their actions from parametrized and differentiable …

Health-Informed Policy Gradients for Multi-Agent Reinforcement Learning

2019-08-02 · Ross E. Allen, Jayesh K. Gupta, Jaime Pena, Yutai Zhou 외

This paper proposes a definition of system health in the context of multiple agents optimizing a joint reward function. We use this definition as a credit assignment term in a policy gradient algorithm to distinguish the…

Multi-agent Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning+1

Centralized Adaptive Sampling for Reliable Co-Training of Independent Multi-Agent Policies

2025-08-01 · Nicholas E. Corrado, Josiah P. Hanna arxiv

Independent on-policy policy gradient algorithms are widely used for multi-agent reinforcement learning (MARL) in cooperative and no-conflict games, but they are known to converge sub-optimally when each agent's individu…

Multi-agent Reinforcement Learning