A high-level introduction to sequential decision making under uncertainty as part the course "Computational Intelligence" the Faculty of Architecture @ TU Delft.
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
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.