Skip to content

Marcus-C137/ReinforcementLearning_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReinforcementLearning_Examples

Examples of Reinforcement Learning in Python

Basics

Q_Learning_Basics.py

allows the user to see graphically how the Q learning procedure works and how the Q learning matrix changes over time. Click the plot to show the next iteration.

  • the algortihm will randomly place itself in one state (listed as a node in the code) and look one step ahead then update its matrix accordingly.

About

Examples for Reinforce Learning in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages