Importance Weighted Transfer of Samples in Reinforcement Learning
Andrea Tirinzoni, Andrea Sessa, Matteo Pirotta, Marcello Restelli

TL;DR
This paper introduces a model-based importance weighting method for transferring experience samples across tasks in reinforcement learning, improving learning efficiency and robustness against negative transfer.
Contribution
It proposes a novel importance weighting technique that automatically estimates sample relevance, enhancing transfer learning in RL with a finite-sample analysis and empirical validation.
Findings
Outperforms state-of-the-art transfer methods in RL.
Robust to negative transfer even with dissimilar source tasks.
Provides a finite-sample theoretical analysis of the approach.
Abstract
We consider the transfer of experience samples (i.e., tuples < s, a, s', r >) in reinforcement learning (RL), collected from a set of source tasks to improve the learning process in a given target task. Most of the related approaches focus on selecting the most relevant source samples for solving the target task, but then all the transferred samples are used without considering anymore the discrepancies between the task models. In this paper, we propose a model-based technique that automatically estimates the relevance (importance weight) of each source sample for solving the target task. In the proposed approach, all the samples are transferred and used by a batch RL algorithm to solve the target task, but their contribution to the learning process is proportional to their importance weight. By extending the results for importance weighting provided in supervised learning literature,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Advanced Multi-Objective Optimization Algorithms · Evolutionary Algorithms and Applications
