SOTAVerified

Count-Based Exploration in Feature Space for Reinforcement Learning

2017-06-25Code Available0· sign in to hype

Jarryd Martin, Suraj Narayanan Sasikumar, Tom Everitt, Marcus Hutter

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce a new count-based optimistic exploration algorithm for Reinforcement Learning (RL) that is feasible in environments with high-dimensional state-action spaces. The success of RL algorithms in these domains depends crucially on generalisation from limited training experience. Function approximation techniques enable RL agents to generalise in order to estimate the value of unvisited states, but at present few methods enable generalisation regarding uncertainty. This has prevented the combination of scalable RL algorithms with efficient exploration strategies that drive the agent to reduce its uncertainty. We present a new method for computing a generalised state visit-count, which allows the agent to estimate the uncertainty associated with any state. Our -pseudocount achieves generalisation by exploiting same feature representation of the state space that is used for value function approximation. States that have less frequently observed features are deemed more uncertain. The -Exploration-Bonus algorithm rewards the agent for exploring in feature space rather than in the untransformed state space. The method is simpler and less computationally expensive than some previous proposals, and achieves near state-of-the-art results on high-dimensional RL benchmarks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Atari 2600 FreewaySarsa-φ-EBScore0Unverified
Atari 2600 FreewaySarsa-εScore29.9Unverified
Atari 2600 FrostbiteSarsa-φ-EBScore2,770.1Unverified
Atari 2600 FrostbiteSarsa-εScore1,394.3Unverified
Atari 2600 Montezuma's RevengeSarsa-εScore399.5Unverified
Atari 2600 Montezuma's RevengeSarsa-φ-EBScore2,745.4Unverified
Atari 2600 Q*BertSarsa-φ-EBScore4,111.8Unverified
Atari 2600 Q*BertSarsa-εScore3,895.3Unverified
Atari 2600 VentureSarsa-φ-EBScore1,169.2Unverified
Atari 2600 VentureSarsa-εScore0Unverified

Reproductions