NegotiationGym: Self-Optimizing Agents in a Multi-Agent Social Simulation Environment
Shashank Mangla, Chris Hokamp, Jack Boylan, Demian Gholipour Ghalandari, Yuuv Jauhari, Lauren Cassidy, Oisin Duffy
TL;DR
NegotiationGym addresses the need for a flexible, configurable platform to study multi-agent negotiation dynamics using LLM-based agents. It presents an open-source toolkit with a configuration-driven API, utility-aware agents, and a self-optimization loop where agents rewrite prompts based on cross-round feedback. The framework integrates AutoGen and a MongoDB-backed job queue, supporting CLI and GUI workflows and providing detailed outcome reports. A case study on buyer–seller negotiations with coaching demonstrates how reflective learning shifts utilities and reduces no-deal outcomes, illustrating the potential for autonomous strategy adaptation in social simulations.
Abstract
We design and implement NegotiationGym, an API and user interface for configuring and running multi-agent social simulations focused upon negotiation and cooperation. The NegotiationGym codebase offers a user-friendly, configuration-driven API that enables easy design and customization of simulation scenarios. Agent-level utility functions encode optimization criteria for each agent, and agents can self-optimize by conducting multiple interaction rounds with other agents, observing outcomes, and modifying their strategies for future rounds.
