LGAIJan 13, 2025

TIMRL: A Novel Meta-Reinforcement Learning Framework for Non-Stationary and Multi-Task Environments

arXiv:2501.07146v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses a bottleneck in meta-RL for researchers and practitioners dealing with dynamic environments, though it appears incremental as it builds on existing meta-RL frameworks.

The paper tackled the problem of meta-reinforcement learning in non-stationary and multi-task environments by proposing a method using Gaussian mixture models and transformer networks, resulting in improved sample efficiency and accurate task classification on MuJoCo benchmarks.

In recent years, meta-reinforcement learning (meta-RL) algorithm has been proposed to improve sample efficiency in the field of decision-making and control, enabling agents to learn new knowledge from a small number of samples. However, most research uses the Gaussian distribution to extract task representation, which is poorly adapted to tasks that change in non-stationary environment. To address this problem, we propose a novel meta-reinforcement learning method by leveraging Gaussian mixture model and the transformer network to construct task inference model. The Gaussian mixture model is utilized to extend the task representation and conduct explicit encoding of tasks. Specifically, the classification of tasks is encoded through transformer network to determine the Gaussian component corresponding to the task. By leveraging task labels, the transformer network is trained using supervised learning. We validate our method on MuJoCo benchmarks with non-stationary and multi-task environments. Experimental results demonstrate that the proposed method dramatically improves sample efficiency and accurately recognizes the classification of the tasks, while performing excellently in the environment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes