Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

On the Importance of Exploration for Generalization in Reinforcement Learning

About

Existing approaches for improving generalization in deep reinforcement learning (RL) have mostly focused on representation learning, neglecting RL-specific aspects such as exploration. We hypothesize that the agent's exploration strategy plays a key role in its ability to generalize to new environments. Through a series of experiments in a tabular contextual MDP, we show that exploration is helpful not only for efficiently finding the optimal policy for the training environments but also for acquiring knowledge that helps decision making in unseen environments. Based on these observations, we propose EDE: Exploration via Distributional Ensemble, a method that encourages exploration of states with high epistemic uncertainty through an ensemble of Q-value distributions. Our algorithm is the first value-based approach to achieve state-of-the-art on both Procgen and Crafter, two benchmarks for generalization in RL with high-dimensional observations. The open-sourced implementation can be found at https://github.com/facebookresearch/ede .

Yiding Jiang, J. Zico Kolter, Roberta Raileanu• 2023

Related benchmarks

TaskDatasetResultRank
Reinforcement Learning GeneralizationProcgen 16 games (test)
BigFish Score22.1
16
Reinforcement Learning GeneralizationProcgen 16 games (train)
bigfish27.5
16
Reinforcement LearningCrafter 1M steps
Score11.7
5
Showing 3 of 3 rows

Other info

Code

Follow for update