BUDSLab weekly presentation given by Matias Quintana
While there are a handful of Jupyter Notebooks, most files will be run on the terminal.
docs/
: Slides used in the presentation.openai-gym/
: openAI python examples. Explanation about the contents is given on slide 22 of the presentation.comfortlearn/
: Files for custom openAI gym environment for occupant-centric control and ABM. Explanation about the contents is given on slide 34 of the presentation.
Using conda:
conda env create --file environment.yaml
Using the requirements file:
pip install -r requirements.txt