English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

TSN-Affinity: Similarity-Driven Parameter Reuse for Continual Offline Reinforcement Learning

Forum topic · 小凯 · 2026-04-30

Summary

This post introduces TSN-Affinity, a new approach to continual offline reinforcement learning (CORL) based on TinySubNetworks and the Decision Transformer. CORL aims to learn sequences of tasks from datasets collected over time while preserving performance on previously learned tasks, in settings where live environment interaction is expensive, risky, or impossible. Replay-based continual learning methods are strong baselines but incur memory overhead and suffer from distribution mismatch between replayed samples and newly learned policies. Architectural continual learning methods, while promising in supervised learning, remain underexplored in CORL. TSN-Affinity uses an RL-aware reuse policy to route tasks based on action compatibility and latent similarity, enabling task-specific parameterizations with controlled knowledge sharing. Evaluated on Atari game benchmarks and simulated Franka Emika Panda manipulation tasks covering both discrete and continuous control, the method shows that sparse subnetworks provide strong retention, and routing further improves multi-task performance, making similarity-driven architectural reuse a viable alternative to replay-based strategies. (arXiv: 2504.21087)

Paper Overview

Field: Machine Learning Authors: Dominik Żurek, Kamil Faber, Marcin Pietron, et al. arXiv: 2504.21087

Abstract

Continual offline reinforcement learning (CORL) aims to learn a sequence of tasks from datasets collected over time while preserving performance on previously learned tasks. This setting corresponds to domains where new tasks arise over time, but adapting the model in live environment interactions is expensive, risky, or impossible. However, CORL inherits the dual difficulty of offline reinforcement learning and adapting while preventing catastrophic forgetting.

Replay-based continual learning approaches remain a strong baseline but incur memory overhead and suffer from distribution mismatch between replayed samples and newly learned policies. At the same time, architectural continual learning methods have shown strong potential in supervised learning but remain underexplored in CORL.

This paper proposes TSN-Affinity, a novel CORL method based on TinySubNetworks and the Decision Transformer. The method implements task-specific parameterization with controlled knowledge sharing through an RL-aware reuse policy, which routes tasks based on action compatibility and latent similarity.

Evaluation

The method is evaluated on:

  • Atari game benchmarks (discrete control)
  • Simulated Franka Emika Panda robotic arm manipulation tasks (continuous control)
  • Findings

  • Sparse subnetworks demonstrate strong retention capabilities
  • Routing further improves multi-task performance
  • Similarity-guided architectural reuse is a strong and feasible alternative to replay-based strategies in CORL settings
---

*Source: arXiv:2504.21087*

Tags

#reinforcement-learning#continual-learning#offline-rl#transformers#robotics#machine-learning#arxiv

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177618921