An open API service indexing awesome lists of open source software.

https://github.com/animesh-chourey/frozen-lake

Various reinforcement learning algorithms implemented on the frozen lake grid world.
https://github.com/animesh-chourey/frozen-lake

frozen-lake model-based-reinforcement-learning policy-evaluation policy-improvement policy-iteration q-learning reinforcement-learning sarsa value-iteration

Last synced: 3 months ago
JSON representation

Various reinforcement learning algorithms implemented on the frozen lake grid world.

Awesome Lists containing this project

README

        

Various reinforcement learning algorithms are implemented to find policies for the frozen lake environment.

The following reinforcement learning algorithms have been implemented here:
* Tabular model-based reinforcement learning
* Policy Evaluation
* Policy Improvement
* Policy Iteration
* Value Iteration
* Tabular model-free reinforcement learning
* Sarsa
* Q-learning
* Non-tabular model-free reinforcement learning
* Linear Sarsa
* Linear Q-learning