2020

Predictive Information Accelerates Learning in RL

Lee, Kuang-Huei, Fischer, Ian, Liu, Anthony et al.

Understand

The Predictive Information is the mutual information between the past and the future, I(X_past; X_future).

  • We hypothesize that capturing the predictive information is useful in RL, since the ability to model what will happen next is necessary for success on many tasks.
  • To test our hypothesis, we train Soft Actor-Critic (SAC) agents from pixels with an auxiliary task that learns a compressed representation of the predictive information of the RL environment dynamics using a contrastive version of the Conditional Entropy Bottleneck (CEB) objective.
  • We refer to these as Predictive Information SAC (PI-SAC) agents.

Reading the bibliography…