概念
rl optimization
创建2026-04-15
更新2026-04-15
阅读量级1 分钟
概念导读

Deep Q-Network (DQN) is a deep reinforcement learning value-based method that combines Q-learning with deep neural networks to learn policies directly from high-dimensional sensory input. Introduced by DeepMind in 2015, DQN achieved human-level performance on atari-2600 games and established deep RL as a viable approach for complex decision-making tasks. It ...

  1. Related
  2. References

Deep Q-Network (DQN)

Deep Q-Network (DQN) is a deep reinforcement learning value-based method that combines Q-learning with deep neural networks to learn policies directly from high-dimensional sensory input. Introduced by DeepMind in 2015, DQN achieved human-level performance on atari-2600 games and established deep RL as a viable approach for complex decision-making tasks. It serves as a foundational algorithm referenced in policy-distillation research.

References

  • Mnih et al. (2015). "Human-level control through deep reinforcement learning." Nature 518.