Photo by Louis Reed on Unsplash Deep Q-learning is a reinforcement learning algorithm used for making human-like AI. These AI can perform different tasks based on their past experience. DQN could be thought of as a stepping...
Model-based vs Model-free Reinforcement Learning
Photo by Dominik Scythe on Unsplash Reinforcement learning is a broad field with millions of use cases. All these cases are never similar to each other in the real world. So, Agent should be capable of getting the task done under worst-case...
Understanding how OpenAI gym works
Photo by Ryan Quintal on Unsplash In the recent past, OpenAI has grabbed the attention and awe of many IT professionals. OpenAI has immense community support that tries to create human-like intelligence through reinforcement learning. Additionally, it provides this community with...