paper-with-me

홈 › Papers

AgentJet: A Flexible Swarm Training Framework for Agentic Reinforcement Learning

2026-06-03 · Qingxu Fu, Boyin Liu, Shuchang Tao, Zhaoyang Liu, Bolin Ding arxiv

We present AgentJet, a distributed swarm training framework for large language model (LLM) agent reinforcement learning. Unlike centralized frameworks that tightly couple agent rollouts with model optimization, AgentJet adopts a decoupled multi-node architecture in which swarm server nodes host trainable models and run optimization on GPU clusters, whereas swarm client nodes execute arbitrary agents on arbitrary devices. This design provides capabilities that are difficult to support in centralized frameworks: (1) heterogeneous multi-model reinforcement learning, enabling the training of heterogeneous multi-agent teams with multiple LLM as brains; (2) multi-task cocktail training with isolated agent runtimes; (3) fault-tolerant execution that prevents external environment failures from interrupting the training process; and (4) live code iteration, which allows agents to be edited during training by replacing swarm client nodes. To support efficient RL in multi-model, multi-turn, and multi-agent settings, AgentJet introduces a context tracking module with timeline merging, which consolidates redundant context and achieves a 1.5-10x training speedup. Finally, AgentJet introduces an automated research system that takes a research topic as input and autonomously conducts long-horizon, multi-day RL studies on large-scale clusters. By leveraging the swarm architecture, this system reproduces key exploratory workflows of RL researchers without human intervention during execution.

📄 PDF Abstract BibTeX arXiv:2606.04484

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SwarmAgentic: Towards Fully Automated Agentic System Generation via Swarm Intelligence

2025-06-18 · Yao Zhang, Chenyang Lin, Shijie Tang, Haokun Chen 외

The rapid progress of Large Language Models has advanced agentic systems in decision-making, coordination, and task execution. Yet, existing agentic system generation frameworks lack full autonomy, missing from-scratch a…

SwarmX: Agentic Scheduling for Low-Latency Agentic Systems

2026-06-19 · Yeqi Huang, Yanwei Ye, Guomin Chen, Wenhao Su 외 arxiv

Agentic AI applications compose multiple model calls and tool executions, creating new scheduling challenges for GPU-CPU clusters. Their inference time and model-call structure often depend on prompt semantics, making co…

Code Generation

Kimi K2.5: Visual Agentic Intelligence

2026-02-02 · Kimi Team, Tongtong Bai, Yifan Bai, Yiping Bao 외 arxiv

We introduce Kimi K2.5, an open-source multimodal agentic model designed to advance general agentic intelligence. K2.5 emphasizes the joint optimization of text and vision so that two modalities enhance each other. This …

Reinforcement Learning

CoordField: Coordination Field for Agentic UAV Task Allocation In Low-altitude Urban Scenarios

2025-04-30 · Tengchao Zhang, Yonglin Tian, Fei Lin, Jun Huang 외

With the increasing demand for heterogeneous Unmanned Aerial Vehicle (UAV) swarms to perform complex tasks in urban environments, system design now faces major challenges, including efficient semantic understanding, flex…

Task Planning

The AI Scientific Community: Agentic Virtual Lab Swarms

2026-03-22 · Ulisses Braga-Neto arxiv

In this short note we propose using agentic swarms of virtual labs as a model of an AI Science Community. In this paradigm, each particle in the swarm represents a complete virtual laboratory instance, enabling collectiv…

Computational Efficiency