Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Predictive Information Accelerates Learning in RL

About

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. We show that PI-SAC agents can substantially improve sample efficiency over challenging baselines on tasks from the DM Control suite of continuous control environments. We evaluate PI-SAC agents by comparing against uncompressed PI-SAC agents, other compressed and uncompressed agents, and SAC agents directly trained from pixels. Our implementation is given on GitHub.

Kuang-Huei Lee, Ian Fischer, Anthony Liu, Yijie Guo, Honglak Lee, John Canny, Sergio Guadarrama• 2020

Related benchmarks

TaskDatasetResultRank
Pixel-based ControlDeepMind Control Suite 100k steps
Cheetah/Run Score460
9
Pixel-based ControlDeepMind Control Suite 500k environment steps
Cheetah Run Score801
9
Showing 2 of 2 rows

Other info

Follow for update