paper-with-me

Papers

Biased Aggregation, Rollout, and Enhanced Policy Improvement for Reinforcement Learning

2019-10-06 · Dimitri Bertsekas

We propose a new aggregation framework for approximate dynamic programming, which provides a connection with rollout algorithms, approximate policy iteration, and other single and multistep lookahead methods. The central novel characteristic is the use of a bias function $V$ of the state, which biases the values of the aggregate cost function towards their correct levels. The classical aggregation framework is obtained when $V\equiv0$, but our scheme works best when $V$ is a known reasonably good approximation to the optimal cost function $J^*$. When $V$ is equal to the cost function $J_{\mu}$ of some known policy $\mu$ and there is only one aggregate state, our scheme is equivalent to the rollout algorithm based on $\mu$ (i.e., the result of a single policy improvement starting with the policy $\mu$). When $V=J_{\mu}$ and there are multiple aggregate states, our aggregation approach can be used as a more powerful form of improvement of $\mu$. Thus, when combined with an approximate policy evaluation scheme, our approach can form the basis for a new and enhanced form of approximate policy iteration. When $V$ is a generic bias function, our scheme is equivalent to approximation in value space with lookahead function equal to $V$ plus a local correction within each aggregate state. The local correction levels are obtained by solving a low-dimensional aggregate DP problem, yielding an arbitrarily close approximation to $J^*$, when the number of aggregate states is sufficiently large. Except for the bias function, the aggregate DP problem is similar to the one of the classical aggregation framework, and its algorithmic solution by simulation or other methods is nearly identical to one for classical aggregation, assuming values of $V$ are available when needed.

📄 PDF Abstract BibTeX arXiv:1910.02426

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

ARMOR: Stabilizing On-Policy LLM RL with Off-Policy Anchor Samples

2026-07-11 · Kexin Huang, Junkang Wu, Jinda Lu, Shuo Yang 외 arxiv

Reinforcement learning (RL) has significantly enhanced the reasoning capabilities of large language models (LLMs), yet the training process remains notoriously fragile. In this work, we investigate a critical source of t…

Reinforcement Learning

On Training in Imagination

2026-05-07 · Nadav Timor, Ravid Shwartz-Ziv, Micah Goldblum, Yann LeCun 외 arxiv

State-of-the-art model-based reinforcement learning methods train policies on imagined rollouts. These rollouts are trajectories generated by a learned dynamics model and are scored by a learned reward model, but without…

Reinforcement Learning

SALT: When More Rollouts Don't Help in Group-Based Policy Optimization and How to Make Them Matter

2026-06-04 · Powei Chang, Jinpeng Zhang, Chaoqun Sun, MiniWell Tsao 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) often adopts GRPO-style group-relative updates, sampling multiple rollouts per prompt to construct normalized learning signals. However, merely increasing the number …

Reinforcement Learning

Your Language Model is Its Own Critic: Reinforcement Learning with Value Estimation from Actor's Internal States

2026-05-08 · Yunho Choi, Jongwon Lim, Woojin Ahn, Minjae Oh 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) for Large Reasoning Models hinges on baseline estimation for variance reduction, but existing approaches pay a heavy price: PPO requires a policy-model scale critic, …

Reinforcement Learning

MemReward: Graph-Based Experience Memory for LLM Reward Prediction with Limited Labels

2026-03-13 · Tianyang Luo, Tao Feng, Zhigang Hua, Yan Xie 외 arxiv

Reinforcement learning has emerged as a powerful paradigm for improving large language model (LLM) reasoning, where rollouts are sampled from the policy and reward signals computed on those rollouts are used to update th…

Reinforcement LearningQuestion AnsweringCode Generation