Skip to content

Small demo of applying SARSA to the windy gridworld problem

Notifications You must be signed in to change notification settings

MarcusCramer91/WindyGridworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Requires only base python and numpy and matplotlib only.

Small demo of applying SARSA to the windy gridworld problem.

Execute via terminal: 
- cd <directory>/src
- python 3 WindyGW_Sarsa.py

In the process, a plot with the rewards over time is shown. The plot converges towards -13 with is the optimal reward for this problem.
In addition, the path taken is shown. 

About

Small demo of applying SARSA to the windy gridworld problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages