paper-with-me

홈 › Papers

Safety-Constrained Policy Transfer with Successor Features

2022-11-10 · Zeyu Feng, BoWen Zhang, Jianxin Bi, Harold Soh

In this work, we focus on the problem of safe policy transfer in reinforcement learning: we seek to leverage existing policies when learning a new task with specified constraints. This problem is important for safety-critical applications where interactions are costly and unconstrained policies can lead to undesirable or dangerous outcomes, e.g., with physical robots that interact with humans. We propose a Constrained Markov Decision Process (CMDP) formulation that simultaneously enables the transfer of policies and adherence to safety constraints. Our formulation cleanly separates task goals from safety considerations and permits the specification of a wide variety of constraints. Our approach relies on a novel extension of generalized policy improvement to constrained settings via a Lagrangian formulation. We devise a dual optimization algorithm that estimates the optimal dual variable of a target task, thus enabling safe transfer of policies derived from successor features learned on source tasks. Our experiments in simulated domains show that our approach is effective; it visits unsafe states less frequently and outperforms alternative state-of-the-art methods when taking safety constraints into account.

📄 PDF Abstract BibTeX arXiv:2211.05361

Code (1)

clear-nus/SFT-CoP 공식 구현

Similar Papers 제목 키워드 기반

Distributional Successor Features Enable Zero-Shot Policy Optimization

2024-03-10 · Chuning Zhu, Xinqi Wang, Tyler Han, Simon S. Du 외

Intelligent agents must be generalists, capable of quickly adapting to various tasks. In reinforcement learning (RL), model-based RL learns a dynamics model of the world, in principle enabling transfer to arbitrary rewar…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Successor Features Combine Elements of Model-Free and Model-based Reinforcement Learning

2019-01-31 · Lucas Lehnert, Michael L. Littman

A key question in reinforcement learning is how an intelligent agent can generalize knowledge across different inputs. By generalizing across different inputs, information learned for one input can be immediately reused …

Decision MakingmodelModel-based Reinforcement Learningreinforcement-learning+2

Combining Behaviors with the Successor Features Keyboard

2023-10-24 · NeurIPS 2023 11

The Option Keyboard (OK) was recently proposed as a method for transferring behavioral knowledge across tasks. OK transfers knowledge by adaptively combining subsets of known behaviors using Successor Features (SFs) and …

Transfer Learning

VUSFA:Variational Universal Successor Features Approximator to Improve Transfer DRL for Target Driven Visual Navigation

2019-08-18 · Shamane Siriwardhana, Rivindu Weerasakera, Denys J. C. Matthies, Suranga Nanayakkara

In this paper, we show how novel transfer reinforcement learning techniques can be applied to the complex task of target driven navigation using the photorealistic AI2THOR simulator. Specifically, we build on the concept…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning+2

Non-Linear Rewards For Successor Features

2021-01-01 · Norman L Tasfi, Miriam Capretz

Reinforcement Learning algorithms have reached new heights in performance, often overtaking humans on several challenging tasks such as Atari and Go. However, the resulting models learn fragile policies that are unable t…