Conceptual

Behavior-Function-Guided Exploration in Deep Q-Learning

A deep reinforcement learning exploration method that augments a Deep Q-Network with a separately learned behavior function estimating how often the data-collection policy has taken each action in each state. This function is combined with the Q-function to generate a diverse population of policies that trade off state-action coverage, correction of value overestimation, and exploitation, with a lightweight adaptive meta-controller choosing one policy per episode. It improves exploration generality with minimal computational overhead and no task-specific inductive bias.