paper-with-me

Papers

Agentic Skill Discovery

2024-05-23 · Xufeng Zhao, Cornelius Weber, Stefan Wermter

Language-conditioned robotic skills make it possible to apply the high-level reasoning of Large Language Models (LLMs) to low-level robotic control. A remaining challenge is to acquire a diverse set of fundamental skills. Existing approaches either manually decompose a complex task into atomic robotic actions in a top-down fashion, or bootstrap as many combinations as possible in a bottom-up fashion to cover a wider range of task possibilities. These decompositions or combinations, however, require an initial skill library. For example, a `grasping'' capability can never emerge from a skill library containing only diverse `pushing'' skills. Existing skill discovery techniques with reinforcement learning acquire skills by an exhaustive exploration but often yield non-meaningful behaviors. In this study, we introduce a novel framework for skill discovery that is entirely driven by LLMs. The framework begins with an LLM generating task proposals based on the provided scene description and the robot's configurations, aiming to incrementally acquire new skills upon task completion. For each proposed task, a series of reinforcement learning processes are initiated, utilizing reward and success determination functions sampled by the LLM to develop the corresponding policy. The reliability and trustworthiness of learned behaviors are further ensured by an independent vision-language model. We show that starting with zero skill, the skill library emerges and expands to more and more meaningful and reliable skills, enabling the robot to efficiently further propose and complete advanced tasks. Project page: \url{https://agentic-skill-discovery.github.io}.

📄 PDF Abstract BibTeX arXiv:2405.15019

Code (1)

xf-zhao/Agentic-Skill-Discovery 공식 구현

Tasks

Language Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Library 설명 없음

Similar Papers 제목 키워드 기반

Declarative Data Services: Structured Agentic Discovery for Composing Data Systems

2026-05-20 · Shanshan Ye, Duo Lu arxiv

Agentic discovery has shown that LLM-driven search can find novel algorithms, designs, and code under benchmark conditions. Translating the paradigm to multi-system data backends surfaces a harder problem: the search spa…

SoK: Agentic Skills -- Beyond Tool Use in LLM Agents

2026-02-24 · Yanna Jiang, Delong Li, Haiyu Deng, Baihe Ma 외 arxiv

Agentic systems increasingly rely on reusable procedural capabilities, \textit{a.k.a., agentic skills}, to execute long-horizon workflows reliably. These capabilities are callable modules that package procedural knowledg…

SkillFlow:Benchmarking Lifelong Skill Discovery and Evolution for Autonomous Agents

2026-04-19 · Ziao Zhang, Kou Shi, Shiting Huang, Avery Nie 외 arxiv

As the capability frontier of autonomous agents continues to expand, they are increasingly able to complete specialized tasks through plug-and-play external skills. Yet current benchmarks mostly test whether models can u…

Evaluating Skills, Not Just Agents: Agentic Continuous Evaluation of Skills

2026-08-20 · Christopher Kevin, Narendran Raghavan, Jean-Francois Puget, Roshni Malani 외 arxiv

Enterprise agent programs are moving from prototypes into production, where reusable skills, tools, and workflow packages must be reviewed with evidence rather than prose. Current gates often scan these artifacts for str…

ASPIRE: Agentic /Skills Discovery for Robotics

2026-06-30 · Runyu Lu, Yubo Wu, Ethan Kou, Letian Fu 외 hf

Traditional robot programming is challenging: it requires orchestrating multimodal perception, managing physical contact dynamics, and handling diverse configurations and execution failures. We introduce ASPIRE (Agentic …

Zero-shot GeneralizationContinual Learning