# Count-Based Exploration in Feature Space for Reinforcement Learning

**Authors:** Jarryd Martin, Suraj Narayanan Sasikumar, Tom Everitt, Marcus Hutter

arXiv: 1706.08090 · 2017-06-27

## TL;DR

This paper presents a scalable count-based exploration method in feature space for reinforcement learning, enabling efficient uncertainty estimation and exploration in high-dimensional environments.

## Contribution

It introduces a -pseudocount for generalised state visit-counts using feature representations, improving exploration in high-dimensional RL tasks.

## Key findings

- Achieves near state-of-the-art results on high-dimensional benchmarks.
- Provides a simpler, less computationally expensive exploration method.
- Effectively estimates uncertainty through feature-based counts.

## 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 \phi-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 \phi-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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.08090/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1706.08090/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1706.08090/full.md

---
Source: https://tomesphere.com/paper/1706.08090