Skip to content

georgeyiasemis/SARSA-and-Q-learning-on-a-Windy-Grid-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SARSA and Q-learning on a Windy Grid World

About the Project

SARSA and Q-learning Reinforcement Learning methods on a Windy Grid World using PyTorch. The picture below shows the state space. Arrows represent the strength of the wind flowing upwards in each column.

windygrid

Example

SARSA and Q-learning performance experiment:

trace_sarsa

trace_qlearning

Prerequisites

  • pytorch
  • numpy
  • opencv
  • matplotlib.

Releases

No releases published

Packages

No packages published

Languages