Skip to content

Understanding Markov Decision Processes using Mathematical Programming. For MDL course, Spring 2021.

Notifications You must be signed in to change notification settings

codelixir/linear-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

This project uses the cvxpy library to solve the optimization problem.
You can read the official documentation here.

Contributors

Dhruvee Birla and myself.

This assignment was done as a part of the Machine, Data and Learning course, Spring 2021.


Linear Programming

The goal of this exercise is to understand Markov Decision Processes using Mathematical Programming.

Here, we work on the same MDP problem as used in the value iteration exercise, with one change: When MM’s health reaches 0, IJ quest finished but gets zero reward. All other costs and rewards are the same.

In this exercise, we formulate the problem a LP and solve it. The main logic is there in the notebook, and the script generates the output. The approach, observations and conclusions have been summarised in the report.

About

Understanding Markov Decision Processes using Mathematical Programming. For MDL course, Spring 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published