paper-with-me

Papers

Provably Good Batch Reinforcement Learning Without Great Exploration

2020-07-16 · Yao Liu, Adith Swaminathan, Alekh Agarwal, Emma Brunskill

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit states and actions outside the support of the batch data, and function approximation and optimization with limited samples can further increase the potential of learning policies with overly optimistic estimates of their future performance. Recent algorithms have shown promise but can still be overly optimistic in their expected outcomes. Theoretical work that provides strong guarantees on the performance of the output policy relies on a strong concentrability assumption, that makes it unsuitable for cases where the ratio between state-action distributions of behavior policy and some candidate policies is large. This is because in the traditional analysis, the error bound scales up with this ratio. We show that a small modification to Bellman optimality and evaluation back-up to take a more conservative update can have much stronger guarantees. In certain settings, they can find the approximately best policy within the state-action space explored by the batch data, without requiring a priori assumptions of concentrability. We highlight the necessity of our conservative update and the limitations of previous algorithms and analyses by illustrative MDP examples, and demonstrate an empirical comparison of our algorithm and other state-of-the-art batch RL baselines in standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2007.08202

Code (1)

yaoliucs/PQL pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Provably Good Batch Off-Policy Reinforcement Learning Without Great Exploration

2020-12-01 · NeurIPS 2020 12 · Yao Liu, Adith Swaminathan, Alekh Agarwal, Emma Brunskill

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Solving the Order Batching and Sequencing Problem using Deep Reinforcement Learning

2020-06-16 · Bram Cals, Yingqian Zhang, Remco Dijkman, Claudy van Dorst

In e-commerce markets, on time delivery is of great importance to customer satisfaction. In this paper, we present a Deep Reinforcement Learning (DRL) approach for deciding how and when orders should be batched and picke…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Batch Reinforcement Learning with Hyperparameter Gradients

2020-01-01 · ICML 2020 1 · Byung-Jun Lee, Jongmin Lee, Peter Vrancx, Dongho Kim 외

We consider the batch reinforcement learning problem where the agent needs to learn only from a fixed batch of data, without further interaction with the environment. In such a scenario, we want to prevent the optimized …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Replicable Reinforcement Learning

2023-05-24 · NeurIPS 2023 11

The replicability crisis in the social, behavioral, and data sciences has led to the formulation of algorithm frameworks for replicability -- i.e., a requirement that an algorithm produce identical outputs (with high pro…

reinforcement-learningReinforcement Learning

Offline-Online Reinforcement Learning: Extending Batch and Online RL

2021-09-29 · Maryam Hashemzadeh, Wesley Chung, Martha White

Batch RL has seen a surge in popularity and is applicable in many practical scenarios where past data is available. Unfortunately, the performance of batch RL agents is limited in both theory and practice without strong …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)