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