Skip to content

icoxfog417/cartpole-q-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cartpole-q-learning

Solve CartPole environment on OpenAI Gym by simple q-learning algorithm

q-learning.PNG

Run

python cartpole.py
  • --episode: direct the episode count
  • --render: render the GUI
  • --monitor: monitor the training process. After the monitoring, you can upload it by --upload

Of course you have to install gym to run. And it works on Python3.

About

Solve CartPole environment on OpenAI Gym by simple q-learning algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages