/decision_making_primer

Introduction to sequential decision making under uncertainty as part the course AR0202: Computational Intelligence @ the Faculty of Architecture, TU Delft

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Decision Making Under Uncertainty

A high-level introduction to sequential decision making under uncertainty as part the course "Computational Intelligence" the Faculty of Architecture @ TU Delft.

Installation

To create a conda environment and install the required dependencies, run the following command:

conda env create -f environment.yml

It will create a conda environment dmu_env (name can be changed in the environment.yml file).

conda activate dmu_env

Presentations (for developers)

The Jupyter notebooks also serve as presentation slides via RISE. The required dependencies already included in environment.yml). To start the presentation, start a jupyter notebook,

jupyter notebook

and press Alt-r (or ⌥-r on mac).

For more instructions on using RISE, see docs.