paper-with-me

Papers

ClawGym: A Scalable Framework for Building Effective Claw Agents

2026-04-29 · Fei Bai, Huatong Song, Shuang Sun, Daixuan Cheng, Yike Yang, Chuan Hao, Renyuan Li, Feng Chang, Yuan Wei, Ran Tao, Bryan Dai, Jian Yang, Wayne Xin Zhao, Ji-Rong Wen arxiv

Claw-style environments support multi-step workflows over local files, tools, and persistent workspace states. However, scalable development around these environments remains constrained by the absence of a systematic framework, especially one for synthesizing verifiable training data and integrating it with agent training and diagnostic evaluation. To address this challenge, we present ClawGym, a scalable framework that supports the full lifecycle of Claw-style personal agent development. Concretely, we construct ClawGym-SynData, a diverse dataset of 13.5K filtered tasks synthesized from persona-driven intents and skill-grounded operations, paired with realistic mock workspaces and hybrid verification mechanisms. We then train a family of capable Claw-style models, termed ClawGym-Agents, through supervised fine-tuning on black-box rollout trajectories, and further explore reinforcement learning via a lightweight pipeline that parallelizes rollouts across per-task sandboxes. To support reliable evaluation, we further construct ClawGym-Bench, a benchmark of 200 instances calibrated through automated filtering and human-LLM review. Relevant resources have been released at https://github.com/ClawGym.

📄 PDF Abstract BibTeX arXiv:2604.26904

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ClawGym II: Exploring Black-Box RL on Agent Harness

2026-08-17 · Huatong Song, Fei Bai, Ming Yang, Renyuan Li 외 arxiv

Agent harnesses have substantially improved performance on long-horizon tasks by coordinating agent interactions with the environment. However, reinforcement learning through complex harnesses remains largely unexplored,…

Reinforcement Learning

STAGE-Claw: Automated State-based Agent Benchmarking for Realistic Scenarios

2026-06-09 · Sirui Liang, Bohan Yu, Peiyu Wang, Shiguang Guo 외 arxiv

Large language models are increasingly used to power personal agents for everyday applications, but evaluating these agents remains a challenge. Existing benchmarks still rely on sandboxed artifacts, static task design, …

SeClaw: Spec-Driven Security Task Synthesis for Evaluating Autonomous Agents

2026-06-01 · Hao Cheng, Changtao Miao, Tianle Song, Yin Wu 외 arxiv

Autonomous LLM agents increasingly operate in stateful environments where they access tools, files, memory, and external services. While such capabilities enable complex real-world workflows, they also introduce security…

CLAW: Composable Language-Annotated Whole-body Motion Generation

2026-04-13 · Jianuo Cao, Yuxin Chen, Masayoshi Tomizuka arxiv

Training language-conditioned whole-body controllers for humanoid robots demands large-scale motion-language datasets. Existing approaches based on motion capture are costly and limited in diversity, while text-to-motion…

ClawKeeper: Comprehensive Safety Protection for OpenClaw Agents Through Skills, Plugins, and Watchers

2026-03-25 · Songyang Liu, Chaozhuo Li, Chenxu Wang, Jinyu Hou 외 arxiv

OpenClaw has rapidly established itself as a leading open-source autonomous agent runtime, offering powerful capabilities including tool integration, local file access, and shell command execution. However, these broad o…