Papers › Deep Reinforcement Learning with Population-Coded Spiking Neural Network for Continuous Control

Deep Reinforcement Learning with Population-Coded Spiking Neural Network for Continuous Control

19 Oct 2020arXiv:2010.09635archive 2025-07-28

Guangzhi Tang, Neelesh Kumar, Raymond Yoo, Konstantinos P. Michmizos

The energy-efficient control of mobile robots is crucial as the complexity of their real-world applications increasingly involves high-dimensional observation and action spaces, which cannot be offset by limited on-board resources. An emerging non-Von Neumann model of intelligence, where spiking neural networks (SNNs) are run on neuromorphic processors, is regarded as an energy-efficient and robust alternative to the state-of-the-art real-time robotic controllers for low dimensional control tasks. The challenge now for this new computing paradigm is to scale so that it can keep up with real-world tasks. To do so, SNNs need to overcome the inherent limitations of their training, namely the limited ability of their spiking neurons to represent information and the lack of effective learning algorithms. Here, we propose a population-coded spiking actor network (PopSAN) trained in conjunction with a deep critic network using deep reinforcement learning (DRL). The population coding scheme dramatically increased the representation capacity of the network and the hybrid learning combined the training advantages of deep networks with the energy-efficient inference of spiking networks. To show the general applicability of our approach, we integrated it with a spectrum of both on-policy and off-policy DRL algorithms. We deployed the trained PopSAN on Intel's Loihi neuromorphic chip and benchmarked our method against the mainstream DRL algorithms for continuous control. To allow for a fair comparison among all methods, we validated them on OpenAI gym tasks. Our Loihi-run PopSAN consumed 140 times less energy per inference when compared against the deep actor network on Jetson TX2, and had the same level of performance. Our results support the efficiency of neuromorphic controllers and suggest our hybrid RL as an alternative to deep learning, when both energy-efficiency and robustness are important.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2010.09635")

Code

Syntology Ran 3 of 9 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

combra-lab/pop-spiking-deep-rl officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 3 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran
6unverified

Licence: 0 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from combra-lab/pop-spiking-deep-rl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

combined_shape combra-lab/pop-spiking-deep-rl/popsan_drl/popsan_sac/core_cuda.py official repository ran · our draft was wrong MIT (permissive) · 57542f87e248db45 · report
count_vars combra-lab/pop-spiking-deep-rl/popsan_drl/popsan_sac/core_cuda.py official repository ran MIT (permissive) · 4cca5e460067b900 · report
mlp combra-lab/pop-spiking-deep-rl/popsan_drl/popsan_sac/core_cuda.py official repository ran · our draft was wrong MIT (permissive) · 7569e2a512ec417c · report
combine_multiple_into_one_int combra-lab/pop-spiking-deep-rl/loihi_realization/utility.py official repository unverified MIT (permissive) · deb05398b707eadd · report
make_env combra-lab/pop-spiking-deep-rl/popsan_drl/popsan_ppo/ppo_cuda_norm.py official repository unverified MIT (permissive) · c2985d7efcd097a6 · report
pytorch_trained_snn_param_2_loihi_snn_param combra-lab/pop-spiking-deep-rl/loihi_realization/utility.py official repository unverified MIT (permissive) · 5e58beaffd34b5c3 · report
read_pytorch_network_parameters_4_loihi combra-lab/pop-spiking-deep-rl/loihi_realization/utility.py official repository unverified MIT (permissive) · 1e2945be1d8c5361 · report
test_env combra-lab/pop-spiking-deep-rl/popsan_drl/popsan_ppo/ppo_cuda_norm.py official repository unverified MIT (permissive) · 760558af7c4999e1 · report
train_mujoco_ppo combra-lab/pop-spiking-deep-rl/popsan_drl/popsan_ppo/ppo_cuda_norm.py official repository unverified MIT (permissive) · 9e151424d7e23786 · report

Tasks

Continuous ControlDeep Reinforcement LearningOpenAI GymReinforcement Learning (RL)continuous-controlreinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections