Hugging Face Daily PapersHaixin Wang, Xiaoxuan Wang, Junkai Zhang1 min readpaperadvanced
ACLArena: Agent Continue Learning in Multi-stage Post-training
Summary
The paper introduces ACLArena, a framework for studying Agent Continual Learning (ACL). It analyzes forgetting and generalization at model and token levels, compares multi‑teacher on‑policy distillation, self‑distilled fine‑tuning, and model merging, and proposes a new ACL recipe that combines offline replay of high‑quality trajectories with a routed network of LoRA experts trained via RL. Experi…
- Sequential training pipelines for agents exhibit forgetting; analysis at model and token granularity explains why.
- Multi‑teacher on‑policy distillation, self‑distilled fine‑tuning, and model merging each have distinct trade‑offs for preserving prior capabilities.
- A hybrid ACL approach—offline replay + routed LoRA‑expert network—significantly reduces catastrophic forgetting while enabling new skill acquisition.
- Empirical evaluation across four tasks demonstrates both in‑domain and out‑of‑domain generalization benefits.
Industrial agents must accumulate diverse skills over time without erasing earlier abilities. This work provides a systematic evaluation of existing ACL strategies and a concrete, reproducible recipe that improves multi‑stage learning, offering a practical path for deploying continually learning ag…
8/10