github
/home /posts /tags /about | Light Dark
Entries tagged :: Cartpole.
  • 2024-10-30

    CartPole Demo: Task Extention With Goal-Guided Control

    Background

    In previous blog, we solved the CartPole-V1 task which tries to balance the pole upright by applying force in the left and right direction on the cart. Although this task is successfully solved with DQN and PPO, we can't control where the cart should be when the pole is balanced. In this blog we try to solve this goal-guided CartPole task.

    …
    Read more ⟶
  • 2024-10-26

    CartPole Demo: Simple Experiments with RL

    …
    Read more ⟶