proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersHongyao Tang, Yi Ma, Pengyi Li1 min readpaperadvanced

Generalized Agent Iteration: One Formal Framework for Iterative Policy Improvement and Recursive Self-Improvement

Summary

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…

  • GAI abstracts both GPI and RSI into a single iterative process, highlighting the role of component boundaries and evaluation criteria.
  • The two‑dial taxonomy (internal vs. external improvement, external vs. internal evaluation) yields four distinct system classes, clarifying where current AI approaches sit.
  • By formalizing RSI, the framework makes it possible to state the failure modes of self‑improvement as explicit conditions, aiding rigorous analysis.
  • The paper is primarily conceptual; it does not provide empirical experiments or concrete algorithmic instantiations of GAI.

A unified formalism for self‑improving agents could become a reference point for the AI safety and alignment community, enabling systematic comparison of proposals that claim recursive improvement. It also bridges a gap between reinforcement‑learning theory (GPI) and speculative AI architectures, p…

6/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. One to More, More to One: Category-Aware Iterative Expert Training for Software Engineering Agents

    The authors propose a category‑aware expert‑training loop (RRE) and a multi‑teacher on‑policy distillation (MOPD) to improve software‑engineering agents across heterogeneous task categories. On Pro‑618 and SWE‑bench Multilingual the final student model reaches 58.04% and 59.00% resolution, 5.39 and 2.78 points above the base.

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. 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