Deep Q Learning: A Deep Reinforcement Learning Algorithm
An easy-to-understand explanation of Deep Q-Learning with PyTorch code implementation
--
Deep Reinforcement Learning
Deep Reinforcement Learning combines Reinforcement Learning algorithms with Artificial Neural Networks. It allows the agent to learn an optimal policy for sequential decision problems by maximizing the cumulative future reward.
Deep RL = RL Algorithm + Artificial Neural Network