Skip to content

simple examples using Q-Learning implemented by Python

Notifications You must be signed in to change notification settings

Cch1996/QLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#QLearning simple examples using Q-Learning algorithm , implemented using Python

##1.GridWorld this sample create a small grid world, where an agent should explore to reach to the end on the map, meanwhile, getting the max reward. following is the demo:

###HOW TO USE just run the Graphics.py

  python Graphics.py

About

simple examples using Q-Learning implemented by Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages