跳到正文
Jones Ray

ScholarPulse 日报 2026-06-09

2026-06-09 学术简报:2 篇。PCMA通过学习协调的代理特定偏好,有效提升多目标多智能体强化学习中的团队性能与权衡协调。

今日速览

序号标题来源论文日期主题推荐等级
1Learning Coordinated Preference for Multi-Objective Multi-Agent Reinforcement LearningarXiv2026-06-12Multi-Agent高
2AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled CompositionarXiv2026-06-12AI-Agent高

重点论文与技术动态

1. Learning Coordinated Preference for Multi-Objective Multi-Agent Reinforcement Learning

一句话结论

PCMA通过学习协调的代理特定偏好,有效提升多目标多智能体强化学习中的团队性能与权衡协调。

核心内容

方法与数据

价值判断

摘要 Cooperative multi-objective multi-agent reinforcement learning (MOMARL) models team decision making under multiple, potentially conflicting objectives. In this setting, conflicts arise not only across objectives but also across agents with different observations, roles, and contributions. We propose Preference Coordinated Multi-agent Policy Optimization (PCMA), which learns coordinated agent-specific preferences to enable complementary trade-offs among agents. Theoretically, we formulate cooperative MOMARL as a team-optimal game and show that, under suitable conditions, preference diversity can induce team improvement through a first-order improvement decomposition. Experiments on multiple cooperative MOMA environments and a practical traffic-control scenario show that PCMA improves both performance and trade-off coordination.

2. AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled Composition

一句话结论

AgentSpec通过标准化接口和模块化设计,揭示了具身代理性能由组件交互效应而非孤立模块强度决定。

核心内容

方法与数据

价值判断

摘要 LLM agents are increasingly built not as single model calls, but as scaffolded systems that combine reasoning, memory, reflection, action execution, and learning. While such scaffolds often improve performance, they are often embedded in tightly coupled pipelines, making it difficult to isolate component contributions, compare alternative designs, or understand how module interactions shape agent behavior. We introduce AgentSpec, a modular specification framework that represents embodied agents as typed compositions of reusable policy components with standardized interfaces. AgentSpec standardizes the interfaces among perception, memory, reasoning, reflection, action, and optional learning, enabling components to be swapped and recombined under controlled conditions. We instantiate this framework across DeliveryBench, ALFRED, MiniGrid, and RoboTHOR, and analyze reasoning, memory, reflection, and reinforcement-learning modules across model backbones. Our results show that agent performance is governed by scaffold compatibility and interaction effects rather than isolated module strength. In particular, structured multi-granularity memory improves long-horizon state tracking, reasoning and memory interact non-uniformly across environments, reflection trades off correction and cost, and RL-trained policies compose best when optimized with deployment-time scaffold structure. AgentSpec provides a controlled foundation for studying, comparing, and designing composable LLM agents. Our code, baselines and interactive playground are publicly available at https://agentspec-embodied.github.io.