Meta Reinforcement Learning

88 papers with code • 2 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Meta Reinforcement Learning models and implementations

ContraBAR: Contrastive Bayes-Adaptive Deep RL

ec2604/contrabar 4 Jun 2023

In meta reinforcement learning (meta RL), an agent seeks a Bayes-optimal policy -- the optimal policy when facing an unknown task that is sampled from some known task distribution.

5
04 Jun 2023

Offline Meta Reinforcement Learning with In-Distribution Online Adaptation

nagisazj/idaq_public 31 May 2023

We find a return-based uncertainty quantification for IDAQ that performs effectively.

4
31 May 2023

On Context Distribution Shift in Task Representation Learning for Offline Meta RL

zjlab-ammi/hs-omrl 1 Apr 2023

Offline Meta Reinforcement Learning (OMRL) aims to learn transferable knowledge from offline datasets to enhance the learning process for new target tasks.

3
01 Apr 2023

Procedural generation of meta-reinforcement learning tasks

thomasmiconi/meta-task-generator 11 Feb 2023

The parametrization allows us to randomly generate an arbitrary number of novel simple meta-learning tasks.

15
11 Feb 2023

Efficient Meta Reinforcement Learning for Preference-based Fast Adaptation

stilwell-git/adaptation-with-noisy-oracle 20 Nov 2022

To bridge this gap, we study the problem of few-shot adaptation in the context of human-in-the-loop reinforcement learning.

6
20 Nov 2022

BIMRL: Brain Inspired Meta Reinforcement Learning

roozbehrazavi/bimrl 29 Oct 2022

Inspired by recent progress in meta-RL, we introduce BIMRL, a novel multi-layer architecture along with a novel brain-inspired memory module that will help agents quickly adapt to new tasks within a few episodes.

10
29 Oct 2022

Hypernetworks in Meta-Reinforcement Learning

jacooba/hyper 20 Oct 2022

In this paper, we 1) show that hypernetwork initialization is also a critical factor in meta-RL, and that naive initializations yield poor performance; 2) propose a novel hypernetwork initialization scheme that matches or exceeds the performance of a state-of-the-art approach proposed for supervised settings, as well as being simpler and more general; and 3) use this method to show that hypernetworks can improve performance in meta-RL by evaluating on multiple simulated robotics benchmarks.

8
20 Oct 2022

Meta-Learning with Self-Improving Momentum Target

jihoontack/SiMT 11 Oct 2022

The idea of using a separately trained target model (or teacher) to improve the performance of the student model has been increasingly popular in various machine learning domains, and meta-learning is no exception; a recent discovery shows that utilizing task-wise target models can significantly boost the generalization performance.

23
11 Oct 2022

Decomposed Mutual Information Optimization for Generalized Context in Meta-Reinforcement Learning

YaoMarkMu/DOMINO_MB-MetaRL 9 Oct 2022

This paper addresses such a challenge by Decomposed Mutual INformation Optimization (DOMINO) for context learning, which explicitly learns a disentangled context to maximize the mutual information between the context and historical trajectories, while minimizing the state transition prediction error.

20
09 Oct 2022

Enhanced Meta Reinforcement Learning using Demonstrations in Sparse Reward Environments

desikrengarajan/emrld 26 Sep 2022

Meta reinforcement learning (Meta-RL) is an approach wherein the experience gained from solving a variety of tasks is distilled into a meta-policy.

11
26 Sep 2022