proomt

Search

Search posts, papers, and topics

All posts

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

Related reading

  1. RetireOPD: Self-Retiring On-Policy Distillation for Agentic Reinforcement Learning

    RetireOPD introduces a self‑retiring on‑policy distillation framework for multi‑turn RL agents. A skill‑conditioned teacher is first trained with environment rewards, then a skill‑free student learns jointly via RL and token‑level distillation. The student automatically drops the teacher once its performance gap stops shrinking and it reaches a target success‑rate fraction, after which training c…

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. CERA-MoA: Co-Evolving Routing Mechanisms with Continually Learning LLM Agents

    CERA-MoA proposes a reinforcement‑learning loop where a router and a set of LLM agents are trained together. A “familiarity” estimator reads mid‑layer hidden states to predict each agent’s competence on a query, letting the router activate only a minimal subset of agents that meet a cumulative confidence threshold. The system also feeds targeted training examples to agents based on their evolving…

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. Generalized Agent Iteration: One Formal Framework for Iterative Policy Improvement and Recursive Self-Improvement

    The paper introduces Generalized Agent Iteration (GAI), a formal framework that unifies classical iterative policy improvement (GPI) and recursive self‑improvement (RSI). GAI treats an agent as a set of modifiable components and models learning as a loop of evaluation and improvement. Two binary “dials”—whether the improvement mechanism is internal to the agent and whether the evaluation standard…

    Hugging Face Daily Papersarxiv.org1 minpaper
  4. In-Context Robot Learning with VLM Agents

    GPT‑Policy is a framework that lets a large vision‑language model (e.g. GPT‑6 Astra) perform in‑context robot learning: a context compiler extracts visual transitions from demos, the VLM proposes tool actions, and a constrained controller verifies and executes them. Real‑robot experiments show that raw video demos improve success rates even without explicit action labels, and that providing align…

    Hugging Face Daily Papersarxiv.org1 minpaper
  5. Designer-RSI: Evolving Procedural Memory from User Traffic for Agentic Graphic Design

    The paper introduces Designer‑RSI, a continual‑adaptation system that couples a frozen design‑software‑controlling LLM with an external procedural memory of natural‑language design skills. Over five adaptation rounds on real user briefs, the memory grows from 76 to 139 procedures and lifts execution success from 72.7% to 99.3%, showing that skill accumulation and selective replay can dramatically…

    Hugging Face Daily Papersarxiv.org1 minpaper