Skip to content

CharloZhu/QLearning-and-Sarsa-for-Cliff-Walking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QLearning-and-Sarsa-for-Cliff-Walking

Reinforcement learning project.

Environment

The environment is Cliff Walking, the detailed information can be read in [A3.pdf].

Result

The experiment shows that Sarsa method tends to choose a safer path while Q-learning tends to choose the optimal path.

How to run?

Just run Qlearning.py or Sarsa.py. And you can get plotted figure if you modify python file a bit.

About

Reinforcement learning project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%