paper-with-me

Papers

What is Going on Inside Recurrent Meta Reinforcement Learning Agents?

2021-04-29 · Safa Alver, Doina Precup

Recurrent meta reinforcement learning (meta-RL) agents are agents that employ a recurrent neural network (RNN) for the purpose of "learning a learning algorithm". After being trained on a pre-specified task distribution, the learned weights of the agent's RNN are said to implement an efficient learning algorithm through their activity dynamics, which allows the agent to quickly solve new tasks sampled from the same distribution. However, due to the black-box nature of these agents, the way in which they work is not yet fully understood. In this study, we shed light on the internal working mechanisms of these agents by reformulating the meta-RL problem using the Partially Observable Markov Decision Process (POMDP) framework. We hypothesize that the learned activity dynamics is acting as belief states for such agents. Several illustrative experiments suggest that this hypothesis is true, and that recurrent meta-RL agents can be viewed as agents that learn to act optimally in partially observable environments consisting of multiple related tasks. This view helps in understanding their failure cases and some interesting model-based results reported in the literature.

📄 PDF Abstract BibTeX arXiv:2104.14644

Code (0)

등록된 구현이 없습니다.

Tasks

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

RL$^3$: Boosting Meta Reinforcement Learning via RL inside RL$^2$

2023-06-28 · Abhinav Bhatia, Samer B. Nashed, Shlomo Zilberstein

Meta reinforcement learning (meta-RL) methods such as RL$^2$ have emerged as promising approaches for learning data-efficient RL algorithms tailored to a given task distribution. However, they show poor asymptotic perfor…

Meta Reinforcement Learningreinforcement-learning

Understanding Recurrent Neural State Using Memory Signatures

2018-02-11 · Skanda Koppula, Khe Chai Sim, Kean Chin

We demonstrate a network visualization technique to analyze the recurrent state inside the LSTMs/GRUs used commonly in language and acoustic models. Interpreting intermediate state and network activations inside end-to-e…

Learning to reinforcement learn

2016-11-17 · Jane. X. Wang, Zeb Kurth-Nelson, Dhruva Tirumala, Hubert Soyer 외

In recent years deep reinforcement learning (RL) systems have attained superhuman performance in a number of challenging task domains. However, a major limitation of such applications is their demand for massive amounts …

Deep Reinforcement LearningMeta-LearningMeta Reinforcement Learningreinforcement-learning+2

Do Deep Neural Networks for Segmentation Understand Insideness?

2019-09-25 · Kimberly M Villalobos, Vilim Stih, Amineh Ahmadinejad, Jamell Dozier 외

Image segmentation aims at grouping pixels that belong to the same object or region. At the heart of image segmentation lies the problem of determining whether a pixel is inside or outside a region, which we denote as th…

Image SegmentationSegmentationSemantic Segmentation

Meta-learning from Learning Curves Challenge: Lessons learned from the First Round and Design of the Second Round

2022-08-04 · Manh Hung Nguyen, Lisheng Sun, Nathan Grinsztajn, Isabelle Guyon

Meta-learning from learning curves is an important yet often neglected research area in the Machine Learning community. We introduce a series of Reinforcement Learning-based meta-learning challenges, in which an agent se…

AutoMLMeta-Learning