← Search

Xinrun Wang

26 accepted papers

2026

GDBA Revisited: Unleashing the Power of Guided Local Search for Distributed Constraint Optimization

AAAI 2026technical

Local search is an important class of incomplete algorithms for solving Distributed Constraint Optimization Problems (DCOPs) but it often converges to poor local optima. While Generalized Distributed Breakout Algorithm (GDBA) provides a comprehensive rule set to escape premature convergence, its emp

Cited by 0SourcePDFScholar
2026

The Avengers: A Routing Recipe for Collective Intelligence in Language Models

AAAI 2026technical

Proprietary models are increasingly dominating the race for ever-larger language models. Can open-source, smaller models remain competitive across a broad range of tasks? In this paper, we present the Avengers---a lightweight framework that leverages the collective intelligence of these smaller mod

Cited by 0SourcePDFScholar
2025

AgentStudio: A Toolkit for Building General Virtual Agents

ICLR 2025poster

General virtual agents need to handle multimodal observations, master complex action spaces, and self-improve in dynamic, open-domain environments. However, existing environments are often domain-specific and require complex setups, which limits agent development and evaluation in real-world setting…

Cited by 31SourcePDFScholar
2025

Cradle: Empowering Foundation Agents towards General Computer Control

ICML 2025poster

Despite their success in specific scenarios, existing foundation agents still struggle to generalize across various virtual scenarios, mainly due to the dramatically different encapsulations of environments with manually designed observation and action spaces. To handle this issue, we propose the Ge…

2025

Efficient Integration of External Knowledge to LLM-based World Models via Retrieval-Augmented Generation and Reinforcement Learning

EMNLP 2025

World models achieve remarkable success in predicting future states and planning in complex environments and Large Language Models (LLMs) serve as promising foundation to build general world models. However, their performances are usually constrained by the limited external knowledge to specific env

Cited by 0SourcePDFScholar
2025

FaithfulRAG: Fact-Level Conflict Modeling for Context-Faithful Retrieval-Augmented Generation

ACL 2025long

Large language models (LLMs) augmented with retrieval systems have demonstrated significant potential in handling knowledge-intensive tasks. However, these models often struggle with unfaithfulness issues, generating outputs that either ignore the retrieved context or inconsistently blend it with th…

2024

Configurable Mirror Descent: Towards a Unification of Decision Making

ICML 2024poster

Decision-making problems, categorized as single-agent, e.g., Atari, cooperative multi-agent, e.g., Hanabi, competitive multi-agent, e.g., Hold'em poker, and mixed cooperative and competitive, e.g., football, are ubiquitous in the real world. Although various methods have been proposed to address the…

2024

EarnHFT: Efficient Hierarchical Reinforcement Learning for High Frequency Trading

AAAI 2024technical

High-frequency trading (HFT) is using computer algorithms to make trading decisions in short time scales (e.g., second-level), which is widely used in the Cryptocurrency (Crypto) market, (e.g., Bitcoin). Reinforcement learning (RL) in financial research has shown stellar performance on many quantita…

2024

Market-GAN: Adding Control to Financial Market Data Generation with Semantic Context

AAAI 2024technical

Financial simulators play an important role in enhancing forecasting accuracy, managing risks, and fostering strategic financial decision-making. Despite the development of financial market simulation methodologies, existing frameworks often struggle with adapting to specialized simulation context.…

Cited by 10SourcePDFScholar
2024

Reinforcement Nash Equilibrium Solver

IJCAI 2024poster

Nash Equilibrium (NE) is the canonical solution concept of game theory, which provides an elegant tool to understand the rationalities. Though mixed strategy NE exists in any game with finite players and actions, computing NE in two- or multi-player general-sum games is PPAD-Complete. Various altern…

2024

Self-adaptive PSRO: Towards an Automatic Population-based Game Solver

IJCAI 2024poster

Policy-Space Response Oracles (PSRO) as a general algorithmic framework has achieved state-of-the-art performance in learning equilibrium policies of two-player zero-sum games. However, the hand-crafted hyperparameter value selection in most of the existing works requires extensive domain knowledge,…

Cited by 3SourcePDFScholar
2024

Solving Homogeneous and Heterogeneous Cooperative Tasks with Greedy Sequential Execution

ICLR 2024spotlight

Cooperative multi-agent reinforcement learning (MARL) is extensively used for solving complex cooperative tasks, and value decomposition methods are a prevalent approach for this domain. However, these methods have not been successful in addressing both homogeneous and heterogeneous tasks simultaneo…

Cited by 2SourcePDFScholar
2024

Synapse: Trajectory-as-Exemplar Prompting with Memory for Computer Control

ICLR 2024poster

Building agents with large language models (LLMs) for computer control is a burgeoning research area, where the agent receives computer states and performs actions to complete complex tasks. Previous computer agents have demonstrated the benefits of in-context learning (ICL); however, their performa…

2024

Transition-Informed Reinforcement Learning for Large-Scale Stackelberg Mean-Field Games

AAAI 2024technical

Many real-world scenarios including fleet management and Ad auctions can be modeled as Stackelberg mean-field games (SMFGs) where a leader aims to incentivize a large number of homogeneous self-interested followers to maximize her utility. Existing works focus on cases with a small number of heterog…

2024

True Knowledge Comes from Practice: Aligning Large Language Models with Embodied Environments via Reinforcement Learning

ICLR 2024poster

Despite the impressive performance across numerous tasks, large language models (LLMs) often fail in solving simple decision-making tasks due to the misalignment of the knowledge in LLMs with environments. On the contrary, reinforcement learning (RL) agents learn policies from scratch, which makes t…

Cited by 47SourcePDFScholar
2023

Controlling Type Confounding in Ad Hoc Teamwork with Instance-wise Teammate Feedback Rectification

ICML 2023poster

Ad hoc teamwork requires an agent to cooperate with unknown teammates without prior coordination. Many works propose to abstract teammate instances into high-level representation of types and then pre-train the best response for each type. However, most of them do not consider the distribution of te…

Cited by 2SourcePDFScholar
2023

Enhancing Meta Learning via Multi-Objective Soft Improvement Functions

ICLR 2023poster

Meta-learning tries to leverage information from similar learning tasks. In the commonly-used bilevel optimization formulation, the shared parameter is learned in the outer loop by minimizing the average loss over all tasks. However, the converged solution may be comprised in that it only focuses on…

Cited by 7SourcePDFScholar
2023

Offline RL with Discrete Proxy Representations for Generalizability in POMDPs

NeurIPS 2023poster

Offline Reinforcement Learning (RL) has demonstrated promising results in various applications by learning policies from previously collected datasets, reducing the need for online exploration and interactions. However, real-world scenarios usually involve partial observability, which brings crucial…

Cited by 0SourcePDFScholar
2023

Population-size-Aware Policy Optimization for Mean-Field Games

ICLR 2023poster

In this work, we attempt to bridge the two fields of finite-agent and infinite-agent games, by studying how the optimal policies of agents evolve with the number of agents (population size) in mean-field games, an agent-centric perspective in contrast to the existing works focusing typically on the…

Cited by 6SourcePDFScholar
2023

Solving Large-Scale Pursuit-Evasion Games Using Pre-trained Strategies

AAAI 2023technical

Pursuit-evasion games on graphs model the coordination of police forces chasing a fleeing felon in real-world urban settings, using the standard framework of imperfect-information extensive-form games (EFGs). In recent years, solving EFGs has been largely dominated by the Policy-Space Response Oracl…

Cited by 12SourcePDFScholar
2023

TradeMaster: A Holistic Quantitative Trading Platform Empowered by Reinforcement Learning

NeurIPS 2023poster

The financial markets, which involve over \$90 trillion market capitals, attract the attention of innumerable profit-seeking investors globally. Recent explosion of reinforcement learning in financial trading (RLFT) research has shown stellar performance on many quantitative trading tasks. However,…

2022

DO-GAN: A Double Oracle Framework for Generative Adversarial Networks

CVPR 2022poster

In this paper, we propose a new approach to train Generative Adversarial Networks (GANs) where we deploy a double-oracle framework using the generator and discriminator oracles. GAN is essentially a two-player zero-sum game between the generator and the discriminator. Training GANs is challenging as…

Cited by 5PDFScholar
2021

CFR-MIX: Solving Imperfect Information Extensive-Form Games with Combinatorial Action Space

IJCAI 2021poster

In many real-world scenarios, a team of agents must coordinate with each other to compete against an opponent. The challenge of solving this type of game is that the team's joint action space grows exponentially with the number of agents, which results in the inefficiency of the existing algorithms,…

Cited by 12SourcePDFScholar
2021

Neural Regret-Matching for Distributed Constraint Optimization Problems

IJCAI 2021poster

Distributed constraint optimization problems (DCOPs) are a powerful model for multi-agent coordination and optimization, where information and controls are distributed among multiple agents by nature. Sampling-based algorithms are important incomplete techniques for solving medium-scale DCOPs. Howev…

Cited by 6SourcePDFScholar
2021

RMIX: Learning Risk-Sensitive Policies for Cooperative Reinforcement Learning Agents

NeurIPS 2021poster

Current value-based multi-agent reinforcement learning methods optimize individual Q values to guide individuals' behaviours via centralized training with decentralized execution (CTDE). However, such expected, i.e., risk-neutral, Q value is not sufficient even with CTDE due to the randomness of rew…

Cited by 59SourcePDFScholar
2021

Solving Large-Scale Extensive-Form Network Security Games via Neural Fictitious Self-Play

IJCAI 2021poster

Securing networked infrastructures is important in the real world. The problem of deploying security resources to protect against an attacker in networked domains can be modeled as Network Security Games (NSGs). Unfortunately, existing approaches, including the deep learning-based approaches, are in…

Cited by 19SourcePDFScholar