Definition
Deep Q-Network
Deep Q-Network (DQN) is a model-free reinforcement learning algorithm, which is very similar to Q-Learning, but instead of building a table, DQN creates an approximation function .
Deep Q-Network
Deep Q-Network (DQN) is a model-free reinforcement learning algorithm, which is very similar to Q-Learning, but instead of building a table, DQN creates an approximation function .