Skip to content

Q-learning and SARSA algorithms from Sutton's Reinforcement Learning book.

License

Notifications You must be signed in to change notification settings

zeynepCankara/Cliff-Walking-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cliff Walking Exercise: Sutton's Reinforcement Learning 🤖

My implementation of Q-learning and SARSA algorithms for a simple grid-world environment.

The code involves visualization utility functions for visualizing reward convergence, agent paths for SARSA and Q-learning together with heat maps of the agent's action/value function.

Contents: ⭐

  • cliff_walking.py: Q-learning, SARSA, Visualization Functions
  • cliff_walking_report.pdf: Analysis on the Q-learning and SARSA algorithms

References:

About

Q-learning and SARSA algorithms from Sutton's Reinforcement Learning book.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages