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

https://github.com/princep/reinforcement-learning

Implementation of RL problems
https://github.com/princep/reinforcement-learning

Last synced: 11 months ago
JSON representation

Implementation of RL problems

Awesome Lists containing this project

README

          

# Reinforcement-Learning
Implementation of RL problems

The implementation of the Value Iteration and Q-Learning policy are done right now on the gridworld.

The sample problem is taken as below -

![Problem](screenshot.png)
![Problem](screenshot2.png)
![Problem](screenshot3.png)