Microsoft uses R for Xbox matchmaking

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

If you've ever played online multiplayer games like Halo on the Xbox console, you'll know that being matched up with the right teammates and opponents is a critical part of the experience. Getting matched with an opponent that's way above your skill level isn't just demoralizing for you; it's also a waste of time for them (you generally don't advance in the game unless you beat a player that's of a higher level than you). The problem is even more complex for team games: there's nothing worse than being in a team with a bunch of newbies and then being pwned by a bunch of veterans on the other side.

Microsoft sets up online players into the best games for their skill level using the TrueSkill system, which is a Bayesian generalization of the Elo system used in chess matches. The basic methodology is described in this 2007 Microsoft Research paper, which used C# and F# for the data analysis and R for the visualizations. In the chart below, we see how the TrueSkill system performs compared to the Elo system for various kinds of games. An ideal matching system would generate the most number of drawn (tied) games, on the basis that players of equal skill are most likely to tie. According to the chart, the TrueSkill system works best for “Free for All” (e.g. Halo “Slayer”) and “Head-to-Head” (one-on-one) matches, but not so for “Small Team” matches (which according to the paper are mostly capture-the-flag games).

Xbox truskill

The methodology has certainly progressed since 2007, and the new XBox One console features an all-new ranking system. Still, it's interesting to see the foundations of the system that matches players in Microsoft games. Thanks to reader Mikhail Popov for the tip, and to Microsoft's Tom Minka for some additional background on the paper.

Microsoft Research: TrueSkill(TM): A Bayesian Skill Rating System

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)