Self-play

Self-play is a technique for improving the performance of reinforcement learning agents.

Intuitively, agents learn to improve their performance by playing "against themselves".

In multi-agent reinforcement learning experiments, researchers try to optimize the performance of a learning agent on a given task, in cooperation or competition with one or more agents.

These agents learn by trial-and-error, and researchers may choose to have the learning algorithm play the role of two or more of the different agents.

When successfully executed, this technique has a double advantage: Czarnecki et al[1] argue that most of the games that people play for fun are "Games of Skill", meaning games whose space of all possible strategies looks like a spinning top.

In more detail, we can partition the space of strategies into sets

Self-play is used by the AlphaZero program to improve its performance in the games of chess, shogi and go.

[2] Self-play is also used to train the Cicero AI system to outperform humans at the game of Diplomacy.

The technique is also used in training the DeepNash system to play the game Stratego.

[3][4] Self-play has been compared to the epistemological concept of tabula rasa that describes the way that humans acquire knowledge from a "blank slate".