LGAIMLAug 29, 2020

Reinforcement Learning with Feedback-modulated TD-STDP

arXiv:2008.13044v15 citations
Originality Incremental advance
AI Analysis

This addresses a limitation in spiking networks for discrete-action reinforcement learning, though it appears incremental as it builds on existing STDP methods.

The paper tackled reinforcement learning with discrete action sets using spiking neural networks by proposing a feedback-modulated TD-STDP learning rule, achieving performance similar to standard algorithms on CartPole and LunarLander tasks.

Spiking neuron networks have been used successfully to solve simple reinforcement learning tasks with continuous action set applying learning rules based on spike-timing-dependent plasticity (STDP). However, most of these models cannot be applied to reinforcement learning tasks with discrete action set since they assume that the selected action is a deterministic function of firing rate of neurons, which is continuous. In this paper, we propose a new STDP-based learning rule for spiking neuron networks which contains feedback modulation. We show that the STDP-based learning rule can be used to solve reinforcement learning tasks with discrete action set at a speed similar to standard reinforcement learning algorithms when applied to the CartPole and LunarLander tasks. Moreover, we demonstrate that the agent is unable to solve these tasks if feedback modulation is omitted from the learning rule. We conclude that feedback modulation allows better credit assignment when only the units contributing to the executed action and TD error participate in learning.

Foundations

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

Your Notes