Highlight

Dueling Network Architectures for Deep Reinforcement Learning

Introduces the dueling network architecture that separately estimates state value and action advantage for model-free deep reinforcement learning.

Based on

Dueling Network Architectures for Deep Reinforcement Learning

By Ziyun Wang, T. Schaul, Matteo Hessel et al.International Conference on Machine Learning
Read original article →

While many reinforcement learning successes relied on conventional architectures such as convolutional networks, LSTMs, or auto-encoders, this paper presents a new neural network architecture designed specifically for model-free reinforcement learning. The dueling network represents two separate estimators: one for the state value function and one for the state-dependent action advantage function. This factoring generalizes learning across actions without imposing any change on the underlying reinforcement learning algorithm.

The main benefit of separating value and advantage is better policy evaluation in the presence of many similar-valued actions, a common situation in which distinguishing action quality is difficult. As a result, the dueling architecture enables the reinforcement learning agent to outperform the state of the art on the Atari 2600 domain, and it became a widely adopted building block in deep reinforcement learning.

Abstract

This paper presents a new neural network architecture for model-free reinforcement learning. The dueling network uses two separate estimators, one for the state value function and one for the state-dependent action advantage function, factoring the value estimate to generalize learning across actions without changing the underlying RL algorithm. This design improves policy evaluation when many actions have similar values, and it enables the agent to outperform the previous state of the art on the Atari 2600 domain.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

reinforcement learningdueling networkvalue functionadvantage functionAtari
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.