Skip to content

pucrs-automated-planning/mdp-dp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MDP Tutorial

Open In Colab

Tutorial on MDPs and Dynamic Programming

You can either clone this repository to work on your local machine, or use Google Colaboratory. To work locally follow the instructions below.

First, clone the repository:

git clone https://github.com/pucrs-automated-planning/mdp-dp.git

If you have not configured your python environment already, we recommend using Anaconda Python. Once you have anaconda, you should configure your local environment and install the required packages as follows:

cd mdp-dp
conda create -n rl python=3.9
conda activate rl
conda install --file requirements.txt

You are now ready to run Jupyter notebooks locally:

jupyter notebook

About

Tutorial on MDPs and Dynamic Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published