paper-with-me

Papers

Continual Diffuser (CoD): Mastering Continual Offline Reinforcement Learning with Experience Rehearsal

2024-09-04 · Jifeng Hu, Li Shen, Sili Huang, Zhejian Yang, Hechang Chen, Lichao Sun, Yi Chang, DaCheng Tao

Artificial neural networks, especially recent diffusion-based models, have shown remarkable superiority in gaming, control, and QA systems, where the training tasks' datasets are usually static. However, in real-world applications, such as robotic control of reinforcement learning (RL), the tasks are changing, and new tasks arise in a sequential order. This situation poses the new challenge of plasticity-stability trade-off for training an agent who can adapt to task changes and retain acquired knowledge. In view of this, we propose a rehearsal-based continual diffusion model, called Continual Diffuser (CoD), to endow the diffuser with the capabilities of quick adaptation (plasticity) and lasting retention (stability). Specifically, we first construct an offline benchmark that contains 90 tasks from multiple domains. Then, we train the CoD on each task with sequential modeling and conditional generation for making decisions. Next, we preserve a small portion of previous datasets as the rehearsal buffer and replay it to retain the acquired knowledge. Extensive experiments on a series of tasks show CoD can achieve a promising plasticity-stability trade-off and outperform existing diffusion-based methods and other representative baselines on most tasks.

📄 PDF Abstract BibTeX arXiv:2409.02512

Code (1)

JF-Hu/Continual_Diffuser 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Solving Continual Offline RL through Selective Weights Activation on Aligned Spaces

2024-10-21 · Jifeng Hu, Sili Huang, Li Shen, Zhejian Yang 외

Continual offline reinforcement learning (CORL) has shown impressive ability in diffusion-based lifelong learning systems by modeling the joint distributions of trajectories. However, most research only focuses on limite…

Continual LearningLifelong learningOffline RLQuantization

Data-Incremental Continual Offline Reinforcement Learning

2024-04-19 · Sibo Gai, Donglin Wang

In this work, we propose a new setting of continual learning: data-incremental continual offline reinforcement learning (DICORL), in which an agent is asked to learn a sequence of datasets of a single offline reinforceme…

Continual LearningOffline RLQ-Learningreinforcement-learning+2

Continual Task Learning through Adaptive Policy Self-Composition

2024-11-18 · Shengchao Hu, YuHang Zhou, Ziqing Fan, Jifeng Hu 외

Training a generalizable agent to continually learn a sequence of tasks from offline trajectories is a natural requirement for long-lived agents, yet remains a significant challenge for current offline reinforcement lear…

Continual LearningOffline RLReinforcement Learning (RL)

Hierarchical Subspaces of Policies for Continual Offline Reinforcement Learning

2024-12-19 · Anthony Kobanda, Rémy Portelas, Odalric-Ambrym Maillard, Ludovic Denoyer

In dynamic domains such as autonomous robotics and video game simulations, agents must continuously adapt to new tasks while retaining previously acquired skills. This ongoing process, known as Continual Reinforcement Le…

Continual LearningMuJoCoreinforcement-learningReinforcement Learning

Continual Offline Reinforcement Learning via Diffusion-based Dual Generative Replay

2024-04-16 · Jinmei Liu, Wenbin Li, Xiangyu Yue, Shilin Zhang 외

We study continual offline reinforcement learning, a practical paradigm that facilitates forward transfer and mitigates catastrophic forgetting to tackle sequential offline tasks. We propose a dual generative replay fram…

Continual Learningreinforcement-learningReinforcement Learning