Skip to content

This is a Deep Q solution for Cartpole-v0 environment using OpenAI

Notifications You must be signed in to change notification settings

prassyy/cartpole-solver-dqn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cartpole Solver

This project is aimed to solve the Cartpole-v0 environment in OpenAI Gym. The task is to balance a pole that is mounted on a cart by moving the cart left/right.

The agent is rewarded +1 for every second of Not falling! The pole is considering to have fallen if the angle of the pole increases above 12 degrees.

The Task is assumed to be solved if the pole is balanced until the total reward reaches 200.

About

This is a Deep Q solution for Cartpole-v0 environment using OpenAI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages