Hugging Face、エージェント強化学習手法「EnvACE」を公開
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
研究者らは EnvACE と呼ぶ新しい強化学習手法を発表し、外部環境との相互作用を「世界リハーサル」に置き換えることで、大規模言語モデルエージェントの訓練コストを削減し性能を向上させることに成功した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月7日 14:20
AI深層分析
キーポイント
世界リハーサルの導入
EnvACE は外部環境とのインタラクションを不要とし、ポリシーが行動と環境応答の役割を交互に演じる「世界リハーサル」によって訓練を行う。
パラメータ内への学習
この手法により、アクションとその環境応答の関係性がモデルのパラメータ内部に統合され、意思決定を直接支援するエージェント用ワールドモデルが構築される。
ベンチマークでの高性能
BFCL-v4 や FinMCP-Bench などの複数の基準において、環境スケーリングベースラインを上回る強力で移転可能な性能を示した。
テスト時の追加利点
本番実行前に内部モデルを用いたプライベートリハーサルが可能となり、外部インタラクションを追加せずに中程度のリハーサル予算下でさらなる性能向上を実現する。
重要な引用
We introduce EnvACE, an agentic reinforcement learning method that replaces external environment interaction during training with world rehearsal.
Through world rehearsal, the policy internalizes the relationship between actions and their environment responses in its parameters
Our findings establish world rehearsal as a new path toward scaling LLM agent training beyond the constraints of external environments.
編集コメントを表示
編集コメント
外部環境への依存を減らすことで学習コストとリスクを大幅に下げる画期的なアプローチであり、実用化に向けた障壁を取り除く重要な一歩となる。コードが公開されているため、開発者は即座に検証や応用の検討が可能である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
長期にわたるツール使用のために大規模言語モデルエージェントを訓練する場合、通常は構築や検証にコストがかかる実環境・合成実行環境との相互作用、あるいは grounding が難しい外部シミュレータへの依存が必要となります。これに対し、EnvACE は、訓練中の外部環境との相互作用を「ワールド・リハーサル」で置き換えるアジェンティック強化学習手法です。
このポリシーは、行動とリハーサルの間を交互に繰り返します。まずツール呼び出しを生成し、次にその行動によって引き起こされる応答を環境の役割として生成します。そして、そのリハーサルされた応答に基づいて次の意思決定を行います。両方の役割は、タスク成功報酬を用いてエンドツーエンドで共同最適化されます。
ワールド・リハーサルの結果、ポリシーはパラメータ内に行動とその環境応答の関係性を内面化し、意思決定を直接支援するエージェント用世界モデルを構築します。BFCL-v4、tau^2-Bench、VitaBench、FinMCP-Bench における評価では、EnvACE は強力で汎用的な性能を発揮し、環境スケーリングベースラインを上回りました。制御実験では、モデル規模に関わらずワールド・リハーサルがポリシー学習を一貫して向上させることが示されています。
テスト時には、内面化された世界モデルにより、実行前にプライベートなリハーサルが可能となり、追加の外部相互作用なしに、適度なリハーサルの予算下でさらなる性能向上を実現します。
本研究の結果、世界リハーサルが外部環境の制約を超えて大規模言語モデル(LLM)エージェントのトレーニングを拡張するための新たな道筋であることが示されました。コードは https://github.com/Within-yao/EnvACE で公開されています。
原文を表示
Training large language model agents for long-horizon tool use typically relies on interactions with real or synthesized executable environments, whose construction and verification are costly, or on external simulators that are difficult to ground. We introduce EnvACE, an agentic reinforcement learning method that replaces external environment interaction during training with world rehearsal. The policy alternates between acting and rehearsal: it first generates a tool call, then plays the role of the environment to produce the response induced by that action, and conditions subsequent decisions on the rehearsed response. Both roles are jointly optimized end-to-end using task-success rewards. Through world rehearsal, the policy internalizes the relationship between actions and their environment responses in its parameters, yielding an agent world model that directly supports decision making. Across BFCL-v4, tau^2-Bench, VitaBench, and FinMCP-Bench, EnvACE achieves strong and transferable performance, outperforming environment-scaling baselines in the overall evaluation. Controlled studies further show that world rehearsal consistently improves policy learning across model scales. At test time, the internalized world model enables private rehearsal before committed execution, yielding further gains under a moderate rehearsal budget without additional external interaction. Our findings establish world rehearsal as a new path toward scaling LLM agent training beyond the constraints of external environments. Our code is publicly available at https://github.com/Within-yao/EnvACE.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み