paper-with-me

Papers

Batch Reinforcement Learning Through Continuation Method

2021-01-01 · ICLR 2021 1 · Yijie Guo, Shengyu Feng, Nicolas Le Roux, Ed Chi, Honglak Lee, Minmin Chen

Many real-world applications of reinforcement learning (RL) require the agent to learn from a fixed set of trajectories, without collecting new interactions. Policy optimization under this setting is extremely challenging as: 1) the geometry of the objective function is hard to optimize efficiently; 2) the shift of data distributions causes high noise in the value estimation. In this work, we propose a simple yet effective policy iteration approach to batch RL using global optimization techniques known as continuation. By constraining the difference between the learned policy and the behavior policy that generates the fixed trajectories, and continuously relaxing the constraint, our method 1) helps the agent escape local optima; 2) reduces the error in policy evaluation in the optimization procedure. We present results on a variety of control tasks, game environments, and a recommendation task to empirically demonstrate the efficacy of our proposed method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning Tractable Distributions Of Language Model Continuations

2025-11-20 · Gwen Yidou-Weng, Ian Li, Anji Liu, Oliver Broadrick 외 arxiv

Controlled generation imposes sequence-level constraints (syntax, style, safety) that depend on future tokens, making exact conditioning of an autoregressive LM intractable. Tractable surrogates such as HMMs can approxim…

Policy Gradient Algorithms Implicitly Optimize by Continuation

2023-05-11 · Adrien Bolland, Gilles Louppe, Damien Ernst

Direct policy optimization in reinforcement learning is usually solved with policy-gradient algorithms, which optimize policy parameters via stochastic gradient ascent. This paper provides a new theoretical interpretatio…

Can David Beat Goliath? On Multi-Hop Reasoning with Resource-Constrained Agents

2026-01-29 · Hojae Han, Heeyun Jung, Jongyoon Kim, Seung-won Hwang arxiv

Multi-turn reasoning agents solve complex questions by decomposing them into intermediate retrieval or tool-use steps, for accumulating supporting evidence across turns. Meanwhile, with reinforcement learning (RL), train…

Reinforcement Learning

Quality Signals in Generated Stories

2018-06-01 · SEMEVAL 2018 6 · Manasvi Sagarkar, John Wieting, Lifu Tu, Kevin Gimpel

We study the problem of measuring the quality of automatically-generated stories. We focus on the setting in which a few sentences of a story are provided and the task is to generate the next sentence ({``}continuation{'…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Sentence+3

AsyncLane: Decoupling Refinement from Advancement in Diffusion Language Model Decoding

2026-06-07 · Yingxuan Ren, Yuxuan Lou, Yong Liu, Pengcheng Fang 외 arxiv

Block-wise semi-autoregressive decoding is the standard inference paradigm for diffusion large language models (DLMs), but it imposes a strict dependency between blocks: the next block cannot begin until the current bloc…

Mathematical ReasoningCode Generation