2021

Robust Predictable Control

Eysenbach, Benjamin, Salakhutdinov, Ruslan, Levine, Sergey

Understand

Many of the challenges facing today's reinforcement learning (RL) algorithms, such as robustness, generalization, transfer, and computational efficiency are closely related to compression.

  • Prior work has convincingly argued why minimizing information is useful in the supervised learning setting, but standard RL algorithms lack an explicit mechanism for compression.
  • The RL setting is unique because (1) its sequential nature allows an agent to use past information to avoid looking at future observations and (2) the agent can optimize its behavior to prefer states where decision making requires few bits.
  • We take advantage of these properties to propose a method (RPC) for learning simple policies.

Reading the bibliography…