Skip to content

Wenminggong/RL-tabular-solution-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RL-tabular-solution-methods

This repo contains the code of RL algorithms in tabular case.

Dependencies

This code requires the following:

  • python 3.7.6

Experimental Tasks

We implement the tabular RL algorithms in discrete 2D maze navigation tasks, e.g. a simple maze navigation problem is shown as follow:

Algorithms

This repo contains:

  • DP-value-iteration
  • SARSA
  • Q-Learning

About

Reinforcement learning algorithms in tabular case.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages