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

Sequential Decision Making with Expert Demonstrations under Unobserved Heterogeneity

vdblm/ExPerior 10 Apr 2024

We study the problem of online sequential decision-making given auxiliary demonstrations from experts who made their decisions based on unobserved contextual information.

0
10 Apr 2024

MAMBA: an Effective World Model Approach for Meta-Reinforcement Learning

zoharri/mamba 14 Mar 2024

Meta-reinforcement learning (meta-RL) is a promising framework for tackling challenging domains requiring efficient exploration.

5
14 Mar 2024

Disentangling Policy from Offline Task Representation Learning via Adversarial Data Augmentation

lamda-rl/reda 12 Mar 2024

Specifically, the objective of adversarial data augmentation is not merely to generate data analogous to offline data distribution; instead, it aims to create adversarial examples designed to confound learned task representations and lead to incorrect task identification.

3
12 Mar 2024

Generalizable Task Representation Learning for Offline Meta-Reinforcement Learning with Data Limitations

lamda-rl/gentle 26 Dec 2023

GENTLE employs Task Auto-Encoder~(TAE), which is an encoder-decoder architecture to extract the characteristics of the tasks.

4
26 Dec 2023

XLand-MiniGrid: Scalable Meta-Reinforcement Learning Environments in JAX

corl-team/xland-minigrid 19 Dec 2023

Inspired by the diversity and depth of XLand and the simplicity and minimalism of MiniGrid, we present XLand-MiniGrid, a suite of tools and grid-world environments for meta-reinforcement learning research.

139
19 Dec 2023

Constrained Meta-Reinforcement Learning for Adaptable Safety Guarantee with Differentiable Convex Programming

mgineer117/meta-cpo 15 Dec 2023

Despite remarkable achievements in artificial intelligence, the deployability of learning-enabled systems in high-stakes real-world environments still faces persistent challenges.

2
15 Dec 2023

Decoupling Meta-Reinforcement Learning with Gaussian Task Contexts and Skills

hehongc/DCMRL 11 Dec 2023

We propose a framework called decoupled meta-reinforcement learning (DCMRL), which (1) contrastively restricts the learning of task contexts through pulling in similar task contexts within the same task and pushing away different task contexts of different tasks, and (2) utilizes a Gaussian quantization variational autoencoder (GQ-VAE) for clustering the Gaussian distributions of the task contexts and skills respectively, and decoupling the exploration and learning processes of their spaces.

3
11 Dec 2023

Evolving Reservoirs for Meta Reinforcement Learning

corentinlger/er-mrl 9 Dec 2023

At the developmental scale, we employ these evolved reservoirs to facilitate the learning of a behavioral policy through Reinforcement Learning (RL).

3
09 Dec 2023

Context Shift Reduction for Offline Meta-Reinforcement Learning

moreanp/csro NeurIPS 2023

In this paper, we propose a novel approach called Context Shift Reduction for OMRL (CSRO) to address the context shift problem with only offline datasets.

8
07 Nov 2023

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

bhatiaabhinav/rl3 28 Jun 2023

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.

7
28 Jun 2023