paper-with-me

Papers

Performance-Weighed Policy Sampling for Meta-Reinforcement Learning

2020-12-10 · Ibrahim Ahmed, Marcos Quinones-Grueiro, Gautam Biswas

This paper discusses an Enhanced Model-Agnostic Meta-Learning (E-MAML) algorithm that generates fast convergence of the policy function from a small number of training examples when applied to new learning tasks. Built on top of Model-Agnostic Meta-Learning (MAML), E-MAML maintains a set of policy parameters learned in the environment for previous tasks. We apply E-MAML to developing reinforcement learning (RL)-based online fault tolerant control schemes for dynamic systems. The enhancement is applied when a new fault occurs, to re-initialize the parameters of a new RL policy that achieves faster adaption with a small number of samples of system behavior with the new fault. This replaces the random task sampling step in MAML. Instead, it exploits the extant previously generated experiences of the controller. The enhancement is sampled to maximally span the parameter space to facilitate adaption to the new fault. We demonstrate the performance of our approach combining E-MAML with proximal policy optimization (PPO) on the well-known cart pole example, and then on the fuel transfer system of an aircraft.

📄 PDF Abstract BibTeX arXiv:2012.06016

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningMeta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Memory Sequence Length of Data Sampling Impacts the Adaptation of Meta-Reinforcement Learning Agents

2024-06-18 · Menglong Zhang, Fuyuan Qian, Quanying Liu

Fast adaptation to new tasks is extremely important for embodied agents in the real world. Meta-reinforcement learning (meta-RL) has emerged as an effective method to enable fast adaptation in unknown environments. Compa…

continuous-controlContinuous ControlMeta Reinforcement LearningMuJoCo+1

Double Meta-Learning for Data Efficient Policy Optimization in Non-Stationary Environments

2020-11-21 · Elahe Aghapour, Nora Ayanian

We are interested in learning models of non-stationary environments, which can be framed as a multi-task learning problem. Model-free reinforcement learning algorithms can achieve good asymptotic performance in multi-tas…

Meta-LearningMeta Reinforcement LearningMulti-Task Learningreinforcement-learning+2

Interpretable Meta-Reinforcement Learning with Actor-Critic Method

2021-01-01 · Xingyuan Liang, Xu-Ying Liu

Meta-reinforcement learning (meta-RL) algorithms have successfully trained agent systems to perform well on different tasks within only few updates. However, in gradient-based meta-RL algorithms, the Q-function at adapta…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Off-Policy Meta-Reinforcement Learning via Probabilistic Context Variables

2019-03-19 · ICLR Workshop LLD 2019 · Kate Rakelly, Aurick Zhou, Deirdre Quillen, Chelsea Finn 외

Deep reinforcement learning algorithms require large amounts of experience to learn an individual task. While in principle meta-reinforcement learning (meta-RL) algorithms enable agents to learn new skills from small amo…

Deep Reinforcement LearningEfficient ExplorationMeta Reinforcement Learningreinforcement-learning+2

Meta Attention For Off-Policy Actor-Critic

2021-09-29 · Jiateng Huang, Wanrong Huang, Long Lan, Dan Wu

Off-Policy Actor-Critic methods can effectively exploit past experiences and thus they have achieved great success in various reinforcement learning tasks. In many image-based and multi-source tasks, attention mechanism …

continuous-controlContinuous ControlDecision MakingMeta-Learning+3