GRSN: Gated Recurrent Spiking Neurons for POMDPs and MARL
Lang Qin, Ziming Wang, Runhao Jiang, Rui Yan, Huajin Tang
TL;DR
This work tackles the temporal mismatch in spiking reinforcement learning by introducing the Temporal Alignment Paradigm (TAP), which maps each spiking update to a single RL transition, enabling history accumulation within a single simulated window. To bolster memory capacity and temporal correlation in spiking neurons, the authors propose Gated Recurrent Spiking Neurons (GRSN) that incorporate forget and input gates via recurrent connections on the input current. The combination of TAP and GRSN achieves performance comparable to RNN-based RL on partially observable tasks and MARL benchmarks (SMAC), while substantially reducing energy consumption—up to 50% overall and up to orders of magnitude compared to RNNs in some cases. This approach demonstrates the viability of energy-efficient SNNs for complex sequential decision-making under partial observability and multi-agent coordination, with practical implications for neuromorphic deployments.
Abstract
Spiking neural networks (SNNs) are widely applied in various fields due to their energy-efficient and fast-inference capabilities. Applying SNNs to reinforcement learning (RL) can significantly reduce the computational resource requirements for agents and improve the algorithm's performance under resource-constrained conditions. However, in current spiking reinforcement learning (SRL) algorithms, the simulation results of multiple time steps can only correspond to a single-step decision in RL. This is quite different from the real temporal dynamics in the brain and also fails to fully exploit the capacity of SNNs to process temporal data. In order to address this temporal mismatch issue and further take advantage of the inherent temporal dynamics of spiking neurons, we propose a novel temporal alignment paradigm (TAP) that leverages the single-step update of spiking neurons to accumulate historical state information in RL and introduces gated units to enhance the memory capacity of spiking neurons. Experimental results show that our method can solve partially observable Markov decision processes (POMDPs) and multi-agent cooperation problems with similar performance as recurrent neural networks (RNNs) but with about 50% power consumption.
