Project - Reinforcement Learning - How to make computer learn to play CartPole game

2 / 24

What is the objective of this project?

  • In this project, we are going to understand reinforcement learning through implementing the CartPole game.

  • The Cart-Pole is a very simple environment composed of a cart that can move left or right, and a pole placed vertically on top of it.

  • A pole is attached to the frictionless cart. The agent needs to balance the Pole by adjusting the Cart position.

enter image description here

  • So, the goal is to make an agent learn the policy so that the cart always balances the pole by moving the cart according to the position of the pole.

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...