paper-with-me

홈 › Papers

Percentile Criterion Optimization in Offline Reinforcement Learning

2024-04-07 · NeurIPS 2023 11 · Elita A. Lobo, Cyrus Cousins, Yair Zick, Marek Petrik

In reinforcement learning, robust policies for high-stakes decision-making problems with limited data are usually computed by optimizing the \emph{percentile criterion}. The percentile criterion is approximately solved by constructing an \emph{ambiguity set} that contains the true model with high probability and optimizing the policy for the worst model in the set. Since the percentile criterion is non-convex, constructing ambiguity sets is often challenging. Existing work uses \emph{Bayesian credible regions} as ambiguity sets, but they are often unnecessarily large and result in learning overly conservative policies. To overcome these shortcomings, we propose a novel Value-at-Risk based dynamic programming algorithm to optimize the percentile criterion without explicitly constructing any ambiguity sets. Our theoretical and empirical results show that our algorithm implicitly constructs much smaller ambiguity sets and learns less conservative robust policies.

📄 PDF Abstract BibTeX arXiv:2404.05055

Code (1)

elitalobo/varframework 공식 구현

Tasks

Decision Makingreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Soft-Robust Algorithms for Batch Reinforcement Learning

2020-11-30 · Elita A. Lobo, Mohammad Ghavamzadeh, Marek Petrik

In reinforcement learning, robust policies for high-stakes decision-making problems with limited data are usually computed by optimizing the percentile criterion, which minimizes the probability of a catastrophic failure…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Offline Reinforcement Learning for Wireless Network Optimization with Mixture Datasets

2023-11-19 · Kun Yang, Cong Shen, Jing Yang, Shu-ping Yeh 외

The recent development of reinforcement learning (RL) has boosted the adoption of online RL for wireless radio resource management (RRM). However, online RL algorithms require direct interactions with the environment, wh…

ManagementOffline RLQ-Learningreinforcement-learning+3

Optimizing Percentile Criterion Using Robust MDPs

2019-10-23 · Bahram Behzadian, Reazul Hasan Russel, Marek Petrik, Chin Pang Ho

We address the problem of computing reliable policies in reinforcement learning problems with limited data. In particular, we compute policies that achieve good returns with high confidence when deployed. This objective,…

Reinforcement LearningReinforcement Learning (RL)

Reinforcement Learning for Code Optimization

2026-07-28 · Pierre Chambon, Kunhao Zheng, Juliette Decugis, Benoit Sagot 외 arxiv

RL for code correctness is now established: have the model generate a program, run it against hidden test cases, and reward solutions that pass. Extending this to code optimization seems straightforward: just add executi…

Reinforcement Learning

Dataset Distillation for Offline Reinforcement Learning

2024-07-29 · Jonathan Light, Yuanzhe Liu, Ziniu Hu

Offline reinforcement learning often requires a quality dataset that we can train a policy on. However, in many situations, it is not possible to get such a dataset, nor is it easy to train a policy to perform well in th…

Dataset Distillationreinforcement-learningReinforcement Learning