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

https://github.com/manjavacas/rl-gridworld

Classic Reinforcement Learning implementations for solving a custom Gridworld environment.
https://github.com/manjavacas/rl-gridworld

gridworld reinforcement-learning reinforcement-learning-algorithms reinforcement-learning-environments

Last synced: 2 months ago
JSON representation

Classic Reinforcement Learning implementations for solving a custom Gridworld environment.

Awesome Lists containing this project

README

        

## 🗒 About

Some classic **reinforcement learning** algorithms tested in a custom Gridworld environment. Includes:

* MonteCarlo
* Q-learning
* SARSA
* Value iteration