TAAFT
Free mode
100% free
Freemium
Free Trial
Create tool

Deep Q-Networks

[diːp kjuː ˈnɛtwɜːks]
Machine Learning
Last updated: December 9, 2024

Definition

A combination of Q-learning with deep neural networks to handle high-dimensional state spaces.

Detailed Explanation

DQN combines Q-learning with deep neural networks to approximate the Q-function. It introduces several key innovations including experience replay and target networks to stabilize training. This allows reinforcement learning to work with high-dimensional input spaces like images.

Use Cases

Playing Atari games, robotic manipulation, autonomous systems, visual navigation tasks

Related Terms