====== Semestral task 3 ====== The goal of the task is to implement the value iteration algorithm for Markov Decision Processes * {{:courses:ae3m33ui:tasks:task3_mdp_description_2016.pdf|Explanation of semestral task 3}} * Programming and testing framework: [[https://github.com/zegkljan/pymdptestbed/releases/tag/v1.1|pymdptestbed-v1.1]] * {{courses:a3m33ui:ulohy:a3m33ui-report-word-template.zip|Word template}} * {{courses:a3m33ui:ulohy:a3m33ui-report-latex-template.zip|LaTeX template}} You should submit * A python file (*.py) with the required source code. * File surname.pdf with the report, which includes the following sections: Implementation, Experimental results, Discussion. * LaTeX sourced if LaTeX was used. The report may be in Czech or in English, shall have the form of a scientific article, it should be concise, self-contained, showing everything the author wants to show. ---- Last year's version in Java (only as a backup in case there are some serious technical difficulties): * {{:courses:ae3m33ui:exercises:task3_mdp_description_2015.pdf|Explanation of semestral task 3}} * {{:courses:ae3m33ui:tasks:mdptestbed-v0.5.zip|File mdptestbed-v0.5.zip}}