Deep Reinforcement Learning with Modulated Hebbian plus Q Network Architecture
Pawel Ladosz, Eseoghene Ben-Iwhiwhu, Jeffery Dick, Yang Hu, Nicholas, Ketz, Soheil Kolouri, Jeffrey L. Krichmar, Praveen Pilly, and Andrea, Soltoggio

TL;DR
This paper introduces MOHQA, a neural architecture combining Hebbian learning with DQN to better handle complex POMDPs with sparse rewards, outperforming several existing algorithms in challenging environments.
Contribution
The novel MOHQA architecture integrates Hebbian networks with DQN, enabling improved learning in POMDPs with confounding stimuli and sparse rewards.
Findings
MOHQA outperforms DQN in POMDPs with sparse rewards.
MOHQA surpasses A2C, QRDQN+LSTM, and REINFORCE in certain environments.
Hebbian component helps bridge temporal delays between actions and rewards.
Abstract
This paper presents a new neural architecture that combines a modulated Hebbian network (MOHN) with DQN, which we call modulated Hebbian plus Q network architecture (MOHQA). The hypothesis is that such a combination allows MOHQA to solve difficult partially observable Markov decision process (POMDP) problems which impair temporal difference (TD)-based RL algorithms such as DQN, as the TD error cannot be easily derived from observations. The key idea is to use a Hebbian network with bio-inspired neural traces in order to bridge temporal delays between actions and rewards when confounding observations and sparse rewards result in inaccurate TD errors. In MOHQA, DQN learns low level features and control, while the MOHN contributes to the high-level decisions by associating rewards with past states and actions. Thus the proposed architecture combines two modules with significantly different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEEG and Brain-Computer Interfaces
MethodsA2C · REINFORCE · Q-Learning · Dense Connections · Convolution · Deep Q-Network
