paper-with-me

Papers

Sample-Efficient Reinforcement Learning in the Presence of Exogenous Information

2022-06-09 · Yonathan Efroni, Dylan J. Foster, Dipendra Misra, Akshay Krishnamurthy, John Langford

In real-world reinforcement learning applications the learner's observation space is ubiquitously high-dimensional with both relevant and irrelevant information about the task at hand. Learning from high-dimensional observations has been the subject of extensive investigation in supervised learning and statistics (e.g., via sparsity), but analogous issues in reinforcement learning are not well understood, even in finite state/action (tabular) domains. We introduce a new problem setting for reinforcement learning, the Exogenous Markov Decision Process (ExoMDP), in which the state space admits an (unknown) factorization into a small controllable (or, endogenous) component and a large irrelevant (or, exogenous) component; the exogenous component is independent of the learner's actions, but evolves in an arbitrary, temporally correlated fashion. We provide a new algorithm, ExoRL, which learns a near-optimal policy with sample complexity polynomial in the size of the endogenous component and nearly independent of the size of the exogenous component, thereby offering a doubly-exponential improvement over off-the-shelf algorithms. Our results highlight for the first time that sample-efficient reinforcement learning is possible in the presence of exogenous information, and provide a simple, user-friendly benchmark for investigation going forward.

📄 PDF Abstract BibTeX arXiv:2206.04282

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Provable RL with Exogenous Distractors via Multistep Inverse Dynamics

2021-10-17 · Yonathan Efroni, Dipendra Misra, Akshay Krishnamurthy, Alekh Agarwal 외

Many real-world applications of reinforcement learning (RL) require the agent to deal with high-dimensional observations such as those generated from a megapixel camera. Prior work has addressed such problems with repres…

Reinforcement Learning (RL)Representation Learning

Provably Filtering Exogenous Distractors using Multistep Inverse Dynamics

2021-09-29 · ICLR 2022 4 · Yonathan Efroni, Dipendra Misra, Akshay Krishnamurthy, Alekh Agarwal 외

Many real-world applications of reinforcement learning (RL) require the agent to deal with high-dimensional observations such as those generated from a megapixel camera. Prior work has addressed such problems with repres…

Reinforcement Learning (RL)Representation Learning

Streetwise Agents: Empowering Offline RL Policies to Outsmart Exogenous Stochastic Disturbances in RTC

2024-11-11 · Aditya Soni, Mayukh Das, Anjaly Parayil, Supriyo Ghosh 외

The difficulty of exploring and training online on real production systems limits the scope of real-time online data/feedback-driven decision making. The most feasible approach is to adopt offline reinforcement learning …

Offline RL

Towards Principled Representation Learning from Videos for Reinforcement Learning

2024-03-20 · Dipendra Misra, Akanksha Saran, Tengyang Xie, Alex Lamb 외

We study pre-training representations for decision-making using video data, which is abundantly available for tasks such as game agents and software testing. Even though significant empirical advances have been made on t…

Contrastive Learningreinforcement-learningReinforcement LearningRepresentation Learning+1

Learning in Markov Decision Processes with Exogenous Dynamics

2026-03-03 · Davide Maran, Davide Salaorni, Marcello Restelli arxiv

Reinforcement learning algorithms are typically designed for generic Markov Decision Processes (MDPs), where any state-action pair can lead to an arbitrary transition distribution. In many practical systems, however, onl…

Reinforcement Learning