paper-with-me

홈 › Papers

Natural Language Actor-Critic: Scalable Off-Policy Learning in Language Space

2025-12-04 · Joey Hong, Kang Liu, Zhan Ling, Jiecao Chen, Sergey Levine arxiv

Large language model (LLM) agents -- LLMs that dynamically interact with an environment over long horizons -- have become an increasingly important area of research, enabling automation in complex tasks involving tool-use, web browsing, and dialogue with people. In the absence of expert demonstrations, training LLM agents has relied on policy gradient methods that optimize LLM policies with respect to an (often sparse) reward function. However, in long-horizon tasks with sparse rewards, learning from trajectory-level rewards can be noisy, leading to training that is unstable and has high sample complexity. Furthermore, policy improvement hinges on discovering better actions through exploration, which can be difficult when actions lie in natural language space. In this paper, we propose Natural Language Actor-Critic (NLAC), a novel actor-critic algorithm that trains LLM policies using a generative LLM critic that produces natural language rather than scalar values. This approach leverages the inherent strengths of LLMs to provide a richer and more actionable training signal; particularly, in tasks with large, open-ended action spaces, natural language explanations for why an action is suboptimal can be immensely useful for LLM policies to reason how to improve their actions, without relying on random exploration. Furthermore, our approach can be trained off-policy without policy gradients, offering a more data-efficient and stable alternative to existing on-policy methods. We present results on a mixture of reasoning, web browsing, and tool-use with dialogue tasks, demonstrating that NLAC shows promise in outperforming existing training approaches and offers a more scalable and stable training paradigm for LLM agents.

📄 PDF Abstract BibTeX arXiv:2512.04601

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation

2017-08-17 · NeurIPS 2017 12 · Yuhuai Wu, Elman Mansimov, Shun Liao, Roger Grosse 외

In this work, we propose to apply trust region optimization to deep reinforcement learning using a recently proposed Kronecker-factored approximation to the curvature. We extend the framework of natural policy gradient a…

Atari Gamescontinuous-controlContinuous ControlDeep Reinforcement Learning+4

Rank-1 Approximation of Inverse Fisher for Natural Policy Gradients in Deep Reinforcement Learning

2026-01-26 · Yingxiao Huo, Satya Prakash Dash, Radu Stoican, Samuel Kaski 외 arxiv

Natural gradients have long been studied in deep reinforcement learning due to their fast convergence properties and covariant weight updates. However, computing natural gradients requires inversion of the Fisher Informa…

Reinforcement Learning

Projected Natural Actor-Critic

2013-12-01 · NeurIPS 2013 12 · Philip S. Thomas, William C. Dabney, Stephen Giguere, Sridhar Mahadevan

Natural actor-critics are a popular class of policy search algorithms for finding locally optimal policies for Markov decision processes. In this paper we address a drawback of natural actor-critics that limits their rea…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Neural Network Compatible Off-Policy Natural Actor-Critic Algorithm

2021-10-19 · Raghuram Bharadwaj Diddigi, Prateek Jain, Prabuchandran K. J., Shalabh Bhatnagar

Learning optimal behavior from existing data is one of the most important problems in Reinforcement Learning (RL). This is known as "off-policy control" in RL where an agent's objective is to compute an optimal policy ba…

Reinforcement Learning (RL)

Causality Meets Locality: Provably Generalizable and Scalable Policy Learning for Networked Systems

2025-10-24 · Hao Liang, Shuqing Shi, Yudi Zhang, Biwei Huang 외 arxiv

Large-scale networked systems, such as traffic, power, and wireless grids, challenge reinforcement-learning agents with both scale and environment shifts. To address these challenges, we propose GSAC (Generalizable and S…

Representation LearningDomain Generalization