paper-with-me

홈 › Papers

Target Policy Optimization

2026-04-07 · Jean Kaddour arxiv

In RL, given a prompt, we sample a group of completions from a model and score them. Two questions follow: which completions should gain probability mass, and how should the parameters move to realize that change? Standard policy-gradient methods answer both at once, so the update can overshoot or undershoot depending on the learning rate, clipping, and other optimizer choices. We introduce \emph{Target Policy Optimization} (TPO), which separates the two questions. Given scored completions, TPO constructs a target distribution $q_i \propto p_i^{\,\mathrm{old}} \exp(u_i)$ and fits the policy to it by cross-entropy. The loss gradient on sampled-completion logits is $p^θ- q$, which vanishes once the policy matches the target. On tabular bandits, transformer sequence tasks, and billion-parameter LLM RLVR, TPO matches PG, PPO, GRPO, and DG on easy tasks and substantially outperforms them under sparse reward. Code is available at https://github.com/JeanKaddour/tpo.

📄 PDF Abstract BibTeX arXiv:2604.06159

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IOB: Integrating Optimization Transfer and Behavior Transfer for Multi-Policy Reuse

2023-08-14 · Siyuan Li, Hao Li, Jin Zhang, Zhen Wang 외

Humans have the ability to reuse previously learned policies to solve new tasks quickly, and reinforcement learning (RL) agents can do the same by transferring knowledge from source policies to a related target task. Tra…

Continual LearningReinforcement Learning (RL)

Policy Optimization Through Approximate Importance Sampling

2019-10-09 · Marcin B. Tomczak, Dongho Kim, Peter Vrancx, Kee-Eung Kim

Recent policy optimization approaches (Schulman et al., 2015a; 2017) have achieved substantial empirical successes by constructing new proxy optimization objectives. These proxy objectives allow stable and low variance p…

continuous-controlContinuous Control

Listwise Policy Optimization: Group-based RLVR as Target-Projection on the LLM Response Simplex

2026-05-07 · Yun Qu, Qi Wang, Yixiu Mao, Heming Zou 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a standard approach for large language models (LLMs) post-training to incentivize reasoning capacity. Among existing recipes, group-based policy gradient i…

Reinforcement Learning

Factored Contextual Policy Search with Bayesian Optimization

2016-12-06 · Peter Karkus, Andras Kupcsik, David Hsu, Wee Sun Lee

Scarce data is a major challenge to scaling robot learning to truly complex tasks, as we need to generalize locally learned policies over different "contexts". Bayesian optimization approaches to contextual policy search…

Active LearningBayesian OptimizationPositionVocal Bursts Type Prediction

Policy Learning for Active Target Tracking over Continuous SE(3) Trajectories

2022-12-03 · Pengzhi Yang, Shumon Koga, Arash Asgharivaskasi, Nikolay Atanasov

This paper proposes a novel model-based policy gradient algorithm for tracking dynamic targets using a mobile robot, equipped with an onboard sensor with limited field of view. The task is to obtain a continuous control …

continuous-controlContinuous Control