Skip to content

MDPs solved using Value Iteration and Linear Programming

Notifications You must be signed in to change notification settings

eeshadutta/Markov-Decision-Process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov Decision Process

A Markov decision process (MDP) is a discrete time stochastic control process. It provides a mathematical framework for modeling decision making in situations where outcomes are partly random and partly under the control of a decision maker. MDPs are useful for studying optimization problems solved via dynamic programming and reinforcement learning.

There are three methods to solve MDPs-

  • Value Iteration
  • Policy Iteration
  • Linear Programming

This assignment uses Value Iteration and Linear Programming to solve MDP.

About

MDPs solved using Value Iteration and Linear Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages