LGApr 16, 2022

Efficient Bayesian Policy Reuse with a Scalable Observation Model in Deep Reinforcement Learning

arXiv:2204.07729v37 citationsh-index: 42
Originality Incremental advance
AI Analysis

This work addresses policy transfer efficiency for reinforcement learning practitioners, offering incremental improvements over existing BPR methods.

The paper tackled the problem of inefficient policy transfer in Bayesian policy reuse (BPR) for deep reinforcement learning by replacing episodic returns with state transition samples and introducing a scalable observation model, resulting in faster and more accurate task inference with reduced sample requirements.

Bayesian policy reuse (BPR) is a general policy transfer framework for selecting a source policy from an offline library by inferring the task belief based on some observation signals and a trained observation model. In this paper, we propose an improved BPR method to achieve more efficient policy transfer in deep reinforcement learning (DRL). First, most BPR algorithms use the episodic return as the observation signal that contains limited information and cannot be obtained until the end of an episode. Instead, we employ the state transition sample, which is informative and instantaneous, as the observation signal for faster and more accurate task inference. Second, BPR algorithms usually require numerous samples to estimate the probability distribution of the tabular-based observation model, which may be expensive and even infeasible to learn and maintain, especially when using the state transition sample as the signal. Hence, we propose a scalable observation model based on fitting state transition functions of source tasks from only a small number of samples, which can generalize to any signals observed in the target task. Moreover, we extend the offline-mode BPR to the continual learning setting by expanding the scalable observation model in a plug-and-play fashion, which can avoid negative transfer when faced with new unknown tasks. Experimental results show that our method can consistently facilitate faster and more efficient policy transfer.

Foundations

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

Your Notes