Problem
A states is partially explored if there exists an unexplored action that is enabled in s. A states is interesting either if it is partially explored or if there exists an explored path from s to a partially explored state. Implement a strategy that gives priority to actions that lead to interesting states.