Abdallah Al-Zu’bi, Ahmad Al-Qerem, Deep Reinforcement Learning Applied to Cart Pole Game, Agricultural Journal, Volume 15,Issue 6, 2020, Pages 137-142, ISSN 1816-9155, aj.2020.137.142, (https://makhillpublications.co/view-article.php?doi=aj.2020.137.142) Abstract: Building an agent to play games might be done in several ways, like mini-max, Monte Carlo tree search, deep learning or it could be a combination of two or three technics or even more, like the popular chess computer engine deep blue or alpha go. This document built an agent that plays and balances cart pole game, the agent used deep reinforcement learning-specifically Q-learning algorithm to build neural network that greedy to maximize the reward function and balance the pole for the longest period at the end we got an agent that outperform the random and human agent. Keywords: Deepmind deep learning;reinforcement learning;cart pole;Markov decision process;Bellman equation