Skip to content

theSquaredError/Cartpole-using-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Solving Cartpole using Deep Q-Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published