paper-with-me

Papers

Using Options and Covariance Testing for Long Horizon Off-Policy Policy Evaluation

2017-03-09 · NeurIPS 2017 12 · Zhaohan Daniel Guo, Philip S. Thomas, Emma Brunskill

Evaluating a policy by deploying it in the real world can be risky and costly. Off-policy policy evaluation (OPE) algorithms use historical data collected from running a previous policy to evaluate a new policy, which provides a means for evaluating a policy without requiring it to ever be deployed. Importance sampling is a popular OPE method because it is robust to partial observability and works with continuous states and actions. However, the amount of historical data required by importance sampling can scale exponentially with the horizon of the problem: the number of sequential decisions that are made. We propose using policies over temporally extended actions, called options, and show that combining these policies with importance sampling can significantly improve performance for long-horizon problems. In addition, we can take advantage of special cases that arise due to options-based policies to further improve the performance of importance sampling. We further generalize these special cases to a general covariance testing rule that can be used to decide which weights to drop in an IS estimate, and derive a new IS algorithm called Incremental Importance Sampling that can provide significantly more accurate estimates for a broad class of domains.

📄 PDF Abstract BibTeX arXiv:1703.03453

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Option-Aware Hierarchical Imitation Learning

2021-06-10 · Mingxuan Jing, Wenbing Huang, Fuchun Sun, Xiaojian Ma 외

It has been a challenge to learning skills for an agent from long-horizon unannotated demonstrations. Existing approaches like Hierarchical Imitation Learning(HIL) are prone to compounding errors or suboptimal solutions.…

Imitation Learning

A Provably Efficient Option-Based Algorithm for both High-Level and Low-Level Learning

2024-06-21 · Gianluca Drappo, Alberto Maria Metelli, Marcello Restelli

Hierarchical Reinforcement Learning (HRL) approaches have shown successful results in solving a large variety of complex, structured, long-horizon problems. Nevertheless, a full theoretical understanding of this empirica…

Hierarchical Reinforcement Learning

SOAC: The Soft Option Actor-Critic Architecture

2020-06-25 · Chenghao Li, Xiaoteng Ma, Chongjie Zhang, Jun Yang 외

The option framework has shown great promise by automatically extracting temporally-extended sub-tasks from a long-horizon task. Methods have been proposed for concurrently learning low-level intra-option policies and hi…

MuJoCoTransfer Learning

MO2: Model-Based Offline Options

2022-09-05 · Sasha Salter, Markus Wulfmeier, Dhruva Tirumala, Nicolas Heess 외

The ability to discover useful behaviours from past experience and transfer them to new tasks is considered a core component of natural embodied intelligence. Inspired by neuroscience, discovering behaviours that switch …

continuous-controlContinuous Controlmodel

Convergence of policy gradient methods for finite-horizon exploratory linear-quadratic control problems

2022-11-01 · Michael Giegrich, Christoph Reisinger, Yufei Zhang

We study the global linear convergence of policy gradient (PG) methods for finite-horizon continuous-time exploratory linear-quadratic control (LQC) problems. The setting includes stochastic LQC problems with indefinite …

Policy Gradient Methods