Commit 311b246d by wangchenglong

update.

parent a4015a79
\begin{thebibliography}{136} \begin{thebibliography}{137}
\providecommand{\natexlab}[1]{#1} \providecommand{\natexlab}[1]{#1}
\providecommand{\url}[1]{\texttt{#1}} \providecommand{\url}[1]{\texttt{#1}}
\expandafter\ifx\csname urlstyle\endcsname\relax \expandafter\ifx\csname urlstyle\endcsname\relax
...@@ -410,6 +410,11 @@ Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zh ...@@ -410,6 +410,11 @@ Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zh
\newblock \emph{ArXiv preprint}, abs/2402.03300, 2024. \newblock \emph{ArXiv preprint}, abs/2402.03300, 2024.
\newblock URL \url{https://arxiv.org/abs/2402.03300}. \newblock URL \url{https://arxiv.org/abs/2402.03300}.
\bibitem[Silver \& Sutton(2025)Silver and Sutton]{sutton-etal:welcome}
David Silver and Richard~S Sutton.
\newblock Welcome to the era of experience.
\newblock \emph{Google AI}, 1:\penalty0 11, 2025.
\bibitem[Silver et~al.(2016)Silver, Huang, Maddison, Guez, Sifre, Van Den~Driessche, Schrittwieser, Antonoglou, Panneershelvam, Lanctot, et~al.]{silver-etal:2016mastering} \bibitem[Silver et~al.(2016)Silver, Huang, Maddison, Guez, Sifre, Van Den~Driessche, Schrittwieser, Antonoglou, Panneershelvam, Lanctot, et~al.]{silver-etal:2016mastering}
David Silver, Aja Huang, Chris~J Maddison, Arthur Guez, Laurent Sifre, George Van Den~Driessche, Julian Schrittwieser, Ioannis Antonoglou, Veda Panneershelvam, Marc Lanctot, et~al. David Silver, Aja Huang, Chris~J Maddison, Arthur Guez, Laurent Sifre, George Van Den~Driessche, Julian Schrittwieser, Ioannis Antonoglou, Veda Panneershelvam, Marc Lanctot, et~al.
\newblock Mastering the game of go with deep neural networks and tree search. \newblock Mastering the game of go with deep neural networks and tree search.
......
...@@ -5,6 +5,14 @@ ...@@ -5,6 +5,14 @@
@article{sutton-etal:welcome,
title={Welcome to the era of experience},
author={Silver, David and Sutton, Richard S},
journal={Google AI},
volume={1},
pages={11},
year={2025}
}
@inproceedings{chen-etal:failure-attribution, @inproceedings{chen-etal:failure-attribution,
title = {Where Did It Go Wrong? Capability-Oriented Failure Attribution for Vision-and-Language Navigation Agents}, title = {Where Did It Go Wrong? Capability-Oriented Failure Attribution for Vision-and-Language Navigation Agents},
......
No preview for this file type
...@@ -302,7 +302,9 @@ Scaling environments also introduces substantial heterogeneity. Different enviro ...@@ -302,7 +302,9 @@ Scaling environments also introduces substantial heterogeneity. Different enviro
\subsection{Learning from Agentic Experience} \subsection{Learning from Agentic Experience}
\label{sec:learning_from_agentic_experience} \label{sec:learning_from_agentic_experience}
% AI 正在从依赖人类数据的"人类数据时代",转向主要依靠智能体自身交互经验的"经验时代". As mentioned in Section~\ref{sec:building-agent-capabilities}, 构建人类文本、示范和偏好数据,虽然仍然有用,但很难单独支撑贴近人类或者超越人类的智能。这其中主要的原因一方面是,人类的智能无法使用大量的样例数据来进行枚举的。另外一个问题, AI systems are gradually moving from an era dominated by human-generated data toward an era in which agents increasingly learn from their own experience \citep{sutton-etal:welcome}. As discussed in Section~\ref{sec:building-agent-capabilities}, supervised data remains useful for teaching agents basic behaviors, such as planning, tool invocation, and response formatting. However, human demonstrations alone are unlikely to cover the full range of situations that an agent may encounter in complex environments. The space of possible tasks, observations, tool responses, and execution failures is too large to be exhaustively annotated in advance.
\subsubsection{Memory Management} \subsubsection{Memory Management}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论