What is the key innovation of Deep Q-Networks (DQN) over classic Q-learning?
-
A
Using recurrent layers to handle partially observable environments
-
B
Using a deep neural network to approximate Q-values for high-dimensional state spaces
-
C
Combining supervised and reinforcement learning loss objectives
-
D
Using multiple parallel agents to speed up experience collection