arXiv論文メモ
新着一覧
cs.AI · 査読状況未確認

チェックポイント受け渡しで見るエージェント強化学習の効果

Reach or Solve? Attributing Agentic RL Gains with Checkpoint Handoffs

Xuan Liu, Jingbin Qian

この論文をやさしく読む

ひとことで言うと

強化学習後のエージェントの成功増加を、成功しやすい状態へたどり着く力と、同じ状態から解き切る力に分けて測る方法です。

何に役立つ?

長い行動列を持つAIの改善理由を、最終成功率だけではなく途中状態の受け渡しで評価するために役立ちます。

この研究の面白いところ

あるチェックポイントが作った状態を複製し、別のチェックポイントへ引き継がせます。両者が共通して到達した状態だけを見ると、選択の偏りで効果の符号まで逆転する例も示します。

どこまで分かった?

2ベンチマークと独立した2系列の5条件で相互作用を確認しています。手順には、ある方策の履歴を別の方策で再生できる環境が必要です。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

強化学習は現在、実環境で数十ステップにわたって行動する言語モデルエージェントを訓練している。大きな性能向上は、意思決定能力の改善として解釈される。しかし閉ループのエージェントは自分自身の入力を作り、各観測はそれ以前の行動の結果として得られる。そのため、エピソード後半で出会う状態は、部分的にはエージェント自身が作ったものである。同じ課題であっても、SFTチェックポイントとRLチェックポイントは異なる状態から評価される。 終端成功率には、エージェントがどこへ到達したかと、到達後に何をしたかという二つの変化が混ざる。両方の方策が到達した状態だけに比較を制限しても分離できない。その制限自体が結果による選別になり、本研究のデータでは効果の符号を反転させた。 そこで、チェックポイント受け渡しという評価手続きを導入する。ある公開チェックポイントが到達した状態を複製して、再訓練なしに別のチェックポイントへ渡す。SFTとRLの分割を、到達役と解決役として交差させ、終端の向上をREACHとSOLVEに分解する。REACHは、環境が成功まで一定の行動数だと確認する状態へ到達する頻度であり、SOLVEは、同一の複製状態から完了する頻度である。 2つのベンチマークと2つの独立に公開されたパイプラインを通じ、到達役と解決役の相互作用は5つの条件すべてで正だった。RLの履歴は、同じ履歴をSFT解決役に与えた場合より、RL解決役にとって価値が高い。ALFWorldではRLが両方の項を改善し、SFT解決役が成功してRL解決役が失敗することはなかった。独立なREACH差とSOLVE差は全体の相互作用を予測した。受け渡しには、一方のチェックポイントの履歴を他方の下で再生できることだけが必要であるため、長期評価では終端成功に加えて到達と完了を報告できる。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-17(UTC)
最新改訂
2026-09-17 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Reinforcement learning now trains language-model agents that act over dozens of steps in live environments. The gains are large, and they are read as better decision-making. An agent in a closed loop writes its own inputs. Each observation follows from its own earlier actions, so the states it meets late in an episode are partly of its own making. An SFT checkpoint and an RL checkpoint are then scored from different states, even on identical tasks. Endpoint success mixes two changes: where the agent arrives, and what it does once it is there. Restricting the comparison to states both policies reach does not separate them. That restriction selects on an outcome, and in our data it flips the sign of the effect. We introduce checkpoint handoff, an evaluation protocol that clones a state one released checkpoint reached and hands it to another, with no retraining. Crossing a reacher role and a solver role over SFT and RL splits an endpoint gain into REACH and SOLVE. REACH is how often a policy arrives at a state the environment confirms is a fixed number of actions from success. SOLVE is how often it finishes from an identical cloned state. Across two benchmarks and two independently released pipelines, the reacher by solver interaction is positive in all five conditions. An RL history is worth more to an RL solver than the same history is to an SFT solver. On ALFWorld, RL improves both terms, and the SFT solver never succeeds where the RL solver fails. Independent REACH and SOLVE gaps predict the aggregate interaction. Handoff asks only that one checkpoint's history can be replayed under another, so long-horizon evaluation can report arrival and completion beside endpoint success.

arXiv ID: 2609.19636 / 要約の誤りについて