Home Knowledge Base Count-Based Exploration

Count-Based Exploration is an exploration strategy that rewards visiting less-visited states — maintaining visitation counts $N(s)$ and providing an exploration bonus inversely related to the count: $r_{bonus} propto 1/sqrt{N(s)}$, encouraging the agent to visit novel states.

Count-Based Methods

Why It Matters

Count-Based Exploration is go where you haven't been — rewarding novelty by tracking how often each state has been visited.

count-based explorationreinforcement learning

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.