Discover and explore top open-source AI tools and projects—updated daily.
SunzeYSelf-evolving computer use agent with autonomous learning
Top 99.8% on SourcePulse
Summary
SEAgent provides the official implementation for a self-evolving computer use agent capable of autonomous learning from experience, detailed in the ICML-2026 paper. It targets researchers and developers in AI agents and human-computer interaction, enabling agents to autonomously learn and improve performance on computer tasks through self-generated experience and feedback.
How It Works
The core architecture features a self-evolving loop: an actor model (e.g., UI-TARS) executes tasks, while a World State Model judges trajectory success. It integrates curriculum generation for task diversity and autonomous learning from SFT/RL data. Agents interact with simulated environments like OSWorld, receiving feedback to iteratively refine their capabilities.
Quick Start & Requirements
bash setup.sh.vllm serving and multiple GPUs (e.g., CUDA_VISIBLE_DEVICES=0,1,2,3). Requires specific models like SEAgent-1.0-7B, World-State-Model-7B, Qwen/Qwen2.5-72B-Instruct, and bytedance-research/UI-TARS-7B-DPO.Highlighted Details
Maintenance & Community
No specific details on community channels (Discord/Slack), active contributors beyond authors, or roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The project is licensed strictly for research purposes, prohibiting commercial use. The setup involves complex dependencies and significant computational resources, including multiple GPUs and specific large language models, which may pose an adoption barrier.
10 months ago
Inactive
facebookresearch