Double Q-Learning & Double DQN with Python and TensorFlow

Double Q-Learning & Double DQN with Python and TensorFlow

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * Reinforcement learning is field that keeps growing and not only because of the breakthroughs in deep learning. Sure if we talk about deep reinforcement...
Double DQN with TensorFlow 2 and TF-Agents

Double DQN with TensorFlow 2 and TF-Agents

In the previous articles, we covered major reinforcement learning topics. They paved a path to this article which combines those topics under a single umbrella. As a reminder, we talked a lot about the main reinforcement learning elements and how deep learning is used...
Double Q-Learning Python and Open AI

Double Q-Learning Python and Open AI

In the previous couple of articles, we explored reinforcement learning ecosystem, how it can be described and how it functions. Reinforcement learning is a type of learning that is different from supervised and unsupervised learning. Unlike the mentioned approaches,...