paper-with-me

홈 › Papers

OpenTinker: Separating Concerns in Agentic Reinforcement Learning

2026-01-12 · Siqi Zhu, Jiaxuan You arxiv

We introduce \textsc{OpenTinker}, an open infrastructure for training large language model (LLM) agents with many LoRA-backed policies over shared execution resources. Modern agent workloads mix supervised fine-tuning (SFT), online reinforcement learning (RL), rollout generation, validation, and multi-turn environment interaction. In such workloads, LoRA adapters are not static inference artifacts: they are frequently updated policy states whose optimizer state, rollout snapshot, and training data attribution must remain consistent. \textsc{OpenTinker} centers the runtime around this policy lifecycle. Users define environments, agents, and learning objectives, while the system manages training clients, rollout samplers, checkpoint handles, and policy-version refresh. The same data path supports SFT and RL by converting trajectories into token sequences with explicit masks: context and environment observations condition the model, while generated action tokens carry supervised weights or RL advantages. This design enables multi-LoRA SFT/RL training in which many users, tasks, or agents can share a base model while keeping adapter updates, checkpoints, and rollout snapshots isolated. We describe the system architecture, the adapter lifecycle, the service-backed snapshot handoff used by the current implementation, the backend contract for mixed-adapter rollout kernels, and the training scheduler that isolates adapter-local gradients and optimizer state. Representative validation tasks exercise single-turn, multi-turn, LoRA, and multi-agent agentic training.

📄 PDF Abstract BibTeX arXiv:2601.07376

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PMAx: An Agentic Framework for AI-Driven Process Mining

2026-03-16 · Anton Antonov, Humam Kourani, Alessandro Berti, Gyunam Park 외 arxiv

Process mining provides powerful insights into organizational workflows, but extracting these insights typically requires expertise in specialized query languages and data science tools. Large Language Models (LLMs) offe…

An Agentic AI Workflow for Detecting Cognitive Concerns in Real-world Data

2025-02-03 · Jiazi Tian, Liqin Wang, Pedram Fard, Valdery Moura Junior 외

Early identification of cognitive concerns is critical but often hindered by subtle symptom presentation. This study developed and validated a fully automated, multi-agent AI workflow using LLaMA 3 8B to identify cogniti…

Specificity

Toward Adaptable Multi-Agent Reinforcement Learning: An Assumption-Aware Review

2025-07-14 · Siyi Hu, Mohamad A Hady, Jianglin Qiao, Jimmy Cao 외 arxiv

Multi-Agent Reinforcement Learning (MARL) has achieved strong performance in simulated benchmarks, yet real deployments often violate the assumptions under which algorithms are designed and evaluated. Agent populations m…

Multi-agent Reinforcement Learning

From Goals to Aspects, Revisited: An NFR Pattern Language for Agentic AI Systems

2026-02-28 · Yijun Yu arxiv

Agentic AI systems exhibit numerous crosscutting concerns -- security, observability, cost management, fault tolerance -- that are poorly modularized in current implementations, contributing to the high failure rate of A…

Separating Advertising and Marketplace Functions of E-commerce Platforms: Is it Social Welfare Enhancing?

2025-02-12 · Zhe Zhang, Young Kwark, Srinivasan Raghunathan

The use of sponsored product listings in prominent positions of consumer search results has made e-commerce platforms, which traditionally serve as marketplaces for third-party sellers to reach consumers, a major medium …