Skip to content

MATLAB implementation of the SARSA algorithm applied to pathfinding inside a Morris water maze. Done as part of a mini-project for the "Unsupervised and Reinforcement Learning in Neural Networks" course at EPFL.

License

Notifications You must be signed in to change notification settings

bojan-karlas/sarsa-water-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning: SARSA Algorithm Applied to Pathfinding inside the Morris Water-Maze

This code was produced as part of a mini-project for a course at EPFL entiteled "Unsupervised and Reinforcement Learning in Neural Networks". It is written entirely in MATLAB. For a better understanding of the algorithm and an overview of some results, please check out my project report.

The main functionality is implemented in the Arena.m file. Run the Arena_demo.m file to observe the learning process. Other files are mostly for plotting visualizations.

About

MATLAB implementation of the SARSA algorithm applied to pathfinding inside a Morris water maze. Done as part of a mini-project for the "Unsupervised and Reinforcement Learning in Neural Networks" course at EPFL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages