How to Stay Curious while Avoiding Noisy TVs using Aleatoric Uncertainty Estimation

Augustine N. Mavor-Parker,Kimberly A. Young,Caswell Barry,Lewis D. Griffin
2024-07-05
Abstract:Exploration in environments with sparse rewards is difficult for artificial agents. Curiosity driven learning -- using feed-forward prediction errors as intrinsic rewards -- has achieved some success in these scenarios, but fails when faced with action-dependent noise sources. We present aleatoric mapping agents (AMAs), a neuroscience inspired solution modeled on the cholinergic system of the mammalian brain. AMAs aim to explicitly ascertain which dynamics of the environment are unpredictable, regardless of whether those dynamics are induced by the actions of the agent. This is achieved by generating separate forward predictions for the mean and variance of future states and reducing intrinsic rewards for those transitions with high aleatoric variance. We show AMAs are able to effectively circumvent action-dependent stochastic traps that immobilise conventional curiosity driven agents. The code for all experiments presented in this paper is open sourced: <a class="link-external link-http" href="http://github.com/self-supervisor/Escaping-Stochastic-Traps-With-Aleatoric-Mapping-Agents" rel="external noopener nofollow">this http URL</a>.
Machine Learning,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how agents can effectively explore the environment in reinforcement learning when external rewards are scarce. In particular, the paper focuses on solving a problem known as "noisy TV", that is, there are action - dependent random sources in the environment, and these random sources will cause curiosity - driven agents to be trapped in unpredictable state transitions, thus affecting their exploration efficiency. Specifically, the paper proposes a new curiosity mechanism - Aleatoric Mapping Agents (AMAs). By predicting the mean and uncertainty (i.e., aleatoric uncertainty) of future states, it reduces the intrinsic rewards for those unpredictable state transitions. In this way, AMAs can avoid being trapped by the random dynamics caused by their own actions, and thus maintain effective exploration capabilities when facing the "noisy TV" problem.