Deep Quality-Value (DQV) Learning
Matthia Sabatelli, Gilles Louppe, Pierre Geurts, Marco A. Wiering

TL;DR
Deep Quality-Value (DQV) Learning is a new DRL algorithm that trains a value network and a quality-value network using temporal-difference learning, demonstrating faster and better learning than existing methods in classic RL tasks and Atari games.
Contribution
DQV introduces a novel dual-network approach with improved learning speed and performance over traditional Deep Q-Learning methods.
Findings
DQV learns significantly faster than Deep Q-Learning.
DQV achieves better performance on Atari games.
DQV outperforms Double Deep Q-Learning.
Abstract
We introduce a novel Deep Reinforcement Learning (DRL) algorithm called Deep Quality-Value (DQV) Learning. DQV uses temporal-difference learning to train a Value neural network and uses this network for training a second Quality-value network that learns to estimate state-action values. We first test DQV's update rules with Multilayer Perceptrons as function approximators on two classic RL problems, and then extend DQV with the use of Deep Convolutional Neural Networks, `Experience Replay' and `Target Neural Networks' for tackling four games of the Atari Arcade Learning environment. Our results show that DQV learns significantly faster and better than Deep Q-Learning and Double Deep Q-Learning, suggesting that our algorithm can potentially be a better performing synchronous temporal difference algorithm than what is currently present in DRL.
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
TopicsReinforcement Learning in Robotics · Evolutionary Algorithms and Applications · Data Stream Mining Techniques
MethodsQ-Learning
