2021

Off-Belief Learning

Hu, Hengyuan, Lerer, Adam, Cui, Brandon et al.

Understand

The standard problem setting in Dec-POMDPs is self-play, where the goal is to find a set of policies that play optimally together.

  • Policies learned through self-play may adopt arbitrary conventions and implicitly rely on multi-step reasoning based on fragile assumptions about other agents' actions and thus fail when paired with humans or independently trained agents at test time.
  • To address this, we present off-belief learning (OBL).
  • At each timestep OBL agents follow a policy $\pi_1$ that is optimized assuming past actions were taken by a given, fixed policy ($\pi_0$), but assuming that future actions will be taken by $\pi_1$.

Reading the bibliography…