paper-with-me

Papers

Chaining Value Functions for Off-Policy Learning

2022-01-17 · Simon Schmitt, John Shawe-Taylor, Hado van Hasselt

To accumulate knowledge and improve its policy of behaviour, a reinforcement learning agent can learn off-policy' about policies that differ from the policy used to generate its experience. This is important to learn counterfactuals, or because the experience was generated out of its own control. However, off-policy learning is non-trivial, and standard reinforcement-learning algorithms can be unstable and divergent. In this paper we discuss a novel family of off-policy prediction algorithms which are convergent by construction. The idea is to first learn on-policy about the data-generating behaviour, and then bootstrap an off-policy value estimate on this on-policy estimate, thereby constructing a value estimate that is partially off-policy. This process can be repeated to build a chain of value functions, each time bootstrapping a new estimate on the previous estimate in the chain. Each step in the chain is stable and hence the complete algorithm is guaranteed to be stable. Under mild conditions this comes arbitrarily close to the off-policy TD solution when we increase the length of the chain. Hence it can compute the solution even in cases where off-policy TD diverges. We prove that the proposed scheme is convergent and corresponds to an iterative decomposition of the inverse key matrix. Furthermore it can be interpreted as estimating a novel objective -- that we call a k-step expedition' -- of following the target policy for finitely many steps before continuing indefinitely with the behaviour policy. Empirically we evaluate the idea on challenging MDPs such as Baird's counter example and observe favourable results.

📄 PDF Abstract BibTeX arXiv:2201.06468

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Value-Informed Skill Chaining for Policy Learning of Long-Horizon Tasks with Surgical Robot

2023-07-31 · Tao Huang, Kai Chen, Wang Wei, Jianan Li 외

Reinforcement learning is still struggling with solving long-horizon surgical robot tasks which involve multiple steps over an extended duration of time due to the policy exploration challenge. Recent methods try to tack…

reinforcement-learning

Locally-Guided Actor-Critic: Training a Goal-conditioned Actor with a Subgoal-aware Critic

2026-08-31 · Olivier Serris, Stéphane Doncieux, Olivier Sigaud arxiv

Goal-conditioned reinforcement learning struggles with long horizons when rewards are sparse. While a planner can provide subgoals to guide a low-level policy, its use at test time may introduce practical subgoal managem…

Reinforcement Learning

Adversarial Skill Chaining for Long-Horizon Robot Manipulation via Terminal State Regularization

2021-11-15 · Youngwoon Lee, Joseph J. Lim, Anima Anandkumar, Yuke Zhu

Skill chaining is a promising approach for synthesizing complex behaviors by sequentially combining previously learned skills. Yet, a naive composition of skills fails when a policy encounters a starting state never seen…

Reinforcement Learning (RL)Robot Manipulation

How to Learn a Useful Critic? Model-based Action-Gradient-Estimator Policy Optimization

2020-04-29 · NeurIPS 2020 12 · Pierluca D'Oro, Wojciech Jaśkowski

Deterministic-policy actor-critic algorithms for continuous control improve the actor by plugging its actions into the critic and ascending the action-value gradient, which is obtained by chaining the actor's Jacobian ma…

continuous-controlContinuous ControlMuJoCo

Value Function Spaces: Skill-Centric State Abstractions for Long-Horizon Reasoning

2021-11-04 · ICLR 2022 4 · Dhruv Shah, Peng Xu, Yao Lu, Ted Xiao 외

Reinforcement learning can train policies that effectively perform complex tasks. However for long-horizon tasks, the performance of these methods degrades with horizon, often necessitating reasoning over and chaining lo…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1