paper-with-me

홈 › Papers

POTEC: Off-Policy Learning for Large Action Spaces via Two-Stage Policy Decomposition

2024-02-09 · Yuta Saito, Jihan Yao, Thorsten Joachims

We study off-policy learning (OPL) of contextual bandit policies in large discrete action spaces where existing methods -- most of which rely crucially on reward-regression models or importance-weighted policy gradients -- fail due to excessive bias or variance. To overcome these issues in OPL, we propose a novel two-stage algorithm, called Policy Optimization via Two-Stage Policy Decomposition (POTEC). It leverages clustering in the action space and learns two different policies via policy- and regression-based approaches, respectively. In particular, we derive a novel low-variance gradient estimator that enables to learn a first-stage policy for cluster selection efficiently via a policy-based approach. To select a specific action within the cluster sampled by the first-stage policy, POTEC uses a second-stage policy derived from a regression-based approach within each cluster. We show that a local correctness condition, which only requires that the regression model preserves the relative expected reward differences of the actions within each cluster, ensures that our policy-gradient estimator is unbiased and the second-stage policy is optimal. We also show that POTEC provides a strict generalization of policy- and regression-based approaches and their associated assumptions. Comprehensive experiments demonstrate that POTEC provides substantial improvements in OPL effectiveness particularly in large and structured action spaces.

📄 PDF Abstract BibTeX arXiv:2402.06151

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

PoTeC: A German Naturalistic Eye-tracking-while-reading Corpus

2024-03-01 · Deborah N. Jakobi, Thomas Kern, David R. Reich, Patrick Haller 외

The Potsdam Textbook Corpus (PoTeC) is a naturalistic eye-tracking-while-reading corpus containing data from 75 participants reading 12 scientific texts. PoTeC is the first naturalistic eye-tracking-while-reading corpus …

Reading Comprehension

Towards a morphological transducer and orthography converter for Western Tlacolula Valley Zapotec

2021-06-01 · NAACL (AmericasNLP) 2021 6 · Jonathan Washington, Felipe Lopez, Brook Lillehaugen

This paper presents work towards a morphological transducer and orthography converter for Dizhsa, or San Lucas Quiaviní Zapotec, an endangered Western Tlacolula Valley Zapotec language. The implementation of various aspe…

Improving and Accelerating Offline RL in Large Discrete Action Spaces with Structured Policy Initialization

2026-01-07 · Matthew Landers, Taylor W. Killian, Thomas Hartvigsen, Afsaneh Doryab arxiv

Reinforcement learning in discrete combinatorial action spaces requires searching over exponentially many joint actions to simultaneously select multiple sub-actions that form coherent combinations. Existing approaches e…

Reinforcement LearningOffline RL

ClothPPO: A Proximal Policy Optimization Enhancing Framework for Robotic Cloth Manipulation with Observation-Aligned Action Spaces

2024-05-05 · Libing Yang, Yang Li, Long Chen

Vision-based robotic cloth unfolding has made great progress recently. However, prior works predominantly rely on value learning and have not fully explored policy-based techniques. Recently, the success of reinforcement…

Language ModellingLarge Language Model

Learning Action-Transferable Policy with Action Embedding

2019-09-05 · Yu Chen, Yingfeng Chen, Zhipeng Hu, Tianpei Yang 외

Transfer learning (TL) is a promising way to improve the sample efficiency of reinforcement learning. However, how to efficiently transfer knowledge across tasks with different state-action spaces is investigated at an e…

Continuous ControlReinforcement LearningReinforcement Learning (RL)Transfer Learning