paper-with-me

Papers

Model Selection in Batch Policy Optimization

2021-12-23 · Jonathan N. Lee, George Tucker, Ofir Nachum, Bo Dai

We study the problem of model selection in batch policy optimization: given a fixed, partial-feedback dataset and $M$ model classes, learn a policy with performance that is competitive with the policy derived from the best model class. We formalize the problem in the contextual bandit setting with linear model classes by identifying three sources of error that any model selection algorithm should optimally trade-off in order to be competitive: (1) approximation error, (2) statistical complexity, and (3) coverage. The first two sources are common in model selection for supervised learning, where optimally trading-off these properties is well-studied. In contrast, the third source is unique to batch policy optimization and is due to dataset shift inherent to the setting. We first show that no batch policy optimization algorithm can achieve a guarantee addressing all three simultaneously, revealing a stark contrast between difficulties in batch policy optimization and the positive results available in supervised learning. Despite this negative result, we show that relaxing any one of the three error sources enables the design of algorithms achieving near-oracle inequalities for the remaining two. We conclude with experiments demonstrating the efficacy of these algorithms.

📄 PDF Abstract BibTeX arXiv:2112.12320

Code (0)

등록된 구현이 없습니다.

Tasks

modelModel Selection

Similar Papers 제목 키워드 기반

Sparse Feature Selection Makes Batch Reinforcement Learning More Sample Efficient

2020-11-08 · Botao Hao, Yaqi Duan, Tor Lattimore, Csaba Szepesvári 외

This paper provides a statistical analysis of high-dimensional batch Reinforcement Learning (RL) using sparse linear function approximation. When there is a large number of candidate features, our result sheds light on t…

feature selectionModel Selectionreinforcement-learningReinforcement Learning+1

Training Greedy Policy for Proposal Batch Selection in Expensive Multi-Objective Combinatorial Optimization

2024-06-21 · Deokjae Lee, Hyun Oh Song, Kyunghyun Cho

Active learning is increasingly adopted for expensive multi-objective combinatorial optimization problems, but it involves a challenging subset selection problem, optimizing the batch acquisition score that quantifies th…

Active LearningCombinatorial Optimization

Batch Bayesian Optimization via Simulation Matching

2010-12-01 · NeurIPS 2010 12 · Javad Azimi, Alan Fern, Xiaoli Z. Fern

Bayesian optimization methods are often used to optimize unknown functions that are costly to evaluate. Typically, these methods sequentially select inputs to be evaluated one at a time based on a posterior over the unkn…

Bayesian Optimization

Surrogate Objectives for Batch Policy Optimization in One-step Decision Making

2019-12-01 · NeurIPS 2019 12 · Minmin Chen, Ramki Gummadi, Chris Harris, Dale Schuurmans

We investigate batch policy optimization for cost-sensitive classification and contextual bandits---two related tasks that obviate exploration but require generalizing from observed rewards to action selections in unseen…

Decision MakingMulti-Armed Bandits

Policy Optimization via Importance Sampling

2018-09-17 · NeurIPS 2018 12 · Alberto Maria Metelli, Matteo Papini, Francesco Faccio, Marcello Restelli

Policy optimization is an effective reinforcement learning approach to solve continuous control tasks. Recent achievements have shown that alternating online and offline optimization is a successful choice for efficient …

continuous-controlContinuous ControlReinforcement Learning