paper-with-me

홈 › Papers

Pre-training as Batch Meta Reinforcement Learning with tiMe

2019-09-25 · Quan Vuong, Shuang Liu, Minghua Liu, Kamil Ciosek, Hao Su, Henrik Iskov Christensen

Pre-training is transformative in supervised learning: a large network trained with large and existing datasets can be used as an initialization when learning a new task. Such initialization speeds up convergence and leads to higher performance. In this paper, we seek to understand what the formalization for pre-training from only existing and observational data in Reinforcement Learning (RL) is and whether it is possible. We formulate the setting as Batch Meta Reinforcement Learning. We identify MDP mis-identification to be a central challenge and motivate it with theoretical analysis. Combining ideas from Batch RL and Meta RL, we propose tiMe, which learns distillation of multiple value functions and MDP embeddings from only existing data. In challenging control tasks and without fine-tuning on unseen MDPs, tiMe is competitive with state-of-the-art model-free RL method trained with hundreds of thousands of environment interactions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Optimization of Activity Batching Policies in Business Processes

2025-07-21 · Orlenys López-Pintado, Jannis Rosenbaum, Marlon Dumas arxiv

In business processes, activity batching refers to packing multiple activity instances for joint execution. Batching allows managers to trade off cost and processing effort against waiting time. Larger and less frequent …

Reinforcement Learning

Offline Meta-Reinforcement Learning with Advantage Weighting

2020-08-13 · Eric Mitchell, Rafael Rafailov, Xue Bin Peng, Sergey Levine 외

This paper introduces the offline meta-reinforcement learning (offline meta-RL) problem setting and proposes an algorithm that performs well in this setting. Offline meta-RL is analogous to the widely successful supervis…

Machine TranslationMeta-LearningMeta Reinforcement LearningObject Recognition+4

TaskNorm: Rethinking Batch Normalization for Meta-Learning

2020-03-06 · ICML 2020 1 · John Bronskill, Jonathan Gordon, James Requeima, Sebastian Nowozin 외

Modern meta-learning approaches for image classification rely on increasingly deep networks to achieve state-of-the-art performance, making batch normalization an essential component of meta-learning pipelines. However, …

General Classificationimage-classificationImage ClassificationMeta-Learning

Task Attended Meta-Learning for Few-Shot Learning

2021-06-20 · Aroof Aimen, Sahil Sidheekh, Narayanan C. Krishnan

Meta-learning (ML) has emerged as a promising direction in learning models under constrained resource settings like few-shot learning. The popular approaches for ML either learn a generalizable initial model or a generic…

Few-Shot LearningMeta-Learning

Meta-TTT: A Meta-learning Minimax Framework For Test-Time Training

2024-10-02 · Chen Tao, Li Shen, Soumik Mondal

Test-time domain adaptation is a challenging task that aims to adapt a pre-trained model to limited, unlabeled target data during inference. Current methods that rely on self-supervision and entropy minimization underper…

DiversityDomain AdaptationMeta-LearningSelf-Supervised Learning