Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 264 Bytes

File metadata and controls

12 lines (9 loc) · 264 Bytes

Cartpole-using-RL

Using Deep Q-Networks to solve the CartPole balancing problem.

In Deep Q-Networks we use Neural networks to approximate Q values instead of maintaing a Q-table.

Libraries used

  • openAi gym
  • torch
  • tensorflow
  • numpy
  • matplotlib