← Latest papers
🤖 machine learning

Robust Multi-Agent Bandits with Heavy-Tailed Rewards and Information Asymmetry

This paper proposes robust decentralized algorithms for multi-agent multi-armed bandits under heavy-tailed rewards and three distinct information-asymmetry regimes, achieving regret guarantees that nearly match centralized rates while validating performance through experiments on Pareto-distributed environments.

Original authors: Daphne Feng, Ricardo Parada, Lily Jiang, Sophia Yi, William Chang

Published 2026-08-12
📖 3 min read☕ Coffee break read

Original authors: Daphne Feng, Ricardo Parada, Lily Jiang, Sophia Yi, William Chang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are part of a team of explorers trying to find the best hidden treasure in a vast, foggy forest. You can't talk to each other once the game starts, and you can't see what your teammates are doing. Every time you pick a spot to dig, you get a reward, but sometimes that reward is a tiny pebble, and other times it's a massive, unpredictable boulder that knocks you over. This is the world of "Multi-Armed Bandits," a famous puzzle in computer science and math where a learner must balance trying new things (exploration) with sticking to what seems good (exploitation). Usually, scientists assume these rewards are predictable, like rolling a fair die. But in the real world—think of stock market crashes, viral internet posts, or sudden network spikes—rewards can be wild, heavy-tailed, and full of extreme surprises. The big question this paper tackles is: How can a team of smart agents learn to find the best treasure together when the rewards are chaotic, they can't talk, and they might not even see what the others are doing?

The researchers, a team from UCLA and UC Riverside, set out to solve this messy, real-world version of the treasure hunt. They didn't just look at one scenario; they tested three different levels of "information asymmetry," which is a fancy way of saying "how much do you know about your teammates?" In the first scenario, everyone sees the same treasure chest opening (common reward) but can't see who picked which lock (unobserved actions). In the second, everyone sees who picked which lock, but each person gets their own, separate treasure chest (independent rewards). In the third, and hardest scenario, no one sees anything about the others; everyone is blind to the team's actions and gets their own random loot.

The team invented three new "decentralized algorithms"—essentially, rulebooks for how the agents should behave without talking. For the first two scenarios, they created methods called mRUCB-A and mRUCB-Intervals. These clever strategies use a "robust" way of calculating averages that ignores the crazy, giant outliers (the boulders) so the team doesn't get confused. They found that even without talking, the team could learn almost as fast as if they were all in the same room, provided they could either see the shared reward or see each other's moves. The third algorithm, mHT-DSEE, tackles the hardest case where everyone is totally blind to each other. Here, the agents have to follow a strict, pre-agreed schedule to take turns exploring, which works but is a bit slower.

When they tested these ideas on a computer simulation using a "Pareto distribution"—a mathematical model that mimics those wild, heavy-tailed rewards where a few extreme events dominate—they found that their theories held up. The algorithms successfully found the best treasure, proving that you don't need perfect communication or calm, predictable rewards to work as a team. However, the experiments also showed a trade-off: the method that relied on seeing each other's moves (Problem B) was slower to start because it needed more data to be sure, but once it figured things out, it stopped making mistakes entirely. The totally blind method (Problem C) was cheaper to start but kept exploring a little longer than necessary. Ultimately, the paper shows that even in a chaotic, noisy world where teammates are strangers, smart, coordinated strategies can still lead the group to the best outcome, though the price of being "out of sync" depends heavily on what little bits of information you can share.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →