Balancing CartPole with policy gradients algorithm

In this post, we are going to analyze a type of reinforcement learning algorithm called policy gradients and we will use it to train an agent to balance a pole on a moving cart. This type of environment is also known as CartPole. In the field of reinforcement learning, we have an agent making observations and taking actions within an environment in order to receive … Continue reading Balancing CartPole with policy gradients algorithm