AIMay 19, 2022

Reinforcement Learning with Brain-Inspired Modulation can Improve Adaptation to Environmental Changes

arXiv:2205.09729v13 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses the challenge of enabling RL algorithms to adapt efficiently to changing environments, which is incremental as it builds on existing neuronal learning rules.

The paper tackled the problem of reinforcement learning algorithms adapting to dynamic environments by proposing a brain-inspired modulation rule that uses action probability to modulate reward prediction error, resulting in improved performance over conventional algorithms in highly-dynamic tasks.

Developments in reinforcement learning (RL) have allowed algorithms to achieve impressive performance in highly complex, but largely static problems. In contrast, biological learning seems to value efficiency of adaptation to a constantly-changing world. Here we build on a recently-proposed neuronal learning rule that assumes each neuron can optimize its energy balance by predicting its own future activity. That assumption leads to a neuronal learning rule that uses presynaptic input to modulate prediction error. We argue that an analogous RL rule would use action probability to modulate reward prediction error. This modulation makes the agent more sensitive to negative experiences, and more careful in forming preferences. We embed the proposed rule in both tabular and deep-Q-network RL algorithms, and find that it outperforms conventional algorithms in simple, but highly-dynamic tasks. We suggest that the new rule encapsulates a core principle of biological intelligence; an important component for allowing algorithms to adapt to change in a human-like way.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes