微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
SimSkill: A Lifelong Learning AI Agent for Autonomous Mastery of Traffic Simulation
RSS 官方收录 · 可信分层展示
关键摘要
arXiv:2609.…
- 03753v1 Announce Type: new Abstract: As large language models (LLMs) b…
- We introduce SimSkill, a self-evolving agent built around the Simulati…
- SimSkill identifies capability gaps, generates and solves environment-…
摘要引擎:抽取
正文提要
arXiv:2609.03753v1 Announce Type: new Abstract: As large language models (LLMs) become increasingly capable, the long-term value of AI systems depends not only on solving individual requests, but also on transforming experience and accumulated knowledge into durable, reusable competence. We introduce SimSkill, a self-evolving agent built around the Simulation of Urban MObility (SUMO) traffic simulator. SimSkill identifies capability gaps, generates and solves environment-grounded tasks, verifies solutions through an action--critic loop, and consolidates experience into episodic, procedural, and semantic memory without updating the backbone model. Through autonomous exploration, it builds a reusable library spanning the traffic-simulation workflow. We evaluate SimSkill on two held-out benchmarks with three backbone LLMs and independent artifact-based verification. SimSkill improves verified completion by up to 25 percentage points, while ablations show complementary contributions from procedural and semantic memory. Its benefits remain backbone- and budget-dependent: memory does not improve every model or uniformly reduce inference cost. More broadly, SimSkill illustrates a design paradigm in which natural language preserves and composes computational capabilities, while executable tools and code provide precise and reproducible execution. All code and experimental data are publicly available at https://github.com/qiliuchn/SimSkill-V1.