This repo contains the code of RL algorithms in tabular case.
This code requires the following:
- python 3.7.6
We implement the tabular RL algorithms in discrete 2D maze navigation tasks, e.g. a simple maze navigation problem is shown as follow:
This repo contains:
- DP-value-iteration
- SARSA
- Q-Learning