PulseAugur
EN
LIVE 15:05:22

New research explores LLM agents trained with symbolic options and cooperative evolution strategies

Researchers are exploring new methods for training large language models (LLMs) to act as agents in complex environments. One approach, detailed in a new arXiv paper, uses a "frontier coding model" to generate symbolic options for agents, which are then trained using a variant of multi-agent GRPO (PA-MAGRPO) with LoRA adapters. This method aims to improve agent performance beyond simple reward maximization by focusing on behavioral evaluation, as reward alone can be an unreliable indicator of true cooperation. Another paper introduces Cooperative Parameter-subspace Evolution Strategy (CoPES) for resource-constrained LLM agent post-training, demonstrating that it can achieve significant performance gains with substantially lower memory requirements compared to standard evolution strategies and GRPO. AI

IMPACT These methods could enable more sophisticated and efficient training of LLM agents, particularly in resource-constrained environments, potentially leading to more capable AI systems.

RANK_REASON The cluster contains two academic papers detailing novel methods for training LLM agents.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 3 sources. How we write summaries →

New research explores LLM agents trained with symbolic options and cooperative evolution strategies

COVERAGE [3]

  1. arXiv cs.LG TIER_1 English(EN) · Yi Mao, Andrew Perrault ·

    Training Small LLMs as Spatial Multi-Agent Policies

    arXiv:2608.01425v1 Announce Type: cross Abstract: Training LLM-based multi-agent systems with multi-agent reinforcement learning is rapidly gaining traction, and a parallel line of work argues that such systems should be judged by their behavior, not only their reward. We take up…

  2. arXiv cs.LG TIER_1 English(EN) · Zhiyuan Wang, Shengcai Liu, Jiahao Wu, Ning Lu, Hui Ouyang, Shaofeng Zhang, Haoze Lv, Ke Tang ·

    Cooperative Coevolution for Resource-Constrained Agentic LLM Post-Training

    arXiv:2608.02391v1 Announce Type: cross Abstract: Tool-using large language model (LLM) agents produce long, multi-turn trajectories, making gradient-based post-training memory-intensive. Evolution strategies (ES) enable memory-efficient full-parameter post-training without backp…

  3. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Andrew Perrault ·

    Training Small LLMs as Spatial Multi-Agent Policies

    Training LLM-based multi-agent systems with multi-agent reinforcement learning is rapidly gaining traction, and a parallel line of work argues that such systems should be judged by their behavior, not only their reward. We take up both threads in spatial cooperative games, where …