LGAug 28, 2024

Skills Regularized Task Decomposition for Multi-task Offline Reinforcement Learning

Tencent
arXiv:2408.15593v111 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the problem of multi-task offline RL for robotics applications, offering a robust solution to handle heterogeneous data quality, though it appears incremental as it builds on existing skill-based and decomposition techniques.

The paper tackles the challenge of learning optimal policies for multiple tasks in offline reinforcement learning with datasets of varying quality, by introducing a skill-based task decomposition method that uses Wasserstein auto-encoders and quality-weighted regularization, resulting in improved performance over state-of-the-art algorithms on robotic manipulation and drone navigation tasks.

Reinforcement learning (RL) with diverse offline datasets can have the advantage of leveraging the relation of multiple tasks and the common skills learned across those tasks, hence allowing us to deal with real-world complex problems efficiently in a data-driven way. In offline RL where only offline data is used and online interaction with the environment is restricted, it is yet difficult to achieve the optimal policy for multiple tasks, especially when the data quality varies for the tasks. In this paper, we present a skill-based multi-task RL technique on heterogeneous datasets that are generated by behavior policies of different quality. To learn the shareable knowledge across those datasets effectively, we employ a task decomposition method for which common skills are jointly learned and used as guidance to reformulate a task in shared and achievable subtasks. In this joint learning, we use Wasserstein auto-encoder (WAE) to represent both skills and tasks on the same latent space and use the quality-weighted loss as a regularization term to induce tasks to be decomposed into subtasks that are more consistent with high-quality skills than others. To improve the performance of offline RL agents learned on the latent space, we also augment datasets with imaginary trajectories relevant to high-quality skills for each task. Through experiments, we show that our multi-task offline RL approach is robust to the mixed configurations of different-quality datasets and it outperforms other state-of-the-art algorithms for several robotic manipulation tasks and drone navigation tasks.

Foundations

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

Your Notes